mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-02-06 21:43:43 -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": [
|
"scope": [
|
||||||
"entity.name.tag support.class.component",
|
"entity.name.tag support.class.component",
|
||||||
|
"meta.tag.custom entity.name.tag",
|
||||||
"meta.tag"
|
"meta.tag"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#de5971"
|
"foreground": "#fc91a3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -700,6 +701,16 @@
|
||||||
"foreground": "#ba3c97"
|
"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",
|
"name": "Globals, PHP Constants, etc",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
"inputOption.activeBackground": "#34548a44",
|
"inputOption.activeBackground": "#34548a44",
|
||||||
|
|
||||||
"inputValidation.infoForeground": "#000000",
|
"inputValidation.infoForeground": "#000000",
|
||||||
"inputValidation.infoBackground": "#0da0ba",
|
"inputValidation.infoBackground": "#3d59a15c",
|
||||||
"inputValidation.infoBorder": "#0db9d7",
|
"inputValidation.infoBorder": "#3d59a1",
|
||||||
"inputValidation.warningForeground": "#000000",
|
"inputValidation.warningForeground": "#000000",
|
||||||
"inputValidation.warningBackground": "#c2985b",
|
"inputValidation.warningBackground": "#c2985b",
|
||||||
"inputValidation.warningBorder": "#8f5e15",
|
"inputValidation.warningBorder": "#8f5e15",
|
||||||
|
@ -704,10 +704,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Component",
|
"name": "Tag - Custom",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.tag support.class.component",
|
"entity.name.tag support.class.component",
|
||||||
"meta.tag"
|
"meta.tag.custom entity.name.tag",
|
||||||
|
"meta.tag"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#69323d"
|
"foreground": "#69323d"
|
||||||
|
@ -720,6 +721,16 @@
|
||||||
"foreground": "#b05467"
|
"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",
|
"name": "Globals, PHP Constants, etc",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
|
@ -683,13 +683,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Component",
|
"name": "Tag - Custom",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.name.tag support.class.component",
|
"entity.name.tag support.class.component",
|
||||||
|
"meta.tag.custom entity.name.tag",
|
||||||
"meta.tag"
|
"meta.tag"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#de5971"
|
"foreground": "#fc91a3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -699,6 +700,16 @@
|
||||||
"foreground": "#ba3c97"
|
"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",
|
"name": "Globals, PHP Constants, etc",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue