0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Fix HTML tag color

This commit is contained in:
Kristi 2019-11-04 15:33:44 -05:00
parent a970e59187
commit ed20123071
2 changed files with 2 additions and 14 deletions

View file

@ -449,9 +449,7 @@
"punctuation.definition.keyword", "punctuation.definition.keyword",
"punctuation.terminator.rule", "punctuation.terminator.rule",
"punctuation.definition.entity", "punctuation.definition.entity",
"punctuation.definition.tag",
"punctuation.separator.inheritance.php", "punctuation.separator.inheritance.php",
"punctuation.definition.tag.html",
"keyword.other.template", "keyword.other.template",
"keyword.other.substitution", "keyword.other.substitution",
"entity.name.operator", "entity.name.operator",
@ -522,11 +520,7 @@
}, },
{ {
"name": "Tag Punctuation", "name": "Tag Punctuation",
"scope": [ "scope": "punctuation.definition.tag",
"punctuation.definition.tag",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html"
],
"settings": { "settings": {
"foreground": "#ba3c97" "foreground": "#ba3c97"
} }

View file

@ -448,9 +448,7 @@
"punctuation.definition.keyword", "punctuation.definition.keyword",
"punctuation.terminator.rule", "punctuation.terminator.rule",
"punctuation.definition.entity", "punctuation.definition.entity",
"punctuation.definition.tag",
"punctuation.separator.inheritance.php", "punctuation.separator.inheritance.php",
"punctuation.definition.tag.html",
"keyword.other.template", "keyword.other.template",
"keyword.other.substitution", "keyword.other.substitution",
"entity.name.operator", "entity.name.operator",
@ -521,11 +519,7 @@
}, },
{ {
"name": "Tag Punctuation", "name": "Tag Punctuation",
"scope": [ "scope": "punctuation.definition.tag",
"punctuation.definition.tag",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html"
],
"settings": { "settings": {
"foreground": "#ba3c97" "foreground": "#ba3c97"
} }