Skip to content

Instantly share code, notes, and snippets.

@leegee
Created February 15, 2018 08:15
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 leegee/a9ecbcf567b66397dd27f708d9c73cf3 to your computer and use it in GitHub Desktop.
Save leegee/a9ecbcf567b66397dd27f708d9c73cf3 to your computer and use it in GitHub Desktop.
vs code workspace colours
{
"editor.fontFamily": "Source Code Pro",
"editor.tokenColorCustomizations": {},
"window.zoomLevel": 1,
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"editor.cursorStyle": "block",
"eslint.alwaysShowStatus": true,
"workbench.colorCustomizations": {
"editor.renderIndentGuides": true,
"editorIndentGuide.background": "#00F",
"editorBracketMatch.background": "#FF0",
"editorBracketMatch.foreground": "#000",
"editor.findMatchBackground": "#FF0",
"editor.selectionForeground": "#000",
"editor.hoverHighlightBackground": "#333",
"editor.lineHighlightBorder": "#055",
"editor.lineHighlightBackground": "#044",
"editor.findRangeHighlightBackground": "#666",
"editor.selectionHighlightBackground": "#ff05",
"editor.wordHighlightStrongBackground": "#FF0",
"editor.wordHighlightBackground": "#aa0",
"input.foreground": "#ddd",
"badge.foreground": "#ddd",
"editorLineNumber.foreground": "#ddd",
},
"markdown.extension.preview.autoShowPreviewToSide": true,
"git.confirmSync": false,
"git.autofetch": true,
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment