Always set background colour when running gui.

This commit is contained in:
Simon Watts 2018-04-25 23:13:55 +01:00
parent e4ce096eb8
commit 040356a43f

View file

@ -225,7 +225,7 @@ call s:h('DraculaDiffDelete', s:red, s:bgdark)
" Core: {{{2
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 VisualNOS Visual