Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created February 12, 2019 18:00
Show Gist options
  • Save RoyiNamir/5ed4260b65bf2b04c13ec29f82306522 to your computer and use it in GitHub Desktop.
Save RoyiNamir/5ed4260b65bf2b04c13ec29f82306522 to your computer and use it in GitHub Desktop.
"workbench.colorCustomizations": {
//"editor.selectionBackground": "#13ff0b83",
"editor.selectionHighlightBackground": "#13ff0b9a",
"editor.lineHighlightBackground": "#2b373a70",
"editor.wordHighlightBackground": "#13ff0b9a",
"editor.findMatchHighlightBackground": "#00ecfdb0",
"editor.wordHighlightStrongBackground": "#f812c68f", // syntax variable assignment
"editor.wordHighlightStrongBorder": "#0000",
"editorBracketMatch.border": "#0bffff83",
"editorBracketMatch.background": "#0bffff83"
},
"editor.occurrencesHighlight": true,//onclick
"editor.selectionHighlight": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment