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

Revert custom component tag color for dark themes

This commit is contained in:
Kristi 2023-02-16 12:59:02 -05:00
parent b7e37fe749
commit cd459037cf
3 changed files with 6 additions and 22 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.9.7
`2023-02-16`
- Revert custom component tag color for dark themes
## 0.9.6 ## 0.9.6
`2023-02-13` `2023-02-13`
- Update README - Update README

View file

@ -691,7 +691,7 @@
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#fc91a3" "foreground": "#de5971"
} }
}, },
{ {
@ -701,16 +701,6 @@
"foreground": "#ba3c97" "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", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [

View file

@ -690,7 +690,7 @@
"meta.tag" "meta.tag"
], ],
"settings": { "settings": {
"foreground": "#fc91a3" "foreground": "#de5971"
} }
}, },
{ {
@ -700,16 +700,6 @@
"foreground": "#ba3c97" "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", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [