3
2
Fork
You've already forked colorschemes
1
Repository that collects ranger colorschemes implemented by the community
  • Python 100%
Find a file
2026年01月11日 21:24:50 +01:00
.gitignore Initial commit 2018年07月06日 23:03:43 +02:00
LICENSE Initial commit 2018年07月06日 23:03:43 +02:00
README.md Updating README to be more specific. Closes #12 2026年01月11日 21:24:50 +01:00
zenburn.py Squash of three commits adding zenburn.py 2018年07月06日 23:36:15 +02:00

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.