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

Fix property declaration semantic token color

This commit is contained in:
Kristi 2021-04-01 11:44:22 -04:00
parent 6f681ffb52
commit 54dacfac62
4 changed files with 13 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.7.7
`2021-04-01`
- Fix property declaration semantic token color
## 0.7.6 ## 0.7.6
`2021-03-31` `2021-03-31`
- Update README (Color Palette) - Update README (Color Palette)

View file

@ -11,6 +11,9 @@
"parameter": { "parameter": {
"foreground": "#9aa5ce" "foreground": "#9aa5ce"
}, },
"property.declaration": {
"foreground": "#73daca"
},
"variable.declaration": { "variable.declaration": {
"foreground": "#bb9af7" "foreground": "#bb9af7"
}, },

View file

@ -11,6 +11,9 @@
"parameter": { "parameter": {
"foreground": "#565a6e" "foreground": "#565a6e"
}, },
"property.declaration": {
"foreground": "#33635c"
},
"variable.declaration": { "variable.declaration": {
"foreground": "#5a4a78" "foreground": "#5a4a78"
}, },

View file

@ -11,6 +11,9 @@
"parameter": { "parameter": {
"foreground": "#9aa5ce" "foreground": "#9aa5ce"
}, },
"property.declaration": {
"foreground": "#73daca"
},
"variable.declaration": { "variable.declaration": {
"foreground": "#bb9af7" "foreground": "#bb9af7"
}, },