All Projects → bcicen → Vim Vice

bcicen / Vim Vice

Licence: mit
Dark and vibrant colorscheme for vim

vim-vice

logo

“No one gossips about others' secret virtues.”

Vice is a dark and vibrant colorscheme for vim.

screencap

Installing

Install vim-vice using your plugin manager of choice:

" Vundle
Plugin 'bcicen/vim-vice'
" vim-plug
Plug 'bcicen/vim-vice'
" NeoBundle
NeoBundle 'bcicen/vim-vice'

Or install manually:

curl -Lo ~/.vim/colors/vice.vim https://raw.githubusercontent.com/bcicen/vim-vice/master/colors/vice.vim

And activate in your .vimrc:

colorscheme vice

Other Platforms

Vice colorscheme ports to other terminal emulators and applications can be found in the contrib/ dir

Xresources

Copy the contents of xresources/vice into your ~/.Xresources config file.

Then run xrdb ~/.Xresources to reload the config.

Terminator

Backup your existing terminator config:

cp -v ~/.config/terminator/config{,.bk}

Then copy terminator/vice to ~/.config/terminator/config or $XDG_CONFIG_HOME/terminator/config if you're running OS X.

Restart terminator to load the Vice colorscheme.

Sublime

Install to the default Sublime directory:

cd contrib/sublime
make install

And select the Vice theme in Preferences > Color Scheme.

gotop

Provide the -c option to use the Vice colorscheme:

gotop -c vice
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].