Skip to content

Commit 72512c7

Browse files
committed
improve: css colors
1 parent 2191831 commit 72512c7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

themes/dark.codely-theme-color-theme.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,11 @@
647647
}
648648
},
649649
{
650-
"name": "CSS Selectors",
650+
"name": "CSS Selectors and Values",
651651
"scope": [
652652
"meta.selector.css",
653-
"support.constant"
653+
"support.constant",
654+
"meta.property-value.css"
654655
],
655656
"settings": {
656657
"foreground": "#FB5245",
@@ -1015,7 +1016,8 @@
10151016
"name": "CSS Suport Constant And Units",
10161017
"scope": [
10171018
"source.css support.constant",
1018-
"source.css keyword.other.unit"
1019+
"source.css keyword.other.unit",
1020+
"source.css variable.parameter"
10191021
],
10201022
"settings": {
10211023
"foreground": "#B8BB26",

0 commit comments

Comments
 (0)