mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update property defaultLibrary color
This commit is contained in:
parent
ea158a7a6e
commit
dac0c9cf47
4 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Release Notes
|
||||
## 0.7.8
|
||||
`2021-04-04`
|
||||
- Update property defaultLibrary semantic token color
|
||||
|
||||
## 0.7.7
|
||||
`2021-04-01`
|
||||
- Fix property declaration semantic token color
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"property.declaration": {
|
||||
"foreground": "#73daca"
|
||||
},
|
||||
"property.defaultLibrary": {
|
||||
"foreground": "#2ac3de"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#bb9af7"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"property.declaration": {
|
||||
"foreground": "#33635c"
|
||||
},
|
||||
"property.defaultLibrary": {
|
||||
"foreground": "#166775"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#5a4a78"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"property.declaration": {
|
||||
"foreground": "#73daca"
|
||||
},
|
||||
"property.defaultLibrary": {
|
||||
"foreground": "#2ac3de"
|
||||
},
|
||||
"variable.declaration": {
|
||||
"foreground": "#bb9af7"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue