Skip to content

Commit e52e53d

Browse files
✨ New color for types and classes
1 parent ed67a07 commit e52e53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/codeSTACKr-theme.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
"name": "Type",
8585
"scope": "support.type",
8686
"settings": {
87-
"foreground": "#5eb7ee"
87+
"foreground": "#ff9d00"
8888
}
8989
},
9090
{
9191
"name": "Type",
9292
"scope": "entity.name.type, entity.other.inherited-class",
9393
"settings": {
94-
"foreground": "#5eb7ee"
94+
"foreground": "#ff9d00"
9595
}
9696
},
9797
{
@@ -106,7 +106,7 @@
106106
"name": "Class",
107107
"scope": "entity.name.type.class",
108108
"settings": {
109-
"foreground": "#5eb7ee",
109+
"foreground": "#ff9d00",
110110
"fontStyle": "underline"
111111
}
112112
},

0 commit comments

Comments
 (0)