diff --git a/extensions/theme-defaults/themes/hc_light.json b/extensions/theme-defaults/themes/hc_light.json index db024fcb644..1c04a6d090b 100644 --- a/extensions/theme-defaults/themes/hc_light.json +++ b/extensions/theme-defaults/themes/hc_light.json @@ -5,7 +5,7 @@ { "scope": ["meta.embedded", "source.groovy.embedded"], "settings": { - "foreground": "#000000" + "foreground": "#292929" } }, { diff --git a/src/vs/editor/standalone/common/themes.ts b/src/vs/editor/standalone/common/themes.ts index 8b39487a7ba..0fd3ea57ddf 100644 --- a/src/vs/editor/standalone/common/themes.ts +++ b/src/vs/editor/standalone/common/themes.ts @@ -215,7 +215,7 @@ export const hc_light: IStandaloneThemeData = { base: 'hc-light', inherit: false, rules: [ - { token: '', foreground: '000000', background: 'FFFFFF' }, + { token: '', foreground: '292929', background: 'FFFFFF' }, { token: 'invalid', foreground: 'cd3131' }, { token: 'emphasis', fontStyle: 'italic' }, { token: 'strong', fontStyle: 'bold' }, @@ -247,7 +247,7 @@ export const hc_light: IStandaloneThemeData = { { token: 'string.key.json', foreground: 'A31515' }, { token: 'string.value.json', foreground: '0451A5' }, - { token: 'attribute.name', foreground: 'FF0000' }, + { token: 'attribute.name', foreground: '264F78' }, { token: 'attribute.value', foreground: '0451A5' }, { token: 'string', foreground: 'A31515' },