Skip to content

Instantly share code, notes, and snippets.

@alexwebr
Created March 22, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwebr/18e43fc240e9731ec13551eb1d6d3ca3 to your computer and use it in GitHub Desktop.
Save alexwebr/18e43fc240e9731ec13551eb1d6d3ca3 to your computer and use it in GitHub Desktop.
Changes Vimdiff colors to be easier to read. Adapted from https://stackoverflow.com/questions/2019281/load-different-colorscheme-when-using-vimdiff
hi DiffAdd ctermfg=7 ctermbg=4
hi DiffChange ctermfg=7 ctermbg=4
hi DiffDelete ctermfg=7 ctermbg=4
hi DiffText ctermfg=7 ctermbg=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment