Skip to content

Commit 7deaeff

Browse files
committed
fix: flip icon and galleryBanner colors
1 parent 5446140 commit 7deaeff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

media/logo.png

201 Bytes
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "nuxt-vscode-extentions",
33
"displayName": "Nuxt Extension Pack",
44
"description": "A collection of extensions for working with Nuxt/Vue 3 Framework in VS Code.",
5-
"version": "0.0.1",
5+
"version": "0.0.3",
66
"engines": {
77
"vscode": "^1.82.0"
88
},
99
"license": "MIT",
1010
"icon": "media/logo.png",
1111
"publisher": "Nuxtr",
1212
"galleryBanner": {
13-
"color": "#00DC82",
14-
"theme": "light"
13+
"color": "#18181B",
14+
"theme": "dark"
1515
},
1616
"keywords": [
1717
"vue",

0 commit comments

Comments
 (0)