
Catppuccin for Walker
- Copy the
catppuccin-{flavor}directory to~/.config/walker/themes/. - Set
theme = "catppuccin-{flavor}"in~/.config/walker/config.toml.
Example for Mocha:
cp -r themes/catppuccin-mocha ~/.config/walker/themes/# ~/.config/walker/config.toml
theme = "catppuccin-mocha"programs.walker = {
enable = true;
config.theme = "catppuccin-mocha";
themes."catppuccin-mocha" = {
style = builtins.readFile ./themes/catppuccin-mocha/style.css;
};
};Note: The old
.css+.tomlflat-file format is no longer supported as of walker's theme system rewrite. Themes now live in a directory under~/.config/walker/themes/{name}/style.css.
ย
Copyright ยฉ 2021-present Catppuccin Org




