Skip to content

Commit

Permalink
👌 IMPROVE: pseudo-class color
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 29, 2018
1 parent 68c1c7b commit 90d4a94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,12 @@
"foreground": "#9EFFFF"
}
},
{
"name": "[CSS] - Color for ID Selector",
"scope": "entity.other.attribute-name.id.css",
"scope": [
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.pseudo-class.css"
],
"settings": {
"foreground": "#FFB454"
}
Expand All @@ -542,7 +546,7 @@
"source.css constant",
"source.css support.constant",
"source.stylus constant",
"source.stylus support.constant"
"source.stylus support.constant",
],
"settings": {
"foreground": "#FFEE80"
Expand Down

0 comments on commit 90d4a94

Please sign in to comment.