Colorful Vim color scheme with 256 color terminal support.
Designed to have high text readability and optimal visibility of every element, and to be eye comfortable as well.
Just copy kolor.vim
to ~/.vim/colors
(on Windows <your-vim-dir>\vimfiles\colors
). Or for global accessibility, /usr/share/vim/vimfiles/colors
.
Then add the line colorscheme kolor
in your vimrc file, and restart Vim.
If you use Pathogen or Vundle, the directory structure is compatible.
For Arch Linux users, there is also a PKGBUILD available in the AUR, created by graysky.
You can put the following lines before colorscheme kolor
in your vimrc.
let g:kolor_italic=1 " Enable italic. Default: 1
let g:kolor_bold=1 " Enable bold. Default: 1
let g:kolor_underlined=0 " Enable underline for 'Underlined'. Default: 0
let g:kolor_alternative_matchparen=0 " Gray 'MatchParen' color. Default: 0
If you want to make a donation, rather, consider to help the Uganda children on Vim's website.
This color scheme is dedicated to them.
If you like kolor.vim
follow the GitHub repository, and don't forget to vote for it on Vim.org! (vimscript #4339).
Feel free to contribute, develop ports or report any problems. I'll be happy to give my support.