Revert foreground change

This commit is contained in:
David Dossett 2022-03-10 16:41:51 -08:00
parent 22de4ab257
commit 502276a3d6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"foreground": "#292929"
"foreground": "#000000"
}
},
{

View file

@ -215,7 +215,7 @@ export const hc_light: IStandaloneThemeData = {
base: 'hc-light',
inherit: false,
rules: [
{ token: '', foreground: '292929', background: 'FFFFFF' },
{ token: '', foreground: '000000', background: 'FFFFFF' },
{ token: 'invalid', foreground: 'cd3131' },
{ token: 'emphasis', fontStyle: 'italic' },
{ token: 'strong', fontStyle: 'bold' },