0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update HTML Character Entity color

This commit is contained in:
Kristi 2020-07-14 18:00:20 -04:00
parent 361c31dcb7
commit fc35a9ccb8
4 changed files with 34 additions and 2 deletions

View file

@ -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))

View file

@ -962,6 +962,13 @@
"foreground": "#bb9af7"
}
},
{
"name": "HTML Character Entity",
"scope": "text.html constant.character.entity",
"settings": {
"foreground": "#0DB9D7"
}
},
{
"name": "Vue Template attributes",
"scope": [

View file

@ -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": [

View file

@ -963,6 +963,13 @@
"foreground": "#bb9af7"
}
},
{
"name": "HTML Character Entity",
"scope": "text.html constant.character.entity",
"settings": {
"foreground": "#2AC3DE"
}
},
{
"name": "Vue Template attributes",
"scope": [