To enable the scheme, you need put the peaksea.vim in your $HOME/.vim/colors/ (or %HOME%\vimfiles\colors for Windows) and put in ~/.vimrc the following:
if !has("gui_running")
set t_Co=256
endif
set background=light
colorschema peaksea
UPDATE: I found very useful website, where you can create custom color schema for VIM - http://www.bilalquadri.com/villustrator/.
UPDATE: I found very useful website, where you can create custom color schema for VIM - http://www.bilalquadri.com/villustrator/.
(or %HOME%\vimfiles\colors for Windows)
ReplyDeleteГ-Вим под виндой - некошерно. Только Vi!
Thank you for the theme. Just one question: what language (or better to say syntax-coloring) are you using it for? Asking, because for some reasons the same theme could be nice for Ruby, but awfull for C or something. But I'll give a try that one.
ReplyDelete>Г-Вим под виндой - некошерно. Только Vi!
Как раз vi под вендой -- тихий ужас. Лучше уж гвим. Хотя, что тот, что другой ужасны под вендой, сравнивая их с работой в Linux (mac). У меня постоянно вис gvim, так и не нашел причины почему.
Yes, I agree with you - the language is matter. I'm using this color schema for Python-development mostly and regular text editing of course.
DeleteI don't know any issues with Windows, because I'm not using it at all )))