Skip to content

Instantly share code, notes, and snippets.

@mpriour
Created March 31, 2020 18:39
Show Gist options
  • Save mpriour/bcf273f9bf012c4a2e9acc5c4fd39a41 to your computer and use it in GitHub Desktop.
Save mpriour/bcf273f9bf012c4a2e9acc5c4fd39a41 to your computer and use it in GitHub Desktop.
vscode color customization settings
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#cccccc",
"editor.findMatchBackground": "#f7d30766",
"editor.findMatchHighlightBackground": "#f7df0766",
"editor.background": "#000000",
"panel.background": "#000000",
"sideBar.background": "#000000",
"tab.activeBackground": "#000000",
"sideBar.border": "#4c4c4c",
"[Night Owl (No Italics)]": {
"editor.background": "#000000"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment