You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to change the colorscheme colors via ColorScheme autocmd when themeStyle is dark. For some strange reason light version works. I have this:
From what I figured, it has to do something with the default background setting.
For example, when I use dark kitty colors, default background is dark.
Then autocmd is not triggered for both light and dark themeStyle.
When I use light kitty colors, default background is light, and both dark and light themeStyles properly trigger autocmd.
It worked for me in the initial comment only for light because i toggle both kitty and neovim colors at the same time. When I tried dark colorscheme with light kitty it also worked.
Hi,
I'm not able to change the colorscheme colors via
ColorScheme
autocmd when themeStyle isdark
. For some strange reasonlight
version works. I have this:But when I change
themeStyle
todark
, autocmd is never triggered:Related issue for statusline: #11
The text was updated successfully, but these errors were encountered: