mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-01-16 21:23:55 -05:00
Update defaultLibrary semantic token colors
This commit is contained in:
parent
29421163e6
commit
f3f0361c4a
3 changed files with 18 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
"property.defaultLibrary": {
|
"property.defaultLibrary": {
|
||||||
"foreground": "#2ac3de"
|
"foreground": "#2ac3de"
|
||||||
},
|
},
|
||||||
|
"*.defaultLibrary": {
|
||||||
|
"foreground": "#2ac3de"
|
||||||
|
},
|
||||||
|
"variable.defaultLibrary": {
|
||||||
|
"foreground": "#2ac3de"
|
||||||
|
},
|
||||||
"variable.declaration": {
|
"variable.declaration": {
|
||||||
"foreground": "#bb9af7"
|
"foreground": "#bb9af7"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,12 @@
|
||||||
"property.defaultLibrary": {
|
"property.defaultLibrary": {
|
||||||
"foreground": "#166775"
|
"foreground": "#166775"
|
||||||
},
|
},
|
||||||
|
"*.defaultLibrary": {
|
||||||
|
"foreground": "#166775"
|
||||||
|
},
|
||||||
|
"variable.defaultLibrary": {
|
||||||
|
"foreground": "#166775"
|
||||||
|
},
|
||||||
"variable.declaration": {
|
"variable.declaration": {
|
||||||
"foreground": "#5a4a78"
|
"foreground": "#5a4a78"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,6 +16,12 @@
|
||||||
"property.defaultLibrary": {
|
"property.defaultLibrary": {
|
||||||
"foreground": "#2ac3de"
|
"foreground": "#2ac3de"
|
||||||
},
|
},
|
||||||
|
"*.defaultLibrary": {
|
||||||
|
"foreground": "#2ac3de"
|
||||||
|
},
|
||||||
|
"variable.defaultLibrary": {
|
||||||
|
"foreground": "#2ac3de"
|
||||||
|
},
|
||||||
"variable.declaration": {
|
"variable.declaration": {
|
||||||
"foreground": "#bb9af7"
|
"foreground": "#bb9af7"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue