mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update welcome page button background color
This commit is contained in:
parent
585111e008
commit
375b8ddf6e
3 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.5.3
|
||||
`2020-11-04`
|
||||
- Update welcome page button background color
|
||||
|
||||
## 0.5.2
|
||||
`2020-11-04`
|
||||
- Update terminal black color
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"window.activeBorder": "#0d0f17",
|
||||
"window.inactiveBorder":"#0d0f17",
|
||||
|
||||
"welcomePage.buttonBackground": "#16161e",
|
||||
"welcomePage.buttonHoverBackground": "#14141b",
|
||||
|
||||
"extensionButton.prominentBackground": "#3d59a1DD",
|
||||
"extensionButton.prominentHoverBackground": "#3d59a1AA",
|
||||
"extensionButton.prominentForeground": "#ffffff",
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"window.activeBorder": "#0d0f17",
|
||||
"window.inactiveBorder":"#0d0f17",
|
||||
|
||||
"welcomePage.buttonBackground": "#1b1e2e",
|
||||
"welcomePage.buttonHoverBackground": "#1b1e2eaa",
|
||||
|
||||
"extensionButton.prominentBackground": "#3d59a1DD",
|
||||
"extensionButton.prominentHoverBackground": "#3d59a1AA",
|
||||
"extensionButton.prominentForeground": "#ffffff",
|
||||
|
@ -252,7 +255,7 @@
|
|||
// "terminalCursor.background": "",
|
||||
// "terminalCursor.foreground": "",
|
||||
|
||||
"terminal.ansiBlack": "#3b4261", //"#0f0f14",
|
||||
"terminal.ansiBlack": "#3b4261",
|
||||
"terminal.ansiRed": "#f7768e",
|
||||
"terminal.ansiGreen": "#73daca",
|
||||
"terminal.ansiYellow": "#e0af68",
|
||||
|
@ -260,7 +263,7 @@
|
|||
"terminal.ansiMagenta": "#bb9af7",
|
||||
"terminal.ansiCyan": "#7dcfff",
|
||||
"terminal.ansiWhite": "#7982a9",
|
||||
"terminal.ansiBrightBlack": "#3b4261", //"#0f0f14",
|
||||
"terminal.ansiBrightBlack": "#3b4261",
|
||||
"terminal.ansiBrightRed": "#f7768e",
|
||||
"terminal.ansiBrightGreen": "#73daca",
|
||||
"terminal.ansiBrightYellow": "#e0af68",
|
||||
|
|
Loading…
Reference in a new issue