From 916e7e32ce8e241c71ec7b9ff1a0a96a9bce16ec Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 24 Oct 2019 13:11:31 -0400 Subject: [PATCH] Update panel foreground color --- themes/tokyo-night-color-theme.json | 2 +- themes/tokyo-night-storm-color-theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index b8ef576..861b0d3 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -5,7 +5,7 @@ "type": "dark", "semanticClass": "tokyo-night", "colors": { - "foreground": "#c0caf5", + "foreground": "#787c99", "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 0c439c6..7ef6056 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -5,7 +5,7 @@ "type": "dark", "semanticClass": "tokyo-night-storm", "colors": { - "foreground": "#c0caf5", + "foreground": "#7982a9", "focusBorder": "#545c7e33", "errorForeground": "#5a607d", "widget.shadow": "#ffffff00",