From 0a231a1c204648bc94b5dd281924cfc6f364dd23 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Wed, 22 May 2019 00:50:03 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Env=20Punctuation=20Color?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/shades-of-purple-color-theme.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index 7c6eca0..fecbbf6 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -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",