From 6609d329af0a118e66096c77c07d4de8a15c4330 Mon Sep 17 00:00:00 2001 From: Alecto Irene Perez Date: Thu, 4 Nov 2021 22:24:24 -0600 Subject: [PATCH] Tune Gogh theme to give it it's own feel This tunes Green, Blue, Magenta, and Cyan to give Gogh it's own unique look and feel, more colorful and vibrant than palenight Signed-off-by: Alecto Irene Perez --- themes/gogh.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/gogh.sh b/themes/gogh.sh index d401df7..76acf7e 100755 --- a/themes/gogh.sh +++ b/themes/gogh.sh @@ -3,11 +3,11 @@ # ====================CONFIG THIS =============================== # export COLOR_01="#292D3E" # Black export COLOR_02="#F07178" # Red -export COLOR_03="#C3E88D" # Green +export COLOR_03="#62DE84" # Green export COLOR_04="#FFCB6B" # Yellow -export COLOR_05="#82AAFF" # Blue -export COLOR_06="#C792EA" # Magenta -export COLOR_07="#60ADEC" # Cyan +export COLOR_05="#75A1FF" # Blue +export COLOR_06="#F580FF" # Magenta +export COLOR_07="#60BAEC" # Cyan export COLOR_08="#ABB2BF" # Light gray export COLOR_09="#959DCB" # Dark gray