Skip to content

Commit

Permalink
make at-rules stand out from properties in CSS-ish languages
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 19, 2019
1 parent 8802ce0 commit 0185501
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Solarized (dark).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@
"scope": "entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
"foreground": "var(blue)"
},
{
"name": "CSS: @-rule",
"scope": "keyword.control.at-rule",
"foreground": "var(orange)"
},
{
"name": "Haskell: Variable",
"scope": "source.haskell variable",
Expand Down
5 changes: 5 additions & 0 deletions Solarized (light).sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@
"scope": "entity.other.attribute-name.pseudo-element, entity.other.attribute-name.tag.pseudo-element, entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
"foreground": "var(blue)"
},
{
"name": "CSS: @-rule",
"scope": "keyword.control.at-rule",
"foreground": "var(orange)"
},
{
"name": "Haskell: Variable",
"scope": "source.haskell variable",
Expand Down

0 comments on commit 0185501

Please sign in to comment.