Skip to content

Instantly share code, notes, and snippets.

@pragdave
Created June 24, 2018 21:05
Show Gist options
  • Save pragdave/16a53066c685943475fb9aca52f55cb0 to your computer and use it in GitHub Desktop.
Save pragdave/16a53066c685943475fb9aca52f55cb0 to your computer and use it in GitHub Desktop.
Lighten underscore syntax highlighting in vcs materialtheme
"editor.tokenColorCustomizations": {
"[Material Theme Darker High Contrast]": {
"textMateRules": [
{
"scope": [
"comment.unused.elixir",
],
"settings": {
"foreground": "#b5c3a3",
}
},
{
"scope": [
"comment.wildcard.elixir",
],
"settings": {
"foreground": "#88ee88",
"fontStyle": "bold",
}
},
],
"comments": "#848866",
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment