Skip to content

Commit 9d7e135

Browse files
🚑 Made changes to the muted theme
1 parent b6acd7d commit 9d7e135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/codeSTACKr-theme-muted.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"name": "Storage",
70-
"scope": "storage.type, storage.modifier",
70+
"scope": "storage.type, storage.modifier, keyword.operator.expression",
7171
"settings": {
7272
"foreground": "#ffb59a"
7373
}
@@ -84,14 +84,14 @@
8484
"name": "Type",
8585
"scope": "support.type",
8686
"settings": {
87-
"foreground": "#bae0f8"
87+
"foreground": "#ffca75"
8888
}
8989
},
9090
{
9191
"name": "Type",
9292
"scope": "entity.name.type, entity.other.inherited-class",
9393
"settings": {
94-
"foreground": "#bae0f8"
94+
"foreground": "#ffca75"
9595
}
9696
},
9797
{
@@ -106,7 +106,7 @@
106106
"name": "Class",
107107
"scope": "entity.name.type.class",
108108
"settings": {
109-
"foreground": "#bae0f8",
109+
"foreground": "#ffca75",
110110
"fontStyle": "underline"
111111
}
112112
},

0 commit comments

Comments
 (0)