From 7c2020273ea6d2aad555f26e9040c43086064ff7 Mon Sep 17 00:00:00 2001 From: Raphael Gruber Date: Sat, 25 Apr 2020 11:51:46 +0200 Subject: [PATCH] Insert missing # in color codes of ir-black and synthwave --- themes/ir-black.sh | 2 +- themes/synthwave.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ir-black.sh b/themes/ir-black.sh index 7940132..8734b93 100755 --- a/themes/ir-black.sh +++ b/themes/ir-black.sh @@ -21,7 +21,7 @@ export COLOR_16="#ffffff" # export BACKGROUND_COLOR="#000000" # Background Color export FOREGROUND_COLOR="#eeeeee" # Text -export CURSOR_COLOR="ffa560" # Cursor +export CURSOR_COLOR="#ffa560" # Cursor export PROFILE_NAME="Ir Black" # ============================================= diff --git a/themes/synthwave.sh b/themes/synthwave.sh index 12fee51..f0d1f46 100755 --- a/themes/synthwave.sh +++ b/themes/synthwave.sh @@ -21,7 +21,7 @@ export COLOR_16="#ffffff" # White export BACKGROUND_COLOR="#262335" # Background Color export FOREGROUND_COLOR="#ffffff" # Foreground Color (text) -export CURSOR_COLOR="03edf9" # Cursor color +export CURSOR_COLOR="#03edf9" # Cursor color export PROFILE_NAME="SynthWave" # =============================================================== #