Skip to content

wchmb/vim-wchmb-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wchmb

wchmb is a black and white color scheme for Vim focused on avoiding distractions.

C/C++:

Light

*Code from curl

VimL:

Dark

Features

  • Minimal amount of colors
  • Very little eye strain
  • Different color schemes for light and dark backgrounds. You just need to set background property

Installation

Add to your .vimrc:

set t_Co=256
set background=light
"set background=dark
colorscheme wchmb

Vundle

Add the following to your ~/.vimrc file and run PluginInstall in Vim.

Plugin 'wachambo/vim-wchmb-color'

vim-plug

Add the following to your ~/.vimrc file and run PlugInstall in Vim.

Plug 'wachambo/vim-wchmb-color'

Pathogen

cd ~/.vim/bundle
git clone https://github.com/wachambo/vim-wchmb-color.git

Manual

Put wchmb.vim in ~/.vim/colors/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published