mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update component tag color
This commit is contained in:
parent
63b3f56512
commit
cb56e1935f
4 changed files with 38 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue