aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim
diff options
context:
space:
mode:
authorjakobst1n <jakob@jakobstendahl.no>2026-03-31 09:23:44 +0200
committerjakobst1n <jakob@jakobstendahl.no>2026-03-31 09:23:44 +0200
commit9606e866a8a534bd98f37075aeac8977bc0d808c (patch)
treefb632b257dee9a84792ee4e2c383527a9a97465f /Common/nvim
parentedceacd85eb89b793d8ee4efee20ee56d0de704e (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
Make diff colors easier to seeHEADmaster
Diffstat (limited to 'Common/nvim')
-rw-r--r--Common/nvim/colors/bw.vim4
1 files changed, 2 insertions, 2 deletions
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