mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Fix property declaration semantic token color
This commit is contained in:
parent
6f681ffb52
commit
54dacfac62
4 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.7.7
|
||||
`2021-04-01`
|
||||
- Fix property declaration semantic token color
|
||||
|
||||
## 0.7.6
|
||||
`2021-03-31`
|
||||
- Update README (Color Palette)
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"parameter": {
|
||||
"foreground": "#9aa5ce"
|
||||
},
|
||||
"property.declaration": {
|
||||
"foreground": "#73daca"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#bb9af7"
|
||||
},
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"parameter": {
|
||||
"foreground": "#565a6e"
|
||||
},
|
||||
"property.declaration": {
|
||||
"foreground": "#33635c"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#5a4a78"
|
||||
},
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"parameter": {
|
||||
"foreground": "#9aa5ce"
|
||||
},
|
||||
"property.declaration": {
|
||||
"foreground": "#73daca"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#bb9af7"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue