/sweater

Let's keep Vim warm.

Primary LanguageVim Script

Sweater - Light color scheme for Vim.

Imgur

GVim :colorscheme sweater running on GNU/Linux - Elementary OS Luna

Installation

Using package managers

" Plug
Plug 'nice/sweater'
" Vundle
Plugin 'nice/sweater'
" NeoBundle
NeoBundle 'nice/sweater'

Manual install

Simply copy the colors/sweater.vim to ~/.vim/colors folder.

wget -P ~/.vim/colors https://raw.githubusercontent.com/nice/sweater/master/colors/sweater.vim

Activate color scheme

In your ~/.vimrc file add the following line.

colorscheme sweater

If you are using a 256 color terminal make sure you have the following line in your ~/.vimrc before activating the colorscheme.

set t_Co=256
colorscheme sweater

Contributing

Am I missing something? Fork this repository and send a pull request. Thanks in advance.

List of contributors.

Acknowledgments

  • Thanks to stackoverflow user ctrl_phil for hex to 256 color approximation code. Link to code

  • Thanks to Rudá Moura for zen color scheme. User profile

  • Thanks to Bram Moolenaar for the amazing Vim editor and default.vim colorscheme.

Licence

gpl for more description see the license.