Created
June 24, 2018 21:05
-
-
Save pragdave/16a53066c685943475fb9aca52f55cb0 to your computer and use it in GitHub Desktop.
Lighten underscore syntax highlighting in vcs materialtheme
This file contains 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
"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