diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dcda1..57692b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.5.9 +`2020-07-14` +- Update HTML Character Entity color + ## 0.5.8 `2020-07-04` - Fix Tokyo Night Light menu and menubar selection background for windows users (Thanks to [rychkog](https://github.com/rychkog)) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 4e7396b..81ae138 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -962,6 +962,13 @@ "foreground": "#bb9af7" } }, + { + "name": "HTML Character Entity", + "scope": "text.html constant.character.entity", + "settings": { + "foreground": "#0DB9D7" + } + }, { "name": "Vue Template attributes", "scope": [ diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index e307251..5d38124 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -307,12 +307,12 @@ "notificationsInfoIcon.foreground": "#637dbf", "menubar.selectionForeground":"#343b58", - "menubar.selectionBackground":"#7a85a8", + "menubar.selectionBackground":"#2f3549", "menubar.selectionBorder":"#c1c2c7", "menu.foreground":"#4c505e", "menu.background":"#cbccd1", "menu.selectionForeground":"#343b58", - "menu.selectionBackground":"#7a85a8", + "menu.selectionBackground":"#2f3549", "menu.separatorBackground":"#c1c2c7", "menu.border":"#c1c2c7" }, @@ -986,6 +986,20 @@ "foreground": "#5a4a78" } }, + { + "name": "HTML Character Entity", + "scope": "text.html constant.character.entity", + "settings": { + "foreground": "#166775" + } + }, + { + "name": "HTML Character Entity Punctuation", + "scope": "text.html punctuation.definition.entity", + "settings": { + "foreground": "#166775" + } + }, { "name": "Vue Template attributes", "scope": [ diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index bceb1f6..95f793d 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -963,6 +963,13 @@ "foreground": "#bb9af7" } }, + { + "name": "HTML Character Entity", + "scope": "text.html constant.character.entity", + "settings": { + "foreground": "#2AC3DE" + } + }, { "name": "Vue Template attributes", "scope": [