Created
November 10, 2020 15:34
-
-
Save Bosphoramus/34668e37b9168f8cf94606af4ed1c68c 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
// Italics | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
"entity.name.type.class", | |
"keyword", | |
"constant", | |
"storage.modifier", | |
"storage.type.class.js", | |
"storage", | |
], | |
"settings": { | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": [ | |
"invalid", | |
"keyword.operator", | |
"constant.numeric.css", | |
"keyword.other.unit.px.css", | |
"constant.numeric.decimal.js", | |
"constant.numeric.json", | |
"storage.type.function.arrow" | |
], | |
"settings": { | |
"fontStyle": "" | |
} | |
} | |
] | |
}, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool AF Italics for VSCode ^^