From 1c485cdc736be1147422b86f456fbf77c20f602c Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 11 Jan 2023 13:45:41 -0700 Subject: [PATCH] Fix broken colors in Catppuccin Mocha themes.json isn't fully parseable because of these broken color definitions. Colors are imported from: https://github.com/catppuccin/wezterm/blob/main/dist/catppuccin-mocha.toml#L12 https://github.com/catppuccin/wezterm/blob/main/dist/catppuccin-mocha.toml#L27 --- themes/catppuccin-mocha.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/catppuccin-mocha.sh b/themes/catppuccin-mocha.sh index a1f4876..2e3be8d 100755 --- a/themes/catppuccin-mocha.sh +++ b/themes/catppuccin-mocha.sh @@ -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" # =============================================================== #