Update GitSignsDelete highlight group to always link to DraculaRed (#307)
This commit is contained in:
parent
7bff6075cf
commit
0bf17b30c9
1 changed files with 3 additions and 11 deletions
|
@ -57,17 +57,9 @@ if has('nvim-0.5') && luaeval("pcall(require, 'gitsigns')")
|
||||||
hi! link GitSignsChangeLn DiffChange
|
hi! link GitSignsChangeLn DiffChange
|
||||||
hi! link GitSignsChangeNr DiffChange
|
hi! link GitSignsChangeNr DiffChange
|
||||||
|
|
||||||
" Manually set `GitSignsDelete` when in a terminal where `g:dracula_colorterm`
|
hi! link GitSignsDelete DraculaRed
|
||||||
" is false to remain consistent with the other GitSigns highlights.
|
hi! link GitSignsDeleteLn DraculaRed
|
||||||
if g:dracula_colorterm || has('gui_running')
|
hi! link GitSignsDeleteNr DraculaRed
|
||||||
hi! link GitSignsDelete DiffDelete
|
|
||||||
else
|
|
||||||
hi! link GitSignsDelete DraculaRed
|
|
||||||
endif
|
|
||||||
" GitSignsDeleteLn and GitSignsDeleteNr should always match
|
|
||||||
" whatever GitSignsDelete is set to.
|
|
||||||
hi! link GitSignsDeleteLn GitSignsDelete
|
|
||||||
hi! link GitSignsDeleteNr GitSignsDelete
|
|
||||||
endif
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
" Tree-sitter: {{{
|
" Tree-sitter: {{{
|
||||||
|
|
Loading…
Reference in a new issue