Various colorschemes for vifm.
- astrell (by astrell)
- darkdesert (by langner)
- Default
- desert
- g80
- matrix
- mc-like (by Petteri Knihti)
- ph (by pihao)
- reicheltd-light (by reicheltd)
- snowwhite (by durcheinandr)
- solarized-dark
- zenburn
- zenburn_1 (by frgm)
The solarized-dark theme is based on istib's version.
Some distributions offer a package for vifm color schemes. In this case you can install them easily using your package manager.
zypper in vifm-colors
If you would like to have just one theme you could download it via wget, for example:
wget -P ~/.vifm/colors https://raw.githubusercontent.com/vifm/vifm-colors/master/solarized-dark
If you prefer to download all themes you could set it up with git, and stay up to date.
rm -rf ~/.config/vifm/colors
git clone https://github.com/vifm/vifm-colors ~/.config/vifm/colors
To check for updates just type git pull
in ~/.config/vifm/colors
.
Note: replace ~/.config/vifm
with ~/.vifm
in commands above if you store your configuration there.
A preview of all color themes contained in this repository are available at this vifm site.
Load with :colorscheme theme-name
in vifm, or write colorscheme theme-name
in vifm's configuration file ~/.config/vifm/vifmrc
.
If you have any color themes that are not in this repo, feel free to fork, add it and send a pull request!