wchmb is a black and white color scheme for Vim focused on avoiding distractions.
*Code from curl
- Minimal amount of colors
- Very little eye strain
- Different color schemes for light and dark backgrounds.
You just need to
set background
property
Add to your .vimrc:
set t_Co=256
set background=light
"set background=dark
colorscheme wchmb
Add the following to your ~/.vimrc
file and run PluginInstall
in Vim.
Plugin 'wachambo/vim-wchmb-color'
Add the following to your ~/.vimrc
file and run PlugInstall
in Vim.
Plug 'wachambo/vim-wchmb-color'
cd ~/.vim/bundle
git clone https://github.com/wachambo/vim-wchmb-color.git
Put wchmb.vim
in ~/.vim/colors/