Skip to content

Commit

Permalink
feat: Updates tab and widget background
Browse files Browse the repository at this point in the history
  • Loading branch information
adrijshikhar committed Oct 1, 2020
1 parent b851db5 commit d5e1d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/DarkDev-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d5e1d4a

Please sign in to comment.