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
## 1.0.2
`2023-09-28`
- Update jsx text color
## 1.0.1
`2023-08-02`
- Update foreground color in Storm theme

View file

@ -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"
],

View file

@ -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"
}

View file

@ -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"
}