1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #225 from rapgru/master

Insert missing # in cursor colors
This commit is contained in:
Mayccoll
2020-04-25 13:25:24 -05:00
committed by GitHub
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"
# =============================================================== #