mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update HTML Character Entity color
This commit is contained in:
parent
361c31dcb7
commit
fc35a9ccb8
4 changed files with 34 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -962,6 +962,13 @@
|
|||
"foreground": "#bb9af7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML Character Entity",
|
||||
"scope": "text.html constant.character.entity",
|
||||
"settings": {
|
||||
"foreground": "#0DB9D7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Vue Template attributes",
|
||||
"scope": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -963,6 +963,13 @@
|
|||
"foreground": "#bb9af7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML Character Entity",
|
||||
"scope": "text.html constant.character.entity",
|
||||
"settings": {
|
||||
"foreground": "#2AC3DE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Vue Template attributes",
|
||||
"scope": [
|
||||
|
|
Loading…
Reference in a new issue