Skip to content

Commit 11f5573

Browse files
committed
chore: update light theme token colors
1 parent 7563a1c commit 11f5573

File tree

1 file changed

+30
-30
lines changed
  • src/code/workbench/contrib/theme/themes

1 file changed

+30
-30
lines changed

src/code/workbench/contrib/theme/themes/light.ts

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -181,45 +181,45 @@ export const light: ITheme = {
181181
"link.hover.foreground": "#3A3A36",
182182
},
183183
tokens: {
184-
default: "#2A2A28",
184+
default: "#2C2420",
185185

186-
keyword: "#4A7A6A",
187-
"keyword.json": "#C26A72",
188-
"keyword.typeModifier": "#3A7A72",
186+
keyword: "#A8390A",
187+
"keyword.json": "#B84A0E",
188+
"keyword.typeModifier": "#5C7A5E",
189189

190-
source: "#7A5A2A",
191-
metadata: "#8A6A30",
190+
source: "#7A4A1E",
191+
metadata: "#8C3A18",
192192

193-
number: "#6A5A30",
194-
boolean: "#3A7A72",
193+
number: "#A05C10",
194+
boolean: "#4E6E50",
195195

196-
string: "#7A4A7A",
197-
"string.binary": "#4A7A3A",
198-
"string.escape": "#2A2A28",
199-
"string.escape.alternative": "#5A4A8A",
200-
"string.format.item": "#8A6A30",
201-
"string.regexp": "#5A5A62",
196+
string: "#8C5A1A",
197+
"string.binary": "#3D6640",
198+
"string.escape": "#B83030",
199+
"string.escape.alternative": "#963828",
200+
"string.format.item": "#A07020",
201+
"string.regexp": "#4A7068",
202202

203-
identifier: "#2A2A28",
204-
"identifier.this": "#7A5A2A",
205-
"identifier.constant": "#4A7A6A",
206-
"identifier.variable.local": "#3A3A36",
207-
"identifier.parameter": "#8A6A30",
203+
identifier: "#2C2420",
204+
"identifier.this": "#A8390A",
205+
"identifier.constant": "#4E6E50",
206+
"identifier.variable.local": "#3A2E28",
207+
"identifier.parameter": "#7A4A1E",
208208

209-
"identifier.function.declaration": "#7A5A2A",
210-
"identifier.method.static": "#7A5A2A",
211-
"identifier.builtin": "#3A7A72",
209+
"identifier.function.declaration": "#8C3A18",
210+
"identifier.method.static": "#7A3616",
211+
"identifier.builtin": "#4E6E50",
212212

213-
"identifier.type": "#7A5A2A",
214-
"identifier.field": "#5A4A8A",
215-
"identifier.field.static": "#5A4A8A",
213+
"identifier.type": "#4A6862",
214+
"identifier.field": "#7A4A1E",
215+
"identifier.field.static": "#6A3E18",
216216

217-
"identifier.interface": "#4A6A8A",
218-
"identifier.type.class": "#4A6A8A",
217+
"identifier.interface": "#3E6460",
218+
"identifier.type.class": "#3E6460",
219219

220-
comment: "#9A9A92",
221-
"comment.parameter": "#AAAAA066",
220+
comment: "#9A8E86",
221+
"comment.parameter": "#A09088AA",
222222

223-
punctuation: "#2A2A28",
223+
punctuation: "#2C2420",
224224
},
225225
};

0 commit comments

Comments
 (0)