From dfbe7c394f7027c3c05b91c70afe9036b4272e8f Mon Sep 17 00:00:00 2001 From: David Dossett Date: Mon, 7 Mar 2022 15:18:29 -0800 Subject: [PATCH] Update light HC error tokens --- extensions/theme-defaults/themes/hc_light.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/hc_light.json b/extensions/theme-defaults/themes/hc_light.json index dac9b4ba665..70cdffe7c00 100644 --- a/extensions/theme-defaults/themes/hc_light.json +++ b/extensions/theme-defaults/themes/hc_light.json @@ -10,7 +10,7 @@ "foreground": "#292929", "selection.background": "#0F4A8580", "descriptionForeground": "#292929", - "errorForeground": "#292929", + "errorForeground": "#B5200D", "icon.foreground": "#292929", "sash.hoverBorder": "#007ACC", @@ -248,6 +248,9 @@ "notifications.foreground": "#292929", "notifications.background": "#ffffff", "notifications.border": "#0F4A85", + "notificationsErrorIcon.foreground": "#B5200D", + "notificationsInfoIcon.foreground": "#007ACC", + "notificationsWarningIcon.foreground": "#895503", "banner.background": "#0F4A85", "banner.foreground": "#ffffff",