Closed injust closed 4 months ago
The culprit seems to be https://github.com/dandavison/delta/blob/0.17.0/src/options/theme.rs#L48. delta
has a hardcoded list of themes that are considered light-mode.
The value there should be catppuccin-latte
(all lowercase) instead of Catppuccin-latte
.
Will be fixed by https://github.com/dandavison/delta/pull/1745
Side note: This probably wasn't a typo actually. The casing was changed at some point after https://github.com/dandavison/delta/pull/1573 was opened but before the first commit in this repo.
Dark syntax themes:
1337
Catppuccin Latte
Coldark-Cold
This is not fixed in delta 0.18
Hmm, I think I made a bad PR. Should've changed it to Catppuccin Latte
, not catppuccin-latte
.
I can't get Catppuccin Latte to work properly as a light theme.
delta --list-syntax-themes
shows it as a dark theme.I thought that https://github.com/catppuccin/delta/pull/6 would fix this, but apparently not.