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 didn't find the issue in existing issues or PRs.
How to reproduce the problem
:hi StatusLine
Expected behaviour
Highlights are that of the theme I'm using
Actual behaviour
Highlights are overridden to match Normal
Minimal config to reproduce the issue
callplug#begin("/Users/drew/tmp/.local/share/nvim/plugged")
" Your plugins go here likePlug'nvim-lualine/lualine.nvim'callplug#end()
" Your Viml part of config goes here" colorscheme onedarklua<<END-- Your lua part of config goes hererequire'lualine'.setup {
}
END
Additional information
Introduced by #1315. Not sure if this is intended by design, but I don't think the plugin should overwrite existing hl groups unless necessary. Personally, I use the StatusLine hl group to overwrite the colors of all lualine components.
The text was updated successfully, but these errors were encountered:
I'm also struggling to set a consistent statusline color because of this. Trying to set colors for hl groups doesn't work and that shouldn't be the case!
Self Checks
How to reproduce the problem
:hi StatusLine
Expected behaviour
Highlights are that of the theme I'm using
Actual behaviour
Highlights are overridden to match
Normal
Minimal config to reproduce the issue
Additional information
Introduced by #1315. Not sure if this is intended by design, but I don't think the plugin should overwrite existing hl groups unless necessary. Personally, I use the
StatusLine
hl group to overwrite the colors of all lualine components.The text was updated successfully, but these errors were encountered: