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 custom component tag colors

This commit is contained in:
Kristi 2023-02-13 11:09:50 -05:00
parent 47a5e88193
commit ab23a44d89
3 changed files with 41 additions and 8 deletions

View file

@ -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": [

View file

@ -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,9 +704,10 @@
}
},
{
"name": "Tag Component",
"name": "Tag - Custom",
"scope": [
"entity.name.tag support.class.component",
"meta.tag.custom entity.name.tag",
"meta.tag"
],
"settings": {
@ -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": [

View file

@ -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": [