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 using the theme as a default. If i open neovim, the theme is loaded properly. When I vsplit, both window stays the same. Then when i change to another theme and switch back to night-owl, theme is acting properly and one window is colored with focus while the other one is colored with the out-of-focus background.
{
"oxfist/night-owl.nvim",
lazy=false, -- make sure we load this during startup if it is your main colorschemepriority=1000, -- make sure to load this before all the other start pluginsconfig=function()
-- load the colorscheme hererequire("night-owl").setup()
vim.cmd([[colorscheme night-owl]])
end,
},
Nvim version:
NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1741730670
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info