mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-13 23:07:43 -04: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
|
# 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
|
||||||
|
|
|
@ -595,15 +595,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag",
|
"name": "Tag",
|
||||||
"scope": [
|
"scope": "entity.name.tag",
|
||||||
"entity.name.tag",
|
|
||||||
"entity.name.tag support.class.component",
|
|
||||||
"meta.tag"
|
|
||||||
],
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#f7768e"
|
"foreground": "#f7768e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Tag Component",
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag support.class.component",
|
||||||
|
"meta.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#de5971"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Punctuation",
|
"name": "Tag Punctuation",
|
||||||
"scope": "punctuation.definition.tag",
|
"scope": "punctuation.definition.tag",
|
||||||
|
|
|
@ -613,15 +613,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag",
|
"name": "Tag",
|
||||||
"scope": [
|
"scope": "entity.name.tag",
|
||||||
"entity.name.tag",
|
|
||||||
"entity.name.tag support.class.component",
|
|
||||||
"meta.tag"
|
|
||||||
],
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#8c4351"
|
"foreground": "#8c4351"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Tag Component",
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag support.class.component",
|
||||||
|
"meta.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#69323d"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Punctuation",
|
"name": "Tag Punctuation",
|
||||||
"scope": "punctuation.definition.tag",
|
"scope": "punctuation.definition.tag",
|
||||||
|
|
|
@ -594,15 +594,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag",
|
"name": "Tag",
|
||||||
"scope": [
|
"scope": "entity.name.tag",
|
||||||
"entity.name.tag",
|
|
||||||
"entity.name.tag support.class.component",
|
|
||||||
"meta.tag"
|
|
||||||
],
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#f7768e"
|
"foreground": "#f7768e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Tag Component",
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag support.class.component",
|
||||||
|
"meta.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#de5971"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Punctuation",
|
"name": "Tag Punctuation",
|
||||||
"scope": "punctuation.definition.tag",
|
"scope": "punctuation.definition.tag",
|
||||||
|
|
Loading…
Add table
Reference in a new issue