Fix VS Code's image paths.
This commit is contained in:
parent
220b161ecb
commit
9dbc6b19e8
|
@ -3,5 +3,5 @@
|
||||||
"kitty": "0.1.1",
|
"kitty": "0.1.1",
|
||||||
"sublime-text": "0.1.1",
|
"sublime-text": "0.1.1",
|
||||||
"tauon": "0.2.1",
|
"tauon": "0.2.1",
|
||||||
"vscode": "0.1.2"
|
"vscode": "0.1.3"
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "love",
|
"name": "love",
|
||||||
"description": "A color scheme for you to love. ♡",
|
"description": "A color scheme for you to love. ♡",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"author": "Holllo <helllo@holllo.cc>",
|
"author": "Holllo <helllo@holllo.cc>",
|
||||||
"homepage": "https://love.holllo.cc",
|
"homepage": "https://love.holllo.cc",
|
||||||
"repository": "https://git.holllo.cc/Holllo/love",
|
"repository": "https://git.holllo.cc/Holllo/love",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"displayName": "Love Theme",
|
"displayName": "Love Theme",
|
||||||
"publisher": "Holllo",
|
"publisher": "Holllo",
|
||||||
"icon": "images/love-mark-square.png",
|
"icon": "love-mark-square.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#2A2041",
|
"color": "#2A2041",
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
|
|
Loading…
Reference in New Issue