Skip to content

Commit

Permalink
Restore monokai dimmed background
Browse files Browse the repository at this point in the history
- Restored dimmed monokai bg colors
- Set saturation of blue tinted colors to 0
- Whitespace using indent guide color
- Improve contrast of inactive tab
- Add inputOption.activeBorder and focusBorder

Fixes #25742
  • Loading branch information
Tyriar committed May 2, 2017
1 parent 21ad8e3 commit 4b9a244
Showing 1 changed file with 26 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
{
"type": "dark",
"colors": {
"dropdown.background": "#383852",
"list.activeSelectionBackground": "#303070",
"list.focusBackground": "#425370",
"list.inactiveSelectionBackground": "#23324e",
"list.hoverBackground": "#005070",
"dropdown.background": "#525252",
"list.activeSelectionBackground": "#707070",
"list.focusBackground": "#707070",
"list.inactiveSelectionBackground": "#4e4e4e",
"list.hoverBackground": "#707070",
"list.highlightForeground": "#e58520",
"button.background": "#1e4456",
"editor.background": "#202025",
"button.background": "#565656",
"editor.background": "#1e1e1e",
"editor.foreground": "#c5c8c6",
"editor.selectionBackground": "#373b41",
"editor.lineHighlightBackground": "#303030",
"editorCursor.foreground": "#c07020",
"editorWhitespace.foreground": "#383880",
"editorWhitespace.foreground": "#505037",
"editorIndentGuide.background": "#505037",
"editorGroupHeader.tabsBackground": "#222228",
"editorGroup.background": "#1a1a1e",
"tab.inactiveBackground": "#333340",
"tab.border": "#000030",
"editorGroupHeader.tabsBackground": "#282828",
"editorGroup.background": "#1e1e1e",
"tab.inactiveBackground": "#404040",
"tab.border": "#303030",
"tab.inactiveForeground": "#d8d8d8",
"peekView.border": "#3655b5",
"panelTitle.activeForeground": "#ddffff",
"statusBar.background": "#354550",
"statusBar.debuggingBackground": "#354550",
"statusBar.noFolderBackground": "#354550",
"titleBar.activeBackground": "#354550",
"activityBar.background": "#292935",
"panelTitle.activeForeground": "#ffffff",
"statusBar.background": "#505050",
"statusBar.debuggingBackground": "#505050",
"statusBar.noFolderBackground": "#505050",
"titleBar.activeBackground": "#505050",
"activityBar.background": "#353535",
"activityBar.foreground": "#ffffff",
"activityBarBadge.background": "#3655b5",
"sideBar.background": "#232327",
"sideBarSectionHeader.background": "#424250",
"notification.background": "#292935",
"pickerGroup.foreground": "#77a5b0",
"terminal.ansiWhite": "#ddffff"
"sideBar.background": "#272727",
"sideBarSectionHeader.background": "#505050",
"notification.background": "#353535",
"pickerGroup.foreground": "#b0b0b0",
"terminal.ansiWhite": "#ffffff",
"inputOption.activeBorder": "#3655b5",
"focusBorder": "#3655b5"
},
"tokenColors": [
{
Expand Down

0 comments on commit 4b9a244

Please sign in to comment.