mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Make type
and interface
brighter
This commit is contained in:
parent
264f51f99c
commit
65e0cfd872
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@
|
||||||
"entity.name.type.interface",
|
"entity.name.type.interface",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#88ff88",
|
"foreground": "#00ff00",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
"entity.name.type.alias",
|
"entity.name.type.alias",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#80ffd4",
|
"foreground": "#00ffaa",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue