Skip to content

Instantly share code, notes, and snippets.

@mtilson
Created June 26, 2022 06:55
Show Gist options
  • Save mtilson/4730fcb8e79064438e53490124544e40 to your computer and use it in GitHub Desktop.
Save mtilson/4730fcb8e79064438e53490124544e40 to your computer and use it in GitHub Desktop.
short snippet for vimdiff suitable colours [vim] [vimdiff]
highlight DiffAdd cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffDelete cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffChange cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffText cterm=bold ctermfg=10 ctermbg=88 gui=none guifg=bg guibg=Red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment