Skip to content

Commit

Permalink
GHI-#12 Implement support for CSS media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jun 25, 2017
1 parent c4dd347 commit 3bde2eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,16 @@
"foreground": "#88C0D0"
}
},
{
"name": "[CSS] Media Queries",
"scope": [
"source.css keyword.control.at-rule.media",
"source.css keyword.control.at-rule.media punctuation.definition.keyword"
],
"settings": {
"foreground": "#D08770"
}
},
{
"name": "[CSS] Punctuation Definition Keyword",
"scope": "source.css punctuation.definition.keyword",
Expand Down

0 comments on commit 3bde2eb

Please sign in to comment.