mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-02-06 21:43:43 -05:00
Fix HTML tag color
This commit is contained in:
parent
a970e59187
commit
ed20123071
2 changed files with 2 additions and 14 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue