Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
712 stars 114 forks source link

Cannot switch style to light / dark #78

Closed ErikReider closed 1 year ago

ErikReider commented 2 years ago

The theme doesn't completely update when running lua require('vscode').change_style('dark') after initialization. The only thing that seems to update is my lualine and a few other highlights.

This is what it looks like when starting with dark style and applying the light style: image

ErikReider commented 2 years ago

Restarting nvim works but hot swapping styles doesn't work anymore

jrop commented 2 years ago

I used to be able to "hot-swap" the light/dark mode in this plugin, and it was awesome. It's too bad that this has regressed. Any chance of getting the old functionality back?

(BTW, thanks for the plugin)

Mofiqul commented 2 years ago

@jrop and @ErikReider - This is a bug happened in past commit. This should be fixed, but I am so busy in a deadline, Right now I can't look into it. If someone fixes it I will merge, otherwise have to wait a bit. I am really sorry for that.

jrop commented 1 year ago

Woot! Thank you @Mofiqul