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 template tag and keyword colors

This commit is contained in:
Kristi 2019-11-04 15:34:28 -05:00
parent ed20123071
commit 3d2dd8988d
2 changed files with 51 additions and 44 deletions

View file

@ -414,15 +414,32 @@
} }
}, },
{ {
"name": "Interpolation", "name": "Interpolation, PHP tags, Smarty tags",
"scope": [ "scope": [
"punctuation.definition.template-expression", "punctuation.definition.template-expression",
"punctuation.section.embedded" "punctuation.section.embedded",
"meta.embedded.line.tag.smarty",
"support.constant.handlebars",
"punctuation.section.tag.twig",
], ],
"settings": { "settings": {
"foreground": "#7dcfff" "foreground": "#7dcfff"
} }
}, },
{
"name": "Blade, Twig, Smarty Handlebars keywords",
"scope": [
"keyword.control.smarty",
"keyword.control.twig",
"support.constant.handlebars keyword.control",
"keyword.operator.comparison.twig",
"keyword.blade",
"entity.name.function.blade"
],
"settings": {
"foreground": "#0db9d7"
}
},
{ {
"name": "Spread", "name": "Spread",
"scope": [ "scope": [
@ -442,6 +459,9 @@
"keyword.other", "keyword.other",
"keyword.operator.bitwise.shift", "keyword.operator.bitwise.shift",
"punctuation", "punctuation",
"text.html.twig meta.tag.inline.any.html",
"meta.tag.template.value.twig meta.function.arguments.twig",
"meta.directive.vue punctuation.separator.key-value.html",
"punctuation.definition.constant.markdown", "punctuation.definition.constant.markdown",
"punctuation.definition.string", "punctuation.definition.string",
"punctuation.support.type.property-name", "punctuation.support.type.property-name",
@ -525,16 +545,6 @@
"foreground": "#ba3c97" "foreground": "#ba3c97"
} }
}, },
{
"name": "Blade",
"scope": [
"keyword.blade",
"entity.name.function.blade"
],
"settings": {
"foreground": "#7aa2f7"
}
},
{ {
"name": "Globals, PHP Constants, etc", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [
@ -554,7 +564,8 @@
"scope": [ "scope": [
"variable", "variable",
"support.variable", "support.variable",
"string constant.other.placeholder" "string constant.other.placeholder",
"variable.parameter.handlebars"
], ],
"settings": { "settings": {
"foreground": "#c0caf5" "foreground": "#c0caf5"
@ -657,7 +668,7 @@
"meta.function.parameter variable" "meta.function.parameter variable"
], ],
"settings": { "settings": {
"foreground": "#e0af68" "foreground": "#e0af68" //#73daca
} }
}, },
{ {
@ -918,7 +929,6 @@
{ {
"name": "Vue Template attributes", "name": "Vue Template attributes",
"scope": [ "scope": [
"meta.directive.vue punctuation.separator.key-value.html",
"entity.other.attribute-name.id.html", "entity.other.attribute-name.id.html",
"meta.directive.vue entity.other.attribute-name.html" "meta.directive.vue entity.other.attribute-name.html"
], ],
@ -926,13 +936,6 @@
"foreground": "#bb9af7" "foreground": "#bb9af7"
} }
}, },
{
"name": "Vue Template attribute separator",
"scope": "meta.directive.vue punctuation.separator.key-value.html",
"settings": {
"foreground": "#89ddff"
}
},
{ {
"name": "CSS ID's", "name": "CSS ID's",
"scope": "source.sass keyword.control", "scope": "source.sass keyword.control",

View file

@ -413,15 +413,32 @@
} }
}, },
{ {
"name": "Interpolation", "name": "Interpolation / PHP tags / Smarty tags",
"scope": [ "scope": [
"punctuation.definition.template-expression", "punctuation.definition.template-expression",
"punctuation.section.embedded" "punctuation.section.embedded",
"meta.embedded.line.tag.smarty",
"support.constant.handlebars",
"punctuation.section.tag.twig"
], ],
"settings": { "settings": {
"foreground": "#7dcfff" "foreground": "#7dcfff"
} }
}, },
{
"name": "Twig, Smarty, Blade, Handlebars keyword",
"scope": [
"keyword.control.smarty",
"keyword.control.twig",
"support.constant.handlebars keyword.control",
"keyword.operator.comparison.twig",
"keyword.blade",
"entity.name.function.blade"
],
"settings": {
"foreground": "#2ac3de"
}
},
{ {
"name": "Spread", "name": "Spread",
"scope": [ "scope": [
@ -441,6 +458,9 @@
"keyword.other", "keyword.other",
"keyword.operator.bitwise.shift", "keyword.operator.bitwise.shift",
"punctuation", "punctuation",
"text.html.twig meta.tag.inline.any.html",
"meta.tag.template.value.twig meta.function.arguments.twig",
"meta.directive.vue punctuation.separator.key-value.html",
"punctuation.definition.constant.markdown", "punctuation.definition.constant.markdown",
"punctuation.definition.string", "punctuation.definition.string",
"punctuation.support.type.property-name", "punctuation.support.type.property-name",
@ -524,16 +544,6 @@
"foreground": "#ba3c97" "foreground": "#ba3c97"
} }
}, },
{
"name": "Blade",
"scope": [
"keyword.blade",
"entity.name.function.blade"
],
"settings": {
"foreground": "#7aa2f7"
}
},
{ {
"name": "Globals, PHP Constants, etc", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [
@ -553,7 +563,8 @@
"scope": [ "scope": [
"variable", "variable",
"support.variable", "support.variable",
"string constant.other.placeholder" "string constant.other.placeholder",
"variable.parameter.handlebars"
], ],
"settings": { "settings": {
"foreground": "#c0caf5" "foreground": "#c0caf5"
@ -657,7 +668,7 @@
"meta.function.parameter variable" "meta.function.parameter variable"
], ],
"settings": { "settings": {
"foreground": "#e0af68" "foreground": "#e0af68" //#73daca
} }
}, },
{ {
@ -910,6 +921,7 @@
"entity.other.attribute-name", "entity.other.attribute-name",
"text.html.basic entity.other.attribute-name.html", "text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name" "text.html.basic entity.other.attribute-name"
], ],
"settings": { "settings": {
"foreground": "#bb9af7" "foreground": "#bb9af7"
@ -918,7 +930,6 @@
{ {
"name": "Vue Template attributes", "name": "Vue Template attributes",
"scope": [ "scope": [
"meta.directive.vue punctuation.separator.key-value.html",
"entity.other.attribute-name.id.html", "entity.other.attribute-name.id.html",
"meta.directive.vue entity.other.attribute-name.html" "meta.directive.vue entity.other.attribute-name.html"
], ],
@ -926,13 +937,6 @@
"foreground": "#bb9af7" "foreground": "#bb9af7"
} }
}, },
{
"name": "Vue Template attribute separator",
"scope": "meta.directive.vue punctuation.separator.key-value.html",
"settings": {
"foreground": "#89ddff"
}
},
{ {
"name": "CSS ID's", "name": "CSS ID's",
"scope": "source.sass keyword.control", "scope": "source.sass keyword.control",