aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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