Skip to content

Commit 934d11d

Browse files
committed
class color changes
1 parent cbc9f7b commit 934d11d

File tree

1 file changed

+41
-16
lines changed

1 file changed

+41
-16
lines changed

themes/aditi-light-color-theme.json

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,12 @@
111111
"support.type.property-name.css",
112112
"meta.definition.variable",
113113
"variable.object.property",
114-
"entity.other.attribute-name.html"
114+
"entity.other.attribute-name.html",
115+
"variable.other.readwrite",
116+
"variable.parameter"
115117
],
116118
"settings": {
117-
"foreground": "#574b90"
119+
"foreground": "#1c98bf"
118120
}
119121
},
120122
{
@@ -127,6 +129,13 @@
127129
"foreground": "#ea8685"
128130
}
129131
},
132+
{
133+
"name": "Enclose",
134+
"scope": ["entity.name.tag.block.any", "meta.tag.block.any.html"],
135+
"settings": {
136+
"foreground": "#1d5b79"
137+
}
138+
},
130139
{
131140
"name": "Boolean, null",
132141
"scope": ["constant.language.json", "constant.language.null"],
@@ -138,36 +147,34 @@
138147
"name": "String",
139148
"scope": ["string.quoted", "string.quoted", "string.template"],
140149
"settings": {
141-
"foreground": "#17b36a"
142-
}
143-
},
144-
{
145-
"name": "Type",
146-
"scope": ["storage.type"],
147-
"settings": {
148-
"foreground": "#f19066"
150+
"foreground": "#009688"
149151
}
150152
},
151153
{
152-
"name": "Keyword",
153-
"scope": ["keyword.control"],
154+
"name": "Type, Keyword",
155+
"scope": ["storage.type", "keyword.control", "storage.modifier.ts"],
154156
"settings": {
155-
"foreground": "#d8b6b6"
157+
"foreground": "#7e7eb9"
156158
}
157159
},
158160
{
159161
"name": "Block",
160-
"scope": ["meta.block", "meta.object.member"],
162+
"scope": [
163+
"meta.block",
164+
"meta.object.member",
165+
"entity.name.type.class",
166+
"entity.other.inherited-class"
167+
],
161168
"settings": {
162-
"foreground": "#fa8231"
169+
"foreground": "#c57f97"
163170
}
164171
},
165172
{
166173
"name": "Comment",
167174
"scope": ["comment", "punctuation.definition.comment"],
168175
"settings": {
169176
"fontStyle": "italic",
170-
"foreground": "#5b758a"
177+
"foreground": "#c1cbd4"
171178
}
172179
},
173180
{
@@ -179,6 +186,24 @@
179186
"settings": {
180187
"foreground": "#6a89cc"
181188
}
189+
},
190+
{
191+
"name": "Method",
192+
"scope": [
193+
"meta.definition.method",
194+
"meta.method.declaration",
195+
"storage.type"
196+
],
197+
"settings": {
198+
"foreground": "#2a80cc"
199+
}
200+
},
201+
{
202+
"name": "Typescript type",
203+
"scope": ["entity.name.type", "support.type.primitive"],
204+
"settings": {
205+
"foreground": "#9f8bb9"
206+
}
182207
}
183208
]
184209
}

0 commit comments

Comments
 (0)