From 36e7df459d56c7dd16d78adda131aefbe9dbedd8 Mon Sep 17 00:00:00 2001 From: RobTheFiveNine <49003204+RobTheFiveNine@users.noreply.github.com> Date: Sat, 29 Feb 2020 23:23:20 +0000 Subject: [PATCH] Fix incorrect colour --- themes/synthwave.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/synthwave.sh b/themes/synthwave.sh index fd9f3fb..12fee51 100755 --- a/themes/synthwave.sh +++ b/themes/synthwave.sh @@ -4,7 +4,7 @@ export COLOR_01="#011627" # Black export COLOR_02="#fe4450" # Red export COLOR_03="#72f1b8" # Green -export COLOR_04="#f97e72" # Yellow +export COLOR_04="#fede5d" # Yellow export COLOR_05="#03edf9" # Blue export COLOR_06="#ff7edb" # Magenta export COLOR_07="#03edf9" # Cyan