Skip to content

Commit 3e6a555

Browse files
authored
Merge pull request codeSTACKr#8 from max-programming/master
Some improvements to the theme
2 parents ed67a07 + 9bfa47b commit 3e6a555

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

themes/codeSTACKr-theme-muted.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"foreground": "#a8a2ff"
4545
}
4646
},
47+
{
48+
"name": "Constant",
49+
"scope": "variable.other.constant",
50+
"settings": {
51+
"foreground": "#ffa2b6"
52+
}
53+
},
4754
{
4855
"name": "Keyword",
4956
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
@@ -67,7 +74,7 @@
6774
},
6875
{
6976
"name": "Storage",
70-
"scope": "storage.type, storage.modifier",
77+
"scope": "storage.type, storage.modifier, keyword.operator.expression",
7178
"settings": {
7279
"foreground": "#ffb59a"
7380
}
@@ -84,14 +91,14 @@
8491
"name": "Type",
8592
"scope": "support.type",
8693
"settings": {
87-
"foreground": "#bae0f8"
94+
"foreground": "#ffca75"
8895
}
8996
},
9097
{
9198
"name": "Type",
9299
"scope": "entity.name.type, entity.other.inherited-class",
93100
"settings": {
94-
"foreground": "#bae0f8"
101+
"foreground": "#ffca75"
95102
}
96103
},
97104
{
@@ -106,7 +113,7 @@
106113
"name": "Class",
107114
"scope": "entity.name.type.class",
108115
"settings": {
109-
"foreground": "#bae0f8",
116+
"foreground": "#ffca75",
110117
"fontStyle": "underline"
111118
}
112119
},

themes/codeSTACKr-theme.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"foreground": "#746aff"
4545
}
4646
},
47+
{
48+
"name": "Constant",
49+
"scope": "variable.other.constant",
50+
"settings": {
51+
"foreground": "#ff5177"
52+
}
53+
},
4754
{
4855
"name": "Keyword",
4956
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
@@ -67,7 +74,7 @@
6774
},
6875
{
6976
"name": "Storage",
70-
"scope": "storage.type, storage.modifier",
77+
"scope": "storage.type, storage.modifier, keyword.operator.expression",
7178
"settings": {
7279
"foreground": "#FF652F"
7380
}
@@ -84,14 +91,14 @@
8491
"name": "Type",
8592
"scope": "support.type",
8693
"settings": {
87-
"foreground": "#5eb7ee"
94+
"foreground": "#ff9d00"
8895
}
8996
},
9097
{
9198
"name": "Type",
9299
"scope": "entity.name.type, entity.other.inherited-class",
93100
"settings": {
94-
"foreground": "#5eb7ee"
101+
"foreground": "#ff9d00"
95102
}
96103
},
97104
{
@@ -106,7 +113,7 @@
106113
"name": "Class",
107114
"scope": "entity.name.type.class",
108115
"settings": {
109-
"foreground": "#5eb7ee",
116+
"foreground": "#ff9d00",
110117
"fontStyle": "underline"
111118
}
112119
},

0 commit comments

Comments
 (0)