dracula / vim

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

Stausline is still gruvbox #233

Closed etrigan63 closed 2 years ago

etrigan63 commented 3 years ago

What happened

Installed dracula theme in Spacevim/Neovim. Body is themed but stausline is still gruvbox.

What I expected to happen

Stausline is dracula themed.

Screenshot

https://i.imgur.com/MuNp3iY.png

Machine Info

Additional Info

benknoble commented 3 years ago

Looks like airline? AFAIK you have to change the airline theme separately; we do actually ship with one.

etrigan63 commented 3 years ago

Not that I know of. It says "statusline" in the config file.

dsifford commented 3 years ago

Ya this is definitely a configuration issue if you use airline.

benknoble commented 3 years ago

Well, I don't know much about spacevim. But again, I suspect it's airline or a similar statusline plugin, and you'll need to configure it (somehow, perhaps ask those folks?) to use dracula. We do provide a couple of themes for popular status lines (airline and lightline, I believe).

(FWIW Seasoned vimmers recommend making your own config, so that you understand it.)

etrigan63 commented 3 years ago

thedelchop has a dracula-vim project here that has the statusline but I have no idea how to use it as it seems to have been adopted by you guys.

benknoble commented 3 years ago

Perhaps you need to try :AirlineTheme dracula or similar. I'll leave this open pending a response