From 986b4605f139e34f24c954f804ff23790984ced7 Mon Sep 17 00:00:00 2001 From: Heungsub Lee Date: Thu, 27 Jun 2019 15:47:07 +0900 Subject: [PATCH 1/3] Adjust status bar colors --- themes/Sublette-color-theme.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/themes/Sublette-color-theme.json b/themes/Sublette-color-theme.json index 6e5c376..0d55ef2 100644 --- a/themes/Sublette-color-theme.json +++ b/themes/Sublette-color-theme.json @@ -178,18 +178,19 @@ "panelTitle.activeForeground": "#ccced0", "panelTitle.inactiveForeground": "#96a0aa", // Status Bar Colors — The Status Bar is shown in the bottom of the workbench. - "statusBar.background": "#58f", "statusBar.foreground": "#202535", - "statusBar.border": "#405570", - "statusBar.debuggingForeground": "#e57", + "statusBar.background": "#58f", + "statusBar.border": "#58f", + "statusBar.debuggingForeground": "#ccced0", + "statusBar.debuggingBackground": "#e57", "statusBar.debuggingBorder": "#e57", - "statusBar.noFolderForeground": "#202535", - "statusBar.noFolderBackground": "#a8f", - "statusBar.noFolderBorder": "#a8f", - "statusBarItem.activeBackground": "#ccced0", - "statusBarItem.hoverBackground": "#ccced0", + "statusBar.noFolderForeground": "#ccced0", + "statusBar.noFolderBackground": "#202535", + "statusBar.noFolderBorder": "#405570", "statusBarItem.prominentBackground": "#fd8", - "statusBarItem.prominentHoverBackground": "#ccced0", + "statusBarItem.prominentHoverBackground": "#ff7", + "statusBarItem.activeBackground": "#00000044", + "statusBarItem.hoverBackground": "#00000044", // Title Bar Colors "titleBar.activeBackground": "#202535", "titleBar.activeForeground": "#ccced0", From 9180b73d79383681f15f385b7a07787e1736532f Mon Sep 17 00:00:00 2001 From: Heungsub Lee Date: Thu, 27 Jun 2019 15:49:08 +0900 Subject: [PATCH 2/3] Weaker hover/active bg color --- themes/Sublette-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Sublette-color-theme.json b/themes/Sublette-color-theme.json index 0d55ef2..fce505c 100644 --- a/themes/Sublette-color-theme.json +++ b/themes/Sublette-color-theme.json @@ -189,8 +189,8 @@ "statusBar.noFolderBorder": "#405570", "statusBarItem.prominentBackground": "#fd8", "statusBarItem.prominentHoverBackground": "#ff7", - "statusBarItem.activeBackground": "#00000044", - "statusBarItem.hoverBackground": "#00000044", + "statusBarItem.activeBackground": "#00000022", + "statusBarItem.hoverBackground": "#00000022", // Title Bar Colors "titleBar.activeBackground": "#202535", "titleBar.activeForeground": "#ccced0", From 3b9e03a31f584bd4eceb32a0022da8e6de844055 Mon Sep 17 00:00:00 2001 From: Heungsub Lee Date: Thu, 27 Jun 2019 15:50:47 +0900 Subject: [PATCH 3/3] Black fg color for debugging status bar --- themes/Sublette-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Sublette-color-theme.json b/themes/Sublette-color-theme.json index fce505c..e58a5d6 100644 --- a/themes/Sublette-color-theme.json +++ b/themes/Sublette-color-theme.json @@ -181,7 +181,7 @@ "statusBar.foreground": "#202535", "statusBar.background": "#58f", "statusBar.border": "#58f", - "statusBar.debuggingForeground": "#ccced0", + "statusBar.debuggingForeground": "#202535", "statusBar.debuggingBackground": "#e57", "statusBar.debuggingBorder": "#e57", "statusBar.noFolderForeground": "#ccced0",