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 component tag color

This commit is contained in:
Kristi 2020-10-24 12:27:27 -04:00
parent 63b3f56512
commit cb56e1935f
4 changed files with 38 additions and 15 deletions

View file

@ -1,4 +1,9 @@
# Release Notes # Release Notes
## 0.6.7
`2020-10-24`
- Update component tag color
- Added Duckduckgo porting (Thanks to [Grafikart](https://github.com/Grafikart))
## 0.6.6 ## 0.6.6
`2020-10-16` `2020-10-16`
- Add link to Tokyo Night Alfred theme - Add link to Tokyo Night Alfred theme

View file

@ -595,13 +595,19 @@
}, },
{ {
"name": "Tag", "name": "Tag",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f7768e"
}
},
{
"name": "Tag Component",
"scope": [ "scope": [
"entity.name.tag",
"entity.name.tag support.class.component", "entity.name.tag support.class.component",
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#f7768e" "foreground": "#de5971"
} }
}, },
{ {

View file

@ -613,13 +613,19 @@
}, },
{ {
"name": "Tag", "name": "Tag",
"scope": "entity.name.tag",
"settings": {
"foreground": "#8c4351"
}
},
{
"name": "Tag Component",
"scope": [ "scope": [
"entity.name.tag",
"entity.name.tag support.class.component", "entity.name.tag support.class.component",
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#8c4351" "foreground": "#69323d"
} }
}, },
{ {

View file

@ -594,13 +594,19 @@
}, },
{ {
"name": "Tag", "name": "Tag",
"scope": "entity.name.tag",
"settings": {
"foreground": "#f7768e"
}
},
{
"name": "Tag Component",
"scope": [ "scope": [
"entity.name.tag",
"entity.name.tag support.class.component", "entity.name.tag support.class.component",
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#f7768e" "foreground": "#de5971"
} }
}, },
{ {