diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/arc-dark.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/arc-dark.json b/themes/arc-dark.json index 17247f0..6ce2eb3 100644 --- a/themes/arc-dark.json +++ b/themes/arc-dark.json @@ -12,7 +12,7 @@ "inputValidation.errorBackground": "#FC4138", "inputValidation.infoBackground": "#4DADD4", "inputValidation.warningBackground": "#F27835", - "sideBar.background": "#2f343f", + "sideBar.background": "#262b33", "sideBarSectionHeader.background": "#262b33", "sideBarTitle.foreground": "#FFF", "list.hoverBackground": "#0000", @@ -33,9 +33,10 @@ "editorHoverWidget.background": "#2f343f", "editorHoverWidget.border": "#0004", "tab.activeBackground": "#0000", + "tab.activeBorder": "#5294E2", "tab.activeForeground": "#FFF", "tab.border": "#0000", - "tab.inactiveBackground": "#0002", + "tab.inactiveBackground": "#2f343f", "tab.inactiveForeground": "#CCC", "statusBar.background": "#262b33", "statusBar.debuggingBackground": "#F04A50", |