From 01f3a30a16d3643afe383094eb6c8821ca741e46 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 3 Apr 2020 13:44:35 -0400 Subject: [PATCH] Update Welcome page text color --- themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 1df0c5e..ec091ea 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -6,6 +6,7 @@ "semanticClass": "tokyo-night", "colors": { "foreground": "#787c99", + "descriptionForeground": "#515670", "focusBorder": "#545c7e33", "errorForeground": "#515670", "widget.shadow": "#ffffff00", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index ff8a85d..9c5a3e5 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -6,6 +6,7 @@ "semanticClass": "tokyo-night-storm", "colors": { "foreground": "#7982a9", + "descriptionForeground": "#545c7e", "focusBorder": "#545c7e33", "errorForeground": "#5a607d", "widget.shadow": "#ffffff00",