selenized
selenized copied to clipboard
design good color scheme for vimdiff
As @gszpura said, the default colors suck - and I do agree with him :) I should create a better color scheme based on Selenized palette.
Some resources: http://stackoverflow.com/questions/2019281/load-different-colorscheme-when-using-vimdiff#2019401 https://groups.google.com/forum/#!topic/vim_use/IERXsR4WVFk
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?
BTW, maybe this should be placed in sensible-dotfiles?