1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Change the color of enum and enum-members

This commit is contained in:
Steffo 2022-11-20 02:49:22 +01:00
parent eb215dd8c1
commit 11e216aa99
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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",
}
},