Skip to content

Commit dee7486

Browse files
committed
fix: add theme property to galleryBanner
1 parent f2e0a28 commit dee7486

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)