mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Add sash hover border color
This commit is contained in:
parent
abcb8e51b7
commit
4e3e0ec9f0
3 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
"settings.headerForeground": "#6183bb",
|
||||
"window.activeBorder": "#0d0f17",
|
||||
"window.inactiveBorder":"#0d0f17",
|
||||
"sash.hoverBorder": "#29355a",
|
||||
|
||||
"welcomePage.buttonBackground": "#16161e",
|
||||
"welcomePage.buttonHoverBackground": "#14141b",
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
"settings.headerForeground": "#34548a",
|
||||
"window.activeBorder": "#cdced1",
|
||||
"window.inactiveBorder":"#cdced1",
|
||||
"sash.hoverBorder": "#828594",
|
||||
|
||||
"extensionButton.prominentBackground": "#34548aDD",
|
||||
"extensionButton.prominentHoverBackground": "#34548aAA",
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
"settings.headerForeground": "#6183bb",
|
||||
"window.activeBorder": "#0d0f17",
|
||||
"window.inactiveBorder":"#0d0f17",
|
||||
"sash.hoverBorder": "#29355a",
|
||||
|
||||
"welcomePage.buttonBackground": "#1b1e2e",
|
||||
"welcomePage.buttonHoverBackground": "#1b1e2eaa",
|
||||
|
|
Loading…
Reference in a new issue