tabline.nvim
tabline.nvim copied to clipboard
hl_group discrepancy?
Hello,
Not sure whether this is a bug or expected behaviour however when I provide a custom separator, component_separator, I get a different highlight for the first separator, the one that shows up when too many buffers are opened.
Let me show you what I mean.
- During 1st try I show you the standard behaviour using the standard setup w/ custom separator
- Here in the 2nd try I show you my current behaviour w/ a minor hack forcing it to use the same color as the others
- In the last tmux I show you what I changed
https://user-images.githubusercontent.com/29671981/171986149-12315233-67c2-4915-8c74-2477bae2b7ea.mp4
When using the standard separator it's really hard to see the color discrepancy but when using something else (bigger) like this one in the video above, it becames more visible.
So my question is, is this the expected behaviour? If yes that's fine to me I can keep this minor hack in place (or do something else) .. otherwise if you wish I can raise a PR.
Thank you
I just changed a little bit more, I didn't notice earlier that the 3 dots were in discrepancy as well, one was gray and in the other side black.
So, now both sides match .. and now my brain will leave me alone :)