
Catppuccin for sent
- Download the patch file for the colorscheme you want from the patches folder
- Copy the patch to your sent source folder
- Run
git apply colorscheme.patch
(replace colorscheme with the colorscheme's name) - Delete config.h
- Rebuild
- Q: "I'm getting an error about the patch failing."
A: Openconfig.def.h
and make sure the following is set.static const char *colors[] = { "#4c4f69", /* foreground color */ "#eff1f5", /* background color */ };
Β
Copyright Β© 2021-present Catppuccin Org