mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -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.terminator.rule",
|
||||
"punctuation.definition.entity",
|
||||
"punctuation.definition.tag",
|
||||
"punctuation.separator.inheritance.php",
|
||||
"punctuation.definition.tag.html",
|
||||
"keyword.other.template",
|
||||
"keyword.other.substitution",
|
||||
"entity.name.operator",
|
||||
|
@ -522,11 +520,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Tag Punctuation",
|
||||
"scope": [
|
||||
"punctuation.definition.tag",
|
||||
"punctuation.definition.tag.begin.html",
|
||||
"punctuation.definition.tag.end.html"
|
||||
],
|
||||
"scope": "punctuation.definition.tag",
|
||||
"settings": {
|
||||
"foreground": "#ba3c97"
|
||||
}
|
||||
|
|
|
@ -448,9 +448,7 @@
|
|||
"punctuation.definition.keyword",
|
||||
"punctuation.terminator.rule",
|
||||
"punctuation.definition.entity",
|
||||
"punctuation.definition.tag",
|
||||
"punctuation.separator.inheritance.php",
|
||||
"punctuation.definition.tag.html",
|
||||
"keyword.other.template",
|
||||
"keyword.other.substitution",
|
||||
"entity.name.operator",
|
||||
|
@ -521,11 +519,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Tag Punctuation",
|
||||
"scope": [
|
||||
"punctuation.definition.tag",
|
||||
"punctuation.definition.tag.begin.html",
|
||||
"punctuation.definition.tag.end.html"
|
||||
],
|
||||
"scope": "punctuation.definition.tag",
|
||||
"settings": {
|
||||
"foreground": "#ba3c97"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue