From 0ea71eae762f5928784308d961bca267a83bde55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Lal?= Date: Sat, 9 Jan 2021 10:51:07 +0100 Subject: [PATCH] fix light gray in Horizon themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Przemysław Lal --- themes/horizon-bright.sh | 2 +- themes/horizon-dark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/horizon-bright.sh b/themes/horizon-bright.sh index 6e230ec..1e010ec 100755 --- a/themes/horizon-bright.sh +++ b/themes/horizon-bright.sh @@ -8,7 +8,7 @@ export COLOR_04="#F6661E" # Yellow export COLOR_05="#26BBD9" # Blue export COLOR_06="#EE64AE" # Magenta export COLOR_07="#1D8991" # Cyan -export COLOR_08="#2E303E" # Light gray +export COLOR_08="#FADAD1" # Light gray export COLOR_09="#1A1C23" # Dark gray export COLOR_10="#F43E5C" # Light Red diff --git a/themes/horizon-dark.sh b/themes/horizon-dark.sh index cc9f67e..bf3afb9 100755 --- a/themes/horizon-dark.sh +++ b/themes/horizon-dark.sh @@ -8,7 +8,7 @@ export COLOR_04="#FAB795" # Yellow export COLOR_05="#26BBD9" # Blue export COLOR_06="#EE64AE" # Magenta export COLOR_07="#59E3E3" # Cyan -export COLOR_08="#2E303E" # Light gray +export COLOR_08="#FADAD1" # Light gray export COLOR_09="#232530" # Dark gray export COLOR_10="#EC6A88" # Light Red