Always set background colour when running gui.
This commit is contained in:
parent
e4ce096eb8
commit
040356a43f
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ call s:h('DraculaDiffDelete', s:red, s:bgdark)
|
||||||
|
|
||||||
" Core: {{{2
|
" Core: {{{2
|
||||||
set background=dark
|
set background=dark
|
||||||
call s:h('Normal', s:fg, g:dracula_colorterm == 1 ? s:bg : s:none)
|
call s:h('Normal', s:fg, ( (g:dracula_colorterm == 1) || has("gui_running") ) ? s:bg : s:none)
|
||||||
|
|
||||||
hi! link Visual DraculaSelection
|
hi! link Visual DraculaSelection
|
||||||
hi! link VisualNOS Visual
|
hi! link VisualNOS Visual
|
||||||
|
|
Loading…
Reference in a new issue