editor-bootstrap/vim-bootstrap

Order of commands in dracula theme does not apply background colour well. If you change the order, it works

nikola-jokic opened this issue · 3 comments

  • Vim bootstrap version(number in first line): 1.21.10
  • Operating system: 22.04.1 LTS
  • Vim/Nvim version: NVIM v0.6.1
  • Languages: N/A

Description

Ordering in file https://github.com/editor-bootstrap/vim-bootstrap/blob/70b17fb40701d640bd0cb3ad2b8b5cef32b6dda4/generate/vim_template/themes/dracula/dracula.vim seems to be wrong. If left like this by default, coloring looks like:
image

When you source init.vim again:
image

If you change the order of:

let g:dracula_colorterm = 0
colorscheme dracula

You will get the correct colouring when you open without the need to source it again ☺️

I did not try applying other themes, so it might be related to them too

@nikola-jokic do you send the change by pull request ?

Hey @avelino,

No, I did not know the scope in which you want this change to be. Maybe it affects multiple themes so I was unsure how would the maintainers like to approach this ☺️

Thanks @nikola-jokic to report!