All Projects β†’ vifm β†’ vifm-colors

vifm / vifm-colors

Licence: GPL-2.0 License
Various colorschemes for vifm file explorer.

Projects that are alternatives of or similar to vifm-colors

fm-nvim
πŸ—‚ Neovim plugin that lets you use your favorite terminal file managers (and fuzzy finders) from within Neovim.
Stars: ✭ 114 (-33.33%)
Mutual labels:  vifm
dotfiles
πŸ€ Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (-61.99%)
Mutual labels:  colorschemes
base16.nix
Quickly theme programs in your favourite base16 colorscheme
Stars: ✭ 61 (-64.33%)
Mutual labels:  colorschemes
configuration
Config files
Stars: ✭ 12 (-92.98%)
Mutual labels:  vifm
srcery-terminal
Srcery theme terminal configurations
Stars: ✭ 183 (+7.02%)
Mutual labels:  color-themes
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (-76.61%)
Mutual labels:  color-themes
drracket-solarized
Solarized color theme for DrRacket
Stars: ✭ 52 (-69.59%)
Mutual labels:  colorschemes
dotfiles
πŸ”§ My dotfiles on ο£Ώ macOS for Neovim, Zsh, kitty, lf, etc
Stars: ✭ 90 (-47.37%)
Mutual labels:  vifm
terco
A small collection of terminal colorschemes.
Stars: ✭ 12 (-92.98%)
Mutual labels:  colorschemes
Vifm
Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Stars: ✭ 1,822 (+965.5%)
Mutual labels:  vifm
Vimpressionist
🎨 Vim on steroids for keyboard lovers
Stars: ✭ 55 (-67.84%)
Mutual labels:  vifm
neovim-vifm
A neovim plugin to use vifm like netrw and NERDTree.
Stars: ✭ 48 (-71.93%)
Mutual labels:  vifm
prot16
Colour schemes mainly for highlighting code syntax. Each theme uses a 16-colour palette. It comes in light and dark variants.
Stars: ✭ 18 (-89.47%)
Mutual labels:  colorschemes
heroku-colorscheme
I was tired to never find the perfect colorscheme, so I decided to do my own.
Stars: ✭ 43 (-74.85%)
Mutual labels:  colorschemes
candle-grey
A dark monochrome colorscheme with a hint of color for vim
Stars: ✭ 30 (-82.46%)
Mutual labels:  colorschemes
modus-theme-vim
Port of modus-themes in neovim
Stars: ✭ 91 (-46.78%)
Mutual labels:  colorschemes
Delta
A syntax-highlighting pager for git, diff, and grep output
Stars: ✭ 11,555 (+6657.31%)
Mutual labels:  color-themes
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (-40.94%)
Mutual labels:  color-themes

vifm-colors

Packaging status

Various colorschemes for vifm:

  • ansa (by savchenko)
  • astrell (by astrell)
  • crown_24bit (by hombrey)
  • darkdesert (by langner)
  • Default
  • desert
  • dracula (by EgZvor)
  • dwmlight (by satsaeid)
  • g80
  • gruvbox (by laur89)
  • iceberg (by puven12)
  • lucius (by francogonzaga)
  • matrix
  • mc-like (by Petteri Knihti)
  • molokai (by Miguel Madrid MencΓ­a)
  • monochrome (by qsmodo)
  • near-default
  • onedark (by mroavi)
  • palenight (by mroavi)
  • ph (by pihao)
  • papercolor-dark (by pmilosev)
  • papercolor-light (by pmilosev)
  • reicheltd-light (by reicheltd)
  • sandy (by nandox)
  • semidarkdesert (by clausED)
  • snowwhite (by durcheinandr)
  • solarized-dark
  • solarized-light (by ayroblu)
  • zenburn
  • zenburn_1 (by frgm)

The solarized-dark theme is based on istib's version.

Installation

Distribution

Some distributions offer a package for vifm color schemes. In this case you can install them easily using your package manager.

openSUSE

zypper in vifm-colors

Manual

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.vifm

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.

Preview

A preview of all color themes contained in this repository are available at the official vifm site.

Set a theme

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].