commit cfaa9ddab5ed21ccd318a1e34f27958bb6c7e945 parent b52e5bc0c303704c25ab370a12d2bb324fb899de Author: hhvn <dev@hhvn.uk> Date: Sun, 11 Jul 2021 16:17:11 +0100 .c/n/c/hhvn.vim: add gui colours for diff Diffstat:
M | .config/nvim/colors/hhvn.vim | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/nvim/colors/hhvn.vim b/.config/nvim/colors/hhvn.vim @@ -77,8 +77,8 @@ hi link string constant hi link Folded Normal " diff/patch files -hi diffAdded ctermfg=36 -hi diffRemoved ctermfg=10 +hi diffAdded ctermfg=36 guifg=#00af87 +hi diffRemoved ctermfg=10 guifg=#892b2b hi link diffFile preproc hi link diffNewFile preproc hi link diffOldFile preproc