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
## 0.6.7
`2020-10-24`
- Update component tag color
- Added Duckduckgo porting (Thanks to [Grafikart](https://github.com/Grafikart))
## 0.6.6
`2020-10-16`
- Add link to Tokyo Night Alfred theme

View file

@ -595,15 +595,21 @@
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"entity.name.tag support.class.component",
"meta.tag"
],
"scope": "entity.name.tag",
"settings": {
"foreground": "#f7768e"
}
},
{
"name": "Tag Component",
"scope": [
"entity.name.tag support.class.component",
"meta.tag"
],
"settings": {
"foreground": "#de5971"
}
},
{
"name": "Tag Punctuation",
"scope": "punctuation.definition.tag",

View file

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

View file

@ -594,15 +594,21 @@
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"entity.name.tag support.class.component",
"meta.tag"
],
"scope": "entity.name.tag",
"settings": {
"foreground": "#f7768e"
}
},
{
"name": "Tag Component",
"scope": [
"entity.name.tag support.class.component",
"meta.tag"
],
"settings": {
"foreground": "#de5971"
}
},
{
"name": "Tag Punctuation",
"scope": "punctuation.definition.tag",