From 9606e866a8a534bd98f37075aeac8977bc0d808c Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Tue, 31 Mar 2026 09:23:44 +0200 Subject: Make diff colors easier to see --- Common/nvim/colors/bw.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/nvim/colors/bw.vim') diff --git a/Common/nvim/colors/bw.vim b/Common/nvim/colors/bw.vim index 076343c..4077f8b 100644 --- a/Common/nvim/colors/bw.vim +++ b/Common/nvim/colors/bw.vim @@ -45,8 +45,8 @@ hi SpellCap term=undercurl cterm=undercurl ctermfg=5 gui=undercurl guisp=Da hi SpellLocal term=undercurl cterm=undercurl ctermfg=5 gui=undercurl guisp=Green hi SpellRare term=undercurl cterm=undercurl ctermfg=5 gui=undercurl guisp=LightCyan -hi DiffAdd ctermfg=2 guibg=LightGreen -hi DiffDelete ctermfg=1 guibg=LightRed +hi DiffAdd ctermfg=9 guibg=LightCyan +hi DiffDelete ctermfg=1 guibg=LightMagenta hi DiffText ctermbg=94 guibg=LightBlue hi link Removed DiffDelete hi link Added DiffAdd -- cgit v1.2.3