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

Update jsx text color

This commit is contained in:
Kristi Russell 2023-09-29 08:41:02 -04:00
parent af4ddb383b
commit 62a6416a30
4 changed files with 13 additions and 5 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 1.0.2
`2023-09-28`
- Update jsx text color
## 1.0.1 ## 1.0.1
`2023-08-02` `2023-08-02`
- Update foreground color in Storm theme - Update foreground color in Storm theme

View file

@ -1338,7 +1338,6 @@
{ {
"name": "Markdown - Plain", "name": "Markdown - Plain",
"scope": [ "scope": [
"meta.jsx.children",
"meta.embedded.block" "meta.embedded.block"
], ],
"settings": { "settings": {
@ -1348,6 +1347,7 @@
{ {
"name": "HTML text", "name": "HTML text",
"scope": [ "scope": [
"meta.jsx.children",
"text.html", "text.html",
"text.log" "text.log"
], ],

View file

@ -1376,7 +1376,6 @@
{ {
"name": "Markdown - Plain", "name": "Markdown - Plain",
"scope": [ "scope": [
"meta.jsx.children",
"meta.embedded.block" "meta.embedded.block"
], ],
"settings": { "settings": {
@ -1385,7 +1384,10 @@
}, },
{ {
"name": "HTML text", "name": "HTML text",
"scope": "text.html", "scope": [
"meta.jsx.children",
"text.html",
],
"settings": { "settings": {
"foreground": "#565a6e" "foreground": "#565a6e"
} }

View file

@ -1338,7 +1338,6 @@
{ {
"name": "Markdown - Plain", "name": "Markdown - Plain",
"scope": [ "scope": [
"meta.jsx.children",
"meta.embedded.block" "meta.embedded.block"
], ],
"settings": { "settings": {
@ -1347,7 +1346,10 @@
}, },
{ {
"name": "HTML text", "name": "HTML text",
"scope": "text.html", "scope": [
"meta.jsx.children",
"text.html",
],
"settings": { "settings": {
"foreground": "#9aa5ce" "foreground": "#9aa5ce"
} }