Insert missing # in color codes of ir-black and synthwave

This commit is contained in:
Raphael Gruber 2020-04-25 11:51:46 +02:00
parent b3c5bbb685
commit 7c2020273e
2 changed files with 2 additions and 2 deletions

View File

@ -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"
# =============================================

View File

@ -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"
# =============================================================== #