dracula / vim

🧛🏻‍♂️ Dark theme for Vim
https://draculatheme.com/vim
MIT License
1.34k stars 455 forks source link

The highlight breaks after the second use of :colorscheme dracula #287

Closed Ddystopia closed 2 years ago

Ddystopia commented 2 years ago

What happened

My config is loaded, dracula works fine. After second :colorscheme dracula colorscheme is changed.

What I expected to happen

To theme stay the same.

Screenshot

In python file

Before:

image

After:

image

Machine Info

Additional Info

benknoble commented 2 years ago

Generally running :colorscheme again can be a bit buggy; usually :edit or :edit! (make sure to save first) helps.

benknoble commented 2 years ago

Closing this unless it didn't solve the problem (comment/re-open).

benknoble commented 2 years ago

(also note that in #280 I mentioned that this doesn't happen for me, though I don't use treesitter)