synthwave-vscode icon indicating copy to clipboard operation
synthwave-vscode copied to clipboard

SUGGESTION: !important and css rules in italic

Open MiguelMachado-dev opened this issue 6 years ago • 1 comments

image

Maybe setting css rules and the !important tag to be using italic font would be nicer to read and even more beautiful

MiguelMachado-dev avatar Jul 01 '19 14:07 MiguelMachado-dev

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

kanta-mir avatar Sep 25 '21 00:09 kanta-mir