Closed kdheepak closed 4 months ago
@kdheepak
Couple quick questions...
1) Have you tried another colorscheme such as say Catppuccin? If so, does it also exhibit the same behavior in the tabline in lualine? ie. the tab that is inactive is getting that white separator character.
2) Does this only happen if you are on say the middle buffer out of 3, or like 2 out of 5? or does it happen on every single buffer no matter which is selected?
Because there is nothing in the way rose-pine configures the highlights for lualine that I can immediately see that would cause this to happen.
If you can provide a bit more information, it would greatly help in triaging this issue. Thanks! 😄
The issue doesn't occur with other colorschemes:
I narrowed the issue down to transparency:
require("rose-pine").setup({
styles = {
transparency = false, -- no issue
-- transparency = true, -- issue occurs
},
})
I'm not sure if that's an issue with lualine or this repo though
@kdheepak
Alrighty, I will look into it more later today when I get some time.
I think #301 should fix this
I tested it out and it fixes it for me! Thanks for the responsive changes!
Neovim version (nvim -v)
NVIM v0.11.0-dev-315+g46187117c Build type: RelWithDebInfo LuaJIT 2.1.1716656478 Run "nvim -V1 -v" for more info
Terminal / multiplexer
alacritty / zellij
Describe the bug
From
repro.lua
(test.lua
):Repro