0
0
Fork 0
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:
Kristi 2021-04-04 20:40:08 -04:00
parent ea158a7a6e
commit dac0c9cf47
4 changed files with 13 additions and 0 deletions

View file

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

View file

@ -14,6 +14,9 @@
"property.declaration": {
"foreground": "#73daca"
},
"property.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.declaration": {
"foreground": "#bb9af7"
},

View file

@ -14,6 +14,9 @@
"property.declaration": {
"foreground": "#33635c"
},
"property.defaultLibrary": {
"foreground": "#166775"
},
"variable.declaration": {
"foreground": "#5a4a78"
},

View file

@ -14,6 +14,9 @@
"property.declaration": {
"foreground": "#73daca"
},
"property.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.declaration": {
"foreground": "#bb9af7"
},