Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot] ad7ac39ed2 ------- Generate themes.json ------- 2023-01-11 20:52:13 +00:00
Mgldvd 9585d2c80b
Merge pull request #365 from wez/patch-1
Fix broken colors in Catppuccin Mocha
2023-01-11 15:51:23 -05:00
Wez Furlong 1c485cdc73
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
2023-01-11 13:45:41 -07:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

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