Skip to content

Instantly share code, notes, and snippets.

@mikepatrick
Created March 14, 2018 20:40
Show Gist options
  • Save mikepatrick/4d1e8e5fac6e43d8acc6eb3afca54343 to your computer and use it in GitHub Desktop.
Save mikepatrick/4d1e8e5fac6e43d8acc6eb3afca54343 to your computer and use it in GitHub Desktop.
"workbench.colorCustomizations": {"editorWarning.foreground": "#ff0",
"editorError.foreground": "#ff0000",
"contrastActiveBorder": "#0f0",
"contrastBorder": "#00f",
"tab.border": "#050",
"editor.lineHighlightBorder": "#11a",
"activityBar.border": "#aaa",
"panel.border": "#00f",
"terminalCursor.foreground": "#0f0",
"sideBar.border": "#030",
"terminal.background": "#000",
"terminal.ansiGreen": "#23ce14",
"terminal.ansiRed": "#ff0000",
"editor.background": "#000",
"editor.selectionBackground": "#033",
"editor.selectionForeground": "#990",
"editor.selectionHighlightBackground": "#044",
"editor.selectionHighlightBorder": "#0c3",
"sideBar.background": "#000",
"sideBarSectionHeader.background": "#002",
"sideBarSectionHeader.foreground": "#fff",
"sideBarTitle.foreground": "#0f0",
"activityBar.background": "#001",
"activityBar.foreground": "#777",
"tab.inactiveBackground": "#000",
"tab.activeForeground": "#fff",
"tab.inactiveForeground": "#999",
"statusBar.background": "#000",
"statusBar.foreground": "#0aa",
"statusBar.debuggingBackground": "#002",
"statusBar.debuggingForeground": "#aa0",
"input.background": "#011",
"input.foreground": "#0aa",
"input.placeholderForeground": "#0af",
"badge.background": "#006",
"badge.foreground": "#ff0",
"activityBarBadge.background": "#006",
"activityBarBadge.foreground": "#ff0",
"dropdown.background": "#011",
"dropdown.foreground": "#0af",
"dropdown.border": "#00a",
"widget.shadow": "#a0a",
"editorWidget.background": "#011",
"editor.findMatchBackground": "#222",
"editorWidget.border": "#03a",
"scrollbarSlider.background": "#011",
"scrollbarSlider.activeBackground": "#022",
"scrollbarSlider.hoverBackground": "#033",
"scrollbar.shadow": "#00f",
"panel.background": "#001",
"panelTitle.activeForeground": "#fff",
"panelTitle.inactiveForeground": "#666",
"editorBracketMatch.border": "#d67112",
"editorHoverWidget.background": "#022",
"editorIndentGuide.background": "#222",
"editorLineNumber.foreground": "#0af",
"extensionButton.prominentBackground": "#011",
"editorGutter.background": "#001",
"input.border": "#00f",
"list.activeSelectionBackground": "#022",
"list.hoverBackground": "#001",
"editorGroupHeader.tabsBackground": "#002",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment