From cffd000b39745e1d6a86dd860af94b0c722339ec Mon Sep 17 00:00:00 2001 From: Tan Jay Jun Date: Wed, 9 Jan 2019 18:14:16 +0800 Subject: [PATCH] Fix HTML attribute color for derivatives (#304) --- src/themes/theme-template-color-theme.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 6421ac2..4ddca56 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -295,19 +295,9 @@ "scope": [ "entity.other.attribute-name" ], - "settings": { - "foreground": "{{variant.scheme.base.purple}}" - } - }, - { - "name": "HTML Attributes", - "scope": [ - "text.html.basic entity.other.attribute-name.html", - "text.html.basic entity.other.attribute-name" - ], "settings": { "fontStyle": "italic", - "foreground": "{{variant.scheme.base.yellow}}" + "foreground": "{{variant.scheme.base.purple}}" } }, {