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}}" } }, {