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 defaultLibrary semantic token colors

This commit is contained in:
Kristi 2021-04-05 10:15:19 -04:00
parent 29421163e6
commit f3f0361c4a
3 changed files with 18 additions and 0 deletions

View file

@ -16,6 +16,12 @@
"property.defaultLibrary": {
"foreground": "#2ac3de"
},
"*.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.declaration": {
"foreground": "#bb9af7"
},

View file

@ -16,6 +16,12 @@
"property.defaultLibrary": {
"foreground": "#166775"
},
"*.defaultLibrary": {
"foreground": "#166775"
},
"variable.defaultLibrary": {
"foreground": "#166775"
},
"variable.declaration": {
"foreground": "#5a4a78"
},

View file

@ -16,6 +16,12 @@
"property.defaultLibrary": {
"foreground": "#2ac3de"
},
"*.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.defaultLibrary": {
"foreground": "#2ac3de"
},
"variable.declaration": {
"foreground": "#bb9af7"
},