Repository that collects ranger colorschemes implemented by the community
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| README.md | Updating README to be more specific. Closes #12 | |
| zenburn.py | Squash of three commits adding zenburn.py | |
colorschemes
Usage
You can simply clone this repository into your ranger config directory, usually
~/.config/ranger, to get access to all colorschemes present in this repository.
cd ~/.config/ranger
git clone https://codeberg.org/ranger/colorschemes.git
Creating a new colorscheme
Read about how to create your own colorschemes in colorschemes.md in the ranger repo.