We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2191831 commit 72512c7Copy full SHA for 72512c7
themes/dark.codely-theme-color-theme.json
@@ -647,10 +647,11 @@
647
}
648
},
649
{
650
- "name": "CSS Selectors",
+ "name": "CSS Selectors and Values",
651
"scope": [
652
"meta.selector.css",
653
- "support.constant"
+ "support.constant",
654
+ "meta.property-value.css"
655
],
656
"settings": {
657
"foreground": "#FB5245",
@@ -1015,7 +1016,8 @@
1015
1016
"name": "CSS Suport Constant And Units",
1017
1018
"source.css support.constant",
- "source.css keyword.other.unit"
1019
+ "source.css keyword.other.unit",
1020
+ "source.css variable.parameter"
1021
1022
1023
"foreground": "#B8BB26",
0 commit comments