From 375b8ddf6e22ce9fea219a6205e9a032ca8781a0 Mon Sep 17 00:00:00 2001 From: Kristi Date: Sat, 11 Apr 2020 12:02:14 -0400 Subject: [PATCH] Update welcome page button background color --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 3 +++ themes/tokyo-night-storm-color-theme.json | 7 +++++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69643f3..da37cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 930c325..e4a8303 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -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", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 6f646ae..47b8060 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -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",