Skip to content

Commit 8b68b2d

Browse files
authored
Merge pull request #58 from GitGuardian/mbel/marketplace-banner
fix: add theme property to galleryBanner
2 parents f2e0a28 + dee7486 commit 8b68b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"vscode": "^1.81.0"
1111
},
1212
"galleryBanner": {
13-
"color": "#081736"
13+
"color": "#081736",
14+
"theme": "dark"
1415
},
1516
"categories": [
1617
"Other"

0 commit comments

Comments
 (0)