
Catppuccin for Ranger
- Go to the Releases page and download your preferred flavor(s).
- Find your ranger colorschemes directory. Usually, it is located in
~/.config/ranger/colorschemes. If you don't have a ~/.config/ranger directory:- Run
ranger --copy-config=(rc) - Go to
~/.config/rangerand create a directory calledcolorschemes.
- Run
- Copy or link your downloaded colorscheme file(s) to your
~/.config/ranger/colorschemesdirectory.- If you want to copy, run
cp catppuccin_<flavor>.py ~/.config/ranger/colorschemes
- If you want to link, run
ln -s catppuccin_<flavor>.py ~/.config/ranger/colorschemes
- If you want to copy, run
- Go to your
rc.conffile located in~/.config/ranger/rc.conf. - Update the line
set colorscheme ...to reference your flavor:# Which colorscheme to use? These colorschemes are available by default: # default, jungle, snow, solarized - set colorscheme ... + set colorscheme catppuccin_mocha
If you want to customize the theme or contribute to it, you can clone the repo and build the theme files for yourself.
Just run the build script to generate the theme files:
python3 build.pyThis will generate the colorscheme files in the ./output directory.
Copyright © 2021-present Catppuccin Org




