diff options
| author | jakobst1n <jakob@jakobstendahl.no> | 2026-03-31 09:23:44 +0200 |
|---|---|---|
| committer | jakobst1n <jakob@jakobstendahl.no> | 2026-03-31 09:23:44 +0200 |
| commit | 9606e866a8a534bd98f37075aeac8977bc0d808c (patch) | |
| tree | fb632b257dee9a84792ee4e2c383527a9a97465f /Common/nvim/colors | |
| parent | edceacd85eb89b793d8ee4efee20ee56d0de704e (diff) | |
| download | dotfiles-9606e866a8a534bd98f37075aeac8977bc0d808c.tar.gz dotfiles-9606e866a8a534bd98f37075aeac8977bc0d808c.zip | |
Diffstat (limited to 'Common/nvim/colors')
| -rw-r--r-- | Common/nvim/colors/bw.vim | 4 |
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 |
