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

Update welcome page button background color

This commit is contained in:
Kristi 2020-04-11 12:02:14 -04:00
parent 585111e008
commit 375b8ddf6e
3 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.5.3
`2020-11-04`
- Update welcome page button background color
## 0.5.2 ## 0.5.2
`2020-11-04` `2020-11-04`
- Update terminal black color - Update terminal black color

View file

@ -19,6 +19,9 @@
"window.activeBorder": "#0d0f17", "window.activeBorder": "#0d0f17",
"window.inactiveBorder":"#0d0f17", "window.inactiveBorder":"#0d0f17",
"welcomePage.buttonBackground": "#16161e",
"welcomePage.buttonHoverBackground": "#14141b",
"extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentBackground": "#3d59a1DD",
"extensionButton.prominentHoverBackground": "#3d59a1AA", "extensionButton.prominentHoverBackground": "#3d59a1AA",
"extensionButton.prominentForeground": "#ffffff", "extensionButton.prominentForeground": "#ffffff",

View file

@ -19,6 +19,9 @@
"window.activeBorder": "#0d0f17", "window.activeBorder": "#0d0f17",
"window.inactiveBorder":"#0d0f17", "window.inactiveBorder":"#0d0f17",
"welcomePage.buttonBackground": "#1b1e2e",
"welcomePage.buttonHoverBackground": "#1b1e2eaa",
"extensionButton.prominentBackground": "#3d59a1DD", "extensionButton.prominentBackground": "#3d59a1DD",
"extensionButton.prominentHoverBackground": "#3d59a1AA", "extensionButton.prominentHoverBackground": "#3d59a1AA",
"extensionButton.prominentForeground": "#ffffff", "extensionButton.prominentForeground": "#ffffff",
@ -252,7 +255,7 @@
// "terminalCursor.background": "", // "terminalCursor.background": "",
// "terminalCursor.foreground": "", // "terminalCursor.foreground": "",
"terminal.ansiBlack": "#3b4261", //"#0f0f14", "terminal.ansiBlack": "#3b4261",
"terminal.ansiRed": "#f7768e", "terminal.ansiRed": "#f7768e",
"terminal.ansiGreen": "#73daca", "terminal.ansiGreen": "#73daca",
"terminal.ansiYellow": "#e0af68", "terminal.ansiYellow": "#e0af68",
@ -260,7 +263,7 @@
"terminal.ansiMagenta": "#bb9af7", "terminal.ansiMagenta": "#bb9af7",
"terminal.ansiCyan": "#7dcfff", "terminal.ansiCyan": "#7dcfff",
"terminal.ansiWhite": "#7982a9", "terminal.ansiWhite": "#7982a9",
"terminal.ansiBrightBlack": "#3b4261", //"#0f0f14", "terminal.ansiBrightBlack": "#3b4261",
"terminal.ansiBrightRed": "#f7768e", "terminal.ansiBrightRed": "#f7768e",
"terminal.ansiBrightGreen": "#73daca", "terminal.ansiBrightGreen": "#73daca",
"terminal.ansiBrightYellow": "#e0af68", "terminal.ansiBrightYellow": "#e0af68",