vim: add normal diff colors

not sure what upstream vim is doing, but they seem to have
changed diff syntax highlighting to have the same color for
foreground and background...
This commit is contained in:
xfnw 2024-01-04 21:06:08 -05:00
parent 1ece94644c
commit 52c7651d90
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@ highlight StatusLine ctermfg=11 ctermbg=12 cterm=none guifg=#ffff00 guibg=#0000f
highlight Normal guifg=#ffffff guibg=#000000
highlight Search ctermbg=3 guibg=#c0c000
highlight Folded ctermfg=15 ctermbg=8
highlight DiffAdd ctermfg=10 ctermbg=none
highlight DiffDelete ctermfg=9 ctermbg=none