0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add image preview border

This commit is contained in:
Kristi 2019-10-24 13:11:49 -04:00
parent 916e7e32ce
commit 9da4f053ba
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@
"badge.background": "#7e83b230", "badge.background": "#7e83b230",
"badge.foreground": "#acb0d0", "badge.foreground": "#acb0d0",
"icon.foreground": "#787c99", "icon.foreground": "#787c99",
"imagePreview.border": "#9cacff22",
"settings.headerForeground": "#6183bb", "settings.headerForeground": "#6183bb",
"extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentBackground": "#3d59a1DD",
@ -341,7 +342,7 @@
"punctuation.definition.constant", "punctuation.definition.constant",
"constant.language", "constant.language",
"constant.numeric", "constant.numeric",
"support.constant", "support.constant"
// "constant.language.null", // "constant.language.null",
// "constant.language.undefined", // "constant.language.undefined",
// "constant.language.go", // "constant.language.go",

View file

@ -13,6 +13,7 @@
"badge.background": "#7e83b233", "badge.background": "#7e83b233",
"badge.foreground": "#acb0d0", "badge.foreground": "#acb0d0",
"icon.foreground": "#7982a9", "icon.foreground": "#7982a9",
"imagePreview.border": "#9cacff33",
"settings.headerForeground": "#6183bb", "settings.headerForeground": "#6183bb",
"extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentBackground": "#3d59a1DD",