From 5f1facbc0f1efb615d806841cc943a0e09b445b1 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 9 Jan 2021 20:31:48 +0000 Subject: [PATCH] add nicer bars --- themes/pale-rose-color-theme.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/themes/pale-rose-color-theme.json b/themes/pale-rose-color-theme.json index deacc61..4c2ba5c 100644 --- a/themes/pale-rose-color-theme.json +++ b/themes/pale-rose-color-theme.json @@ -4,6 +4,10 @@ "colors": { "editor.background": "#ffffff", "editor.foreground": "#000000", + "statusBar.noFolderBackground": "#ffe9ed", + "statusBar.noFolderForeground": "#333333", + "statusBar.debuggingBackground": "#09c598", + "statusBar.debuggingForeground": "#ffffff", "statusBar.background": "#ffe9ed", "statusBar.foreground": "#cc1336", "activityBar.background": "#ffe9ed", @@ -12,12 +16,14 @@ "tab.activeBackground": "#fff9fd", "tab.inactiveForeground": "#c24f64", "tab.activeForeground": "#000000", + "tab.border": "#ffe9ed", "menu.background": "#ffe9ed", "menu.foreground": "#cc1336", - "statusBarItem.activeBackground": "#cc1336", + "statusBarItem.activeBackground": "#ffffff", + "statusBarItem.prominentHoverBackground": "#ec1396", "statusBarItem.errorBackground": "#880000", "statusBarItem.errorForeground": "#ffffff", - "statusBarItem.hoverBackground": "#ec1396", + "statusBarItem.hoverBackground": "#ffffff", "statusBarItem.prominentBackground": "#ec1396", "statusBarItem.prominentForeground": "#ffffff", "sideBar.background": "#ffe9ed", @@ -31,7 +37,14 @@ "activityBarBadge.foreground": "#cc1336", "panel.background": "#ffffff", "titleBar.activeBackground": "#ffe9ed", - "titleBar.activeForeground": "#cc1336" + "titleBar.activeForeground": "#cc1336", + "titleBar.inactiveBackground": "#ffe9ed", + "titleBar.inactiveForeground": "#cc1336", + "breadcrumb.background": "#fff9fd", + "breadcrumb.foreground": "#666666", + "selection.background": "#ffee88", + "editorGroupHeader.tabsBackground": "#ffe9ed", + "editorGroupHeader.border": "#fff" }, "tokenColors": [ { @@ -438,4 +451,4 @@ } } ] -} \ No newline at end of file +}