mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add image preview border
This commit is contained in:
parent
916e7e32ce
commit
9da4f053ba
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
"badge.background": "#7e83b230",
|
||||
"badge.foreground": "#acb0d0",
|
||||
"icon.foreground": "#787c99",
|
||||
"imagePreview.border": "#9cacff22",
|
||||
"settings.headerForeground": "#6183bb",
|
||||
|
||||
"extensionButton.prominentBackground": "#3d59a1DD",
|
||||
|
@ -341,7 +342,7 @@
|
|||
"punctuation.definition.constant",
|
||||
"constant.language",
|
||||
"constant.numeric",
|
||||
"support.constant",
|
||||
"support.constant"
|
||||
// "constant.language.null",
|
||||
// "constant.language.undefined",
|
||||
// "constant.language.go",
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"badge.background": "#7e83b233",
|
||||
"badge.foreground": "#acb0d0",
|
||||
"icon.foreground": "#7982a9",
|
||||
"imagePreview.border": "#9cacff33",
|
||||
"settings.headerForeground": "#6183bb",
|
||||
|
||||
"extensionButton.prominentBackground": "#3d59a1DD",
|
||||
|
|
Loading…
Reference in a new issue