editor-bootstrap/vim-bootstrap

Dracula theme with brown background

jantoniosf opened this issue · 1 comments

My system:

  • vim-bootstrap 2022-08-04 13:02:53
  • Operating system: Debian 11
  • Vim/Nvim version: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 01 2021 01:51:08)
  • Languages: Python, HTML

Description
Hi,
I downloaded my .vimrc on vim-bootstrap website with Dracula theme, for my surprise the background was brown after install the theme.
Dracula_Baixado

Search on internet I found way to correct this "problem".

Dracula_Corrigido

Can you add this line of code on new branch of vim-bootstrap.
let g:dracula_colorterm = 0
colorscheme dracula

Thanks

Can you send the patch?