Skip to content

Commit c885eaa

Browse files
committed
Minor version just for changing color theme in VSCode Marketplace
1 parent 20a2bff commit c885eaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Snippet",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"publisher": "vscode-snippet",
55
"engines": {
66
"vscode": "^1.19.0"
@@ -13,6 +13,10 @@
1313
"displayName": "Snippet",
1414
"description": "Insert a snippet from cht.sh for Python, JavaScript, Ruby, C#, Go, Rust (and any other language)",
1515
"icon": "contrib/icon.png",
16+
"galleryBanner": {
17+
"color": "#061526",
18+
"theme": "dark"
19+
},
1620
"categories": [
1721
"Programming Languages",
1822
"Snippets",

0 commit comments

Comments
 (0)