mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Revert custom component tag color for dark themes
This commit is contained in:
parent
b7e37fe749
commit
cd459037cf
3 changed files with 6 additions and 22 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.9.7
|
||||
`2023-02-16`
|
||||
- Revert custom component tag color for dark themes
|
||||
|
||||
## 0.9.6
|
||||
`2023-02-13`
|
||||
- Update README
|
||||
|
|
|
@ -691,7 +691,7 @@
|
|||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#fc91a3"
|
||||
"foreground": "#de5971"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -701,16 +701,6 @@
|
|||
"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",
|
||||
"scope": [
|
||||
|
|
|
@ -690,7 +690,7 @@
|
|||
"meta.tag"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#fc91a3"
|
||||
"foreground": "#de5971"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -700,16 +700,6 @@
|
|||
"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",
|
||||
"scope": [
|
||||
|
|
Loading…
Reference in a new issue