Skip to content

Instantly share code, notes, and snippets.

@xavadu
Last active October 11, 2017 16:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavadu/d87b195d5ea5af85f3af990b5f4551b1 to your computer and use it in GitHub Desktop.
Save xavadu/d87b195d5ea5af85f3af990b5f4551b1 to your computer and use it in GitHub Desktop.
VSCODE Nova theme dark teaks
// Dark Nova theme
"workbench.colorCustomizations": {
"editor.background": "#2D2D2D",
"sideBar.background": "#252526",
"activityBar.background": "#333333",
"editor.lineHighlightBackground": "#444440",
"input.background": "#3C3C3C",
"list.focusBackground": "#444440",
"tab.activeBackground": "#2D2D2D",
"tab.border": "#2D2D2D",
"tab.activeBorder": "#2D2D2D",
"tab.inactiveBackground": "#252526",
"editorGroup.background": "#252526",
"editorGroupHeader.noTabsBackground": "#252526",
"editorGroupHeader.tabsBackground": "#252526",
"terminal.background": "#2D2D2D",
"statusBar.background": "#333333"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment