Skip to content

Instantly share code, notes, and snippets.

@hanetzer
Created December 25, 2019 06:54
Show Gist options
  • Save hanetzer/46b5476a863eb637a9ffe11b6d25df81 to your computer and use it in GitHub Desktop.
Save hanetzer/46b5476a863eb637a9ffe11b6d25df81 to your computer and use it in GitHub Desktop.
$ cat colors/vimdiff.vim;
$ cat colors/vimdiff.vim
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