diff --git a/README.md b/README.md index 9eaea25..2e1e84c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
- -[![VSCode.pro](https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20Course%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge)]( https://a.paddle.com/v2/click/16413/37697?link=1227 "This open source project is supported by VSCode.pro") + +[![VSCode.pro](https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20Course%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge)]( https://a.paddle.com/v2/click/16413/37697?link=1227) The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues) @@ -216,4 +216,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a lCopyright © 2017 Mattia Astorino
- + 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}}" } }, {