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

Merge pull request #365 from wez/patch-1

Fix broken colors in Catppuccin Mocha
This commit is contained in:
Mgldvd
2023-01-11 15:51:23 -05:00
committed by GitHub

View File

@ -19,8 +19,8 @@ export COLOR_14="#F5C2E7" # Light Magenta
export COLOR_15="#94E2D5" # Light Cyan
export COLOR_16="#A6ADC8" # White
export BACKGROUND_COLOR="#" # Background Color
export FOREGROUND_COLOR="#" # Foreground Color (text)
export BACKGROUND_COLOR="#1e1e2e" # Background Color
export FOREGROUND_COLOR="#cdd6f4" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Catppuccin Mocha"
# =============================================================== #