Skip to content

krymancer/walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo
Catppuccin for Walker

Previews

๐ŸŒป Latte
๐Ÿชด Frappรฉ
๐ŸŒบ Macchiato
๐ŸŒฟ Mocha

Usage

Manual

  1. Copy the catppuccin-{flavor} directory to ~/.config/walker/themes/.
  2. 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"

Home Manager (NixOS)

programs.walker = {
  enable = true;
  config.theme = "catppuccin-mocha";
  themes."catppuccin-mocha" = {
    style = builtins.readFile ./themes/catppuccin-mocha/style.css;
  };
};

Note: The old .css + .toml flat-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.

๐Ÿ’ Thanks to

ย 

Copyright ยฉ 2021-present Catppuccin Org

About

๐Ÿˆ Soothing pastel theme for Walker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages