-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Incorrect Lualine Highlight #569
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Same issue with various color schemes: tokyonight, catppucin, kanagawa. |
Try setting |
Thank you, but it doesn't work. Nothing changes. |
@Isrothy ah sorry, I missed you have it in a winbar. I fixed my issues with status bar and tab bar by adjusting |
AFAICT it’s |
Thanks. It works! |
I'm also experiencing this issue. Since the underlying problem has not been solved, perhaps the issue should be reopened? It appears every time trouble and lualine are used together with almost any colormap that is not tokyonight or catppuccin. There are at least three open LazyVim discussions about this: LazyVim/LazyVim#3459, LazyVim/LazyVim#3583, LazyVim/LazyVim#4071. Evidently, the fundamental problem is that |
@danielwe In your configuration try to make it effective. It works in my config file as options.lua#L61-L61. vim.api.nvim_set_hl(0, "StatusLine", { link = "lualine_c_normal" }) |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
MacOS 14.6.1
Describe the bug
The symbols and separators in Lualine have inconsistent highlights.
Steps To Reproduce
"gbprod/nord.nvim"
Lualine configuration like this:
Expected Behavior
The symbols and separators in Lualine have should have the same background.
Repro
The text was updated successfully, but these errors were encountered: