mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update jsx text color
This commit is contained in:
parent
af4ddb383b
commit
62a6416a30
4 changed files with 13 additions and 5 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 1.0.2
|
||||
`2023-09-28`
|
||||
- Update jsx text color
|
||||
|
||||
## 1.0.1
|
||||
`2023-08-02`
|
||||
- Update foreground color in Storm theme
|
||||
|
|
|
@ -1338,7 +1338,6 @@
|
|||
{
|
||||
"name": "Markdown - Plain",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"meta.embedded.block"
|
||||
],
|
||||
"settings": {
|
||||
|
@ -1348,6 +1347,7 @@
|
|||
{
|
||||
"name": "HTML text",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
"text.log"
|
||||
],
|
||||
|
|
|
@ -1376,7 +1376,6 @@
|
|||
{
|
||||
"name": "Markdown - Plain",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"meta.embedded.block"
|
||||
],
|
||||
"settings": {
|
||||
|
@ -1385,7 +1384,10 @@
|
|||
},
|
||||
{
|
||||
"name": "HTML text",
|
||||
"scope": "text.html",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#565a6e"
|
||||
}
|
||||
|
|
|
@ -1338,7 +1338,6 @@
|
|||
{
|
||||
"name": "Markdown - Plain",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"meta.embedded.block"
|
||||
],
|
||||
"settings": {
|
||||
|
@ -1347,7 +1346,10 @@
|
|||
},
|
||||
{
|
||||
"name": "HTML text",
|
||||
"scope": "text.html",
|
||||
"scope": [
|
||||
"meta.jsx.children",
|
||||
"text.html",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9aa5ce"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue