Skip to content

Instantly share code, notes, and snippets.

@sahal
Created July 27, 2022 19: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 sahal/d42b82a9f4aca488b0d330710800220d to your computer and use it in GitHub Desktop.
Save sahal/d42b82a9f4aca488b0d330710800220d to your computer and use it in GitHub Desktop.
mycolorscheme.vim
" ~/.vim/colors/mycolorscheme.vim
" https://stackoverflow.com/questions/2019281/load-different-colorscheme-when-using-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