Skip to content

Instantly share code, notes, and snippets.

@musm
Created March 20, 2020 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musm/30d1a4753bff63afb327abb51fc62942 to your computer and use it in GitHub Desktop.
Save musm/30d1a4753bff63afb327abb51fc62942 to your computer and use it in GitHub Desktop.
// the following disables italic comments!
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["comment"],
"settings": {
"fontStyle": ""
}
}
]
},
// "editor.selectionBackground": "#728cbd56", // currently SELECTED text
// "editor.selectionHighlightBackground": "#728cbd38", // same content as the selection
"button.background": "#333",
"editor.background": "#1f1f1f",
"editorGutter.background": "#1f1f1f",
"editorGroupHeader.tabsBackground": "#1A1A1A",
"editorGroupHeader.tabsBorder": "#1A1A1A",
"editorSuggestWidget.background": "#1A1A1A",
"focusBorder": "#363636",
"foreground": "#888888",
"input.background": "#2A2A2A",
"input.foreground": "#E0E0E0",
"list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#F5F5F5",
"list.focusBackground": "#292929",
"list.highlightForeground": "#EAEAEA",
"list.hoverBackground": "#262626",
"list.hoverForeground": "#9E9E9E",
"list.inactiveSelectionBackground": "#212121",
"list.inactiveSelectionForeground": "#F5F5F5",
"panelTitle.activeBorder": "#1f1f1f",
"panelTitle.activeForeground": "#FAFAFA",
"panelTitle.inactiveForeground": "#484848",
"peekView.border": "#444",
"peekViewEditor.background": "#242424",
"pickerGroup.border": "#363636",
"pickerGroup.foreground": "#EAEAEA",
"progressBar.background": "#FAFAFA",
"scrollbar.shadow": "#1f1f1f",
"sideBar.background": "#1A1A1A",
"sideBarSectionHeader.background": "#202020",
"statusBar.background": "#1A1A1A",
"statusBar.debuggingBackground": "#1A1A1A",
"statusBar.foreground": "#7E7E7E",
"statusBar.noFolderBackground": "#1a1a1a",
"statusBarItem.remoteForeground": "#7E7E7E",
"statusBarItem.remoteBackground": "#1a1a1a",
"statusBarItem.prominentBackground": "#fafafa1a",
"tab.activeBorder": "#1e1e1e",
"tab.activeForeground": "#FAFAFA",
"tab.border": "#1A1A1A",
"tab.inactiveBackground": "#1A1A1A",
"tab.inactiveForeground": "#484848",
"textLink.foreground": "#CCC",
"textLink.activeForeground": "#fafafa",
"titleBar.activeBackground": "#1A1A1A",
"titleBar.border": "#1A1A1A",
"editorIndentGuide.activeBackground": "#333",
"editorIndentGuide.background": "#1f1f1f" // blend into background
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment