mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Change the color of enum
and enum-member
s
This commit is contained in:
parent
eb215dd8c1
commit
11e216aa99
1 changed files with 3 additions and 5 deletions
|
@ -280,15 +280,13 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "enum",
|
||||
"name": "enum-member",
|
||||
"scope": [
|
||||
"entity.name.type.enum",
|
||||
"entity.name.variable.enum-member",
|
||||
"variable.other.enummember",
|
||||
"constant.other.caps",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#e8bfff",
|
||||
"foreground": "#66b2ff",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -298,7 +296,7 @@
|
|||
"meta.enum.declaration entity.name.type.enum",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ca6fff",
|
||||
"foreground": "#2699ff",
|
||||
"fontStyle": "bold",
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue