jan-warchol / selenized

Solarized redesigned: fine-tuned color palette for programmers with focus on readability.
MIT License
756 stars 56 forks source link

design good color scheme for vimdiff #2

Open jan-warchol opened 8 years ago

jan-warchol commented 8 years ago

As @gszpura said, the default colors suck - and I do agree with him :) I should create a better color scheme based on Selenized palette.

jan-warchol commented 8 years ago

Some resources: http://stackoverflow.com/questions/2019281/load-different-colorscheme-when-using-vimdiff#2019401 https://groups.google.com/forum/#!topic/vim_use/IERXsR4WVFk

jan-warchol commented 8 years ago

Ok, this is my attempt at more sane highlighting for vimdiff:

highlight DiffAdd cterm=none ctermfg=green ctermbg=black
highlight DiffDelete cterm=none ctermfg=darkred ctermbg=black
highlight DiffChange cterm=none ctermfg=none ctermbg=black
highlight DiffText cterm=none ctermfg=black ctermbg=darkyellow

It will work best if the color palette of the terminal is set to selenized, but should also produce acceptable results with other palettes.

@gszpura can you try it?

jan-warchol commented 8 years ago

BTW, maybe this should be placed in sensible-dotfiles?