diff options
author | Nathan Graule <solarliner@gmail.com> | 2017-09-22 00:03:53 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2017-09-22 00:03:53 +0200 |
commit | d7bd21fb3f0e48d13ac720c4ad32b9a354fbf1ca (patch) | |
tree | 3c5d6b4ab86e31e27acbeaf69eb3e0dfc9825154 | |
parent | 0df8f82ebfa34df46077a18a3cfc31c48fd4841f (diff) |
Small tweaks on Arc Theme
-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", |