-
-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
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.

Search on internet I found way to correct this "problem".
Can you add this line of code on new branch of vim-bootstrap.
let g:dracula_colorterm = 0
colorscheme dracula
Thanks
