mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -05:00
Revert preview window diff colours
This commit is contained in:
@@ -117,9 +117,9 @@ function! gitgutter#highlight#define_highlights() abort
|
|||||||
highlight GitGutterAddIntraLine gui=reverse cterm=reverse
|
highlight GitGutterAddIntraLine gui=reverse cterm=reverse
|
||||||
highlight GitGutterDeleteIntraLine gui=reverse cterm=reverse
|
highlight GitGutterDeleteIntraLine gui=reverse cterm=reverse
|
||||||
" Set default diff colours for the preview window (some colourschemes forget this).
|
" Set default diff colours for the preview window (some colourschemes forget this).
|
||||||
highlight default link diffAdded DiffAdd
|
" highlight default link diffAdded DiffAdd
|
||||||
highlight default link diffChanged DiffChange
|
" highlight default link diffChanged DiffChange
|
||||||
highlight default link diffRemoved DiffDelete
|
" highlight default link diffRemoved DiffDelete
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user