Skip to content

nice/sweater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Sweater - Light color scheme for Vim.

sweater

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

gplv3 for more description see the license.

About

Let's keep Vim warm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published