Skip to content

Commit

Permalink
📦 NEW: Env Punctuation Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 21, 2019
1 parent 42aee46 commit 0a231a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,19 @@
"foreground": "#E1EFFF",
}
},
{
"name": "[ENV] — Punctuation",
"scope": [
"keyword.other.template.begin.env",
"keyword.other.template.end.env",
"keyword.operator.assignment.env",

],
"settings": {
"foreground": "#FF9D00",
}
},
{
"name": "[ITALICS] All the awesome italics live here.",
"scope": [
"modifier",
Expand Down

0 comments on commit 0a231a1

Please sign in to comment.