synthwave-vscode
synthwave-vscode copied to clipboard
SUGGESTION: !important and css rules in italic

Maybe setting css rules and the !important tag to be using italic font would be nicer to read and even more beautiful
in setting.json you can use
"editor.tokenColorCustomizations": { // add global theme color overrides for editor here // "comments": #ccc, "textMateRules": [ { "scope": ["entity.other.attribute-name.class.css"], "settings": { "foreground": "#747474", "fontStyle": "italic" } }]
I hope it helps you
also check these two links for more detail. thanks
https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide
https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector