mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-03-27 23:21:28 -04: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
|
# 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
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue