Skip to content

Commit d8fa4bb

Browse files
committed
chore: add logo and marketplace icon
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent cb3ece3 commit d8fa4bb

5 files changed

Lines changed: 30 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="images/banner.png" alt="Patchloom for VS Code" width="640">
2+
<img src="images/logo-512.png" alt="Patchloom logo" width="200">
33
</p>
44

55
# Patchloom for VS Code

images/icon-128.png

3.57 KB
Loading

images/logo-512.png

13.8 KB
Loading

images/logo.svg

Lines changed: 27 additions & 0 deletions
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"vscode": "^1.90.0",
1818
"node": ">=20"
1919
},
20-
"icon": "images/icon.png",
20+
"icon": "images/logo-512.png",
2121
"galleryBanner": {
22-
"color": "#1e1e2e",
22+
"color": "#0d1b2a",
2323
"theme": "dark"
2424
},
2525
"categories": [

0 commit comments

Comments
 (0)