mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update custom component tag colors
This commit is contained in:
parent
47a5e88193
commit
ab23a44d89
3 changed files with 41 additions and 8 deletions
|
@ -684,13 +684,14 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Component",
|
||||
"name": "Tag - Custom",
|
||||
"scope": [
|
||||
"entity.name.tag support.class.component",
|
||||
"meta.tag.custom entity.name.tag",
|
||||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#de5971"
|
||||
"foreground": "#fc91a3"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -700,6 +701,16 @@
|
|||
"foreground": "#ba3c97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Punctuation - Custom",
|
||||
"scope": [
|
||||
"meta.tag.custom punctuation.definition.tag",
|
||||
"meta.jsx punctuation.definition.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#e362be"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Globals, PHP Constants, etc",
|
||||
"scope": [
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
"inputOption.activeBackground": "#34548a44",
|
||||
|
||||
"inputValidation.infoForeground": "#000000",
|
||||
"inputValidation.infoBackground": "#0da0ba",
|
||||
"inputValidation.infoBorder": "#0db9d7",
|
||||
"inputValidation.infoBackground": "#3d59a15c",
|
||||
"inputValidation.infoBorder": "#3d59a1",
|
||||
"inputValidation.warningForeground": "#000000",
|
||||
"inputValidation.warningBackground": "#c2985b",
|
||||
"inputValidation.warningBorder": "#8f5e15",
|
||||
|
@ -704,10 +704,11 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Component",
|
||||
"name": "Tag - Custom",
|
||||
"scope": [
|
||||
"entity.name.tag support.class.component",
|
||||
"meta.tag"
|
||||
"meta.tag.custom entity.name.tag",
|
||||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#69323d"
|
||||
|
@ -720,6 +721,16 @@
|
|||
"foreground": "#b05467"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Punctuation - Custom",
|
||||
"scope": [
|
||||
"meta.tag.custom punctuation.definition.tag",
|
||||
"meta.jsx punctuation.definition.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#69323d"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Globals, PHP Constants, etc",
|
||||
"scope": [
|
||||
|
|
|
@ -683,13 +683,14 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Component",
|
||||
"name": "Tag - Custom",
|
||||
"scope": [
|
||||
"entity.name.tag support.class.component",
|
||||
"meta.tag.custom entity.name.tag",
|
||||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#de5971"
|
||||
"foreground": "#fc91a3"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -699,6 +700,16 @@
|
|||
"foreground": "#ba3c97"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag Punctuation - Custom",
|
||||
"scope": [
|
||||
"meta.tag.custom punctuation.definition.tag",
|
||||
"meta.jsx punctuation.definition.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#e362be"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Globals, PHP Constants, etc",
|
||||
"scope": [
|
||||
|
|
Loading…
Reference in a new issue