Created
November 15, 2021 00:24
-
-
Save popunbom/bfff444f82c540fd171199032cf83955 to your computer and use it in GitHub Desktop.
[VSCode] tokenColorCustomizations
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
Show hidden characters
| // Theme customization | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [{ | |
| "scope": [ | |
| "storage.type", | |
| "entity.name.function", | |
| "keyword.control", | |
| "keyword", | |
| "constant.language", | |
| ], | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }] | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment