Created
February 12, 2019 18:00
-
-
Save RoyiNamir/5ed4260b65bf2b04c13ec29f82306522 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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