mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-27 23:21:28 -04: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
|
# Release Notes
|
||||||
|
## 0.5.9
|
||||||
|
`2020-07-14`
|
||||||
|
- Update HTML Character Entity color
|
||||||
|
|
||||||
## 0.5.8
|
## 0.5.8
|
||||||
`2020-07-04`
|
`2020-07-04`
|
||||||
- Fix Tokyo Night Light menu and menubar selection background for windows users (Thanks to [rychkog](https://github.com/rychkog))
|
- 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"
|
"foreground": "#bb9af7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "HTML Character Entity",
|
||||||
|
"scope": "text.html constant.character.entity",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0DB9D7"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Vue Template attributes",
|
"name": "Vue Template attributes",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
|
@ -307,12 +307,12 @@
|
||||||
"notificationsInfoIcon.foreground": "#637dbf",
|
"notificationsInfoIcon.foreground": "#637dbf",
|
||||||
|
|
||||||
"menubar.selectionForeground":"#343b58",
|
"menubar.selectionForeground":"#343b58",
|
||||||
"menubar.selectionBackground":"#7a85a8",
|
"menubar.selectionBackground":"#2f3549",
|
||||||
"menubar.selectionBorder":"#c1c2c7",
|
"menubar.selectionBorder":"#c1c2c7",
|
||||||
"menu.foreground":"#4c505e",
|
"menu.foreground":"#4c505e",
|
||||||
"menu.background":"#cbccd1",
|
"menu.background":"#cbccd1",
|
||||||
"menu.selectionForeground":"#343b58",
|
"menu.selectionForeground":"#343b58",
|
||||||
"menu.selectionBackground":"#7a85a8",
|
"menu.selectionBackground":"#2f3549",
|
||||||
"menu.separatorBackground":"#c1c2c7",
|
"menu.separatorBackground":"#c1c2c7",
|
||||||
"menu.border":"#c1c2c7"
|
"menu.border":"#c1c2c7"
|
||||||
},
|
},
|
||||||
|
@ -986,6 +986,20 @@
|
||||||
"foreground": "#5a4a78"
|
"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",
|
"name": "Vue Template attributes",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
|
@ -963,6 +963,13 @@
|
||||||
"foreground": "#bb9af7"
|
"foreground": "#bb9af7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "HTML Character Entity",
|
||||||
|
"scope": "text.html constant.character.entity",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2AC3DE"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Vue Template attributes",
|
"name": "Vue Template attributes",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue