editor-bootstrap / vim-bootstrap

Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
https://vim-bootstrap.com/
MIT License
2.08k stars 209 forks source link

Dracula theme with brown background #410

Closed jantoniosf closed 2 years ago

jantoniosf commented 2 years ago

My system:

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

avelino commented 2 years ago

Can you send the patch?