Open CyberDogFK opened 3 weeks ago
Found solution via lvim autocommand callback
I can't reproduce this.
Does the problem only happen on startup or does it also not respect the colorscheme variables, when you switch the theme while neovim is already running?
Also please avoid posting screenshots, I can't tell which configuration file you are putting these lines into and it's problematic for copy-pasting and searching.
Describe the bug
Trying to setup different themes for light and dark modes, but Vim-lumen keeps ignoring them:
g:lumen_dark_colorscheme='prism'
g:lumen_light_colorscheme='zellner'
To reproduce
Set global variables
lumen_light_colorscheme
andlumen_dark_colorscheme
to some theme names, don't change global themeExpected behavior
On light mode theme will changed to that one, which set on
lumen_dark_colorscheme
, on dark mode theme will changed to that one, which set onlumen_dark_colorscheme
variableDebug output