From 9d5ed4f105dbaa3d55abeccfa4145af76a374813 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Thu, 10 Mar 2022 16:02:07 -0800 Subject: [PATCH] Update standalone theme --- extensions/theme-defaults/themes/hc_light.json | 2 +- src/vs/editor/standalone/common/themes.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' },