Skip to content

Instantly share code, notes, and snippets.

@jadark
Created September 15, 2017 22:09
Show Gist options
  • Save jadark/4f15caf851e113e0d0fda61a88ea3ad4 to your computer and use it in GitHub Desktop.
Save jadark/4f15caf851e113e0d0fda61a88ea3ad4 to your computer and use it in GitHub Desktop.
Change highlight text color in Visual Studio Code
Update: These ids have been changed and finalized,
see https://github.com/Microsoft/vscode/wiki/Color-customization-color-id-changes
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#220815",
"editor.selectionBackground": "#771835",
"editor.wordHighlightBackground": "#771835",
"editorCursor.foreground": "#F12360"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment