From d5e1d4ae5df2019fea405e19ffbd809b64efefd2 Mon Sep 17 00:00:00 2001 From: Adrij Shikhar Date: Thu, 1 Oct 2020 16:15:22 +0530 Subject: [PATCH] feat: Updates tab and widget background --- themes/DarkDev-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/DarkDev-color-theme.json b/themes/DarkDev-color-theme.json index e20f717..91b2938 100644 --- a/themes/DarkDev-color-theme.json +++ b/themes/DarkDev-color-theme.json @@ -43,7 +43,7 @@ "editorSuggestWidget.foreground": "#d1d0d8", "editorSuggestWidget.highlightForeground": "#F4F4F9", "editorWidget.border": "#EDC879", - "editorWidget.background": "#050301", + "editorWidget.background": "#0B224A", "editorWidget.foreground": "#F4F4F9", "editorHoverWidget.foreground": "#F4F4F9", "editorWidget.resizeBorder": "#ffa000", @@ -92,13 +92,13 @@ "statusBar.debuggingBackground": "#ffa000", "statusBar.debuggingForeground": "#06071d", "statusBar.foreground": "#9c9a9a", - "tab.activeBackground": "#07090f", + "tab.activeBackground": "#071327", "tab.activeBorder": "#ffa000", "tab.activeForeground": "#c7d5ff", "tab.border": "#07090f", "tab.inactiveBackground": "#07090f", "tab.inactiveForeground": "#516399d8", - "textLink.foreground": "#ffa000", + "textLink.foreground": "#f9f9ff", "titleBar.activeForeground": "#f9f9ff", "titleBar.activeBackground": "#131418", "tree.indentGuidesStroke": "#516399",