Open dquevid opened 1 week ago
bg = 'none'
bg = 'none'
thank you for the answer! Should I set it to all the highlight groups above or a specific one?
bg = 'none'
thank you for the answer! Should I set it to all the highlight groups above or a specific one?
Try all, and then remove them as necessary 🙂
I had wandered through issues about tabs background color, and the general solution was to change the color of the highlight group representing the tab. Even though, it's a quite twisted way to change tabs colors i have followed the instructions by adding these lines to the configuration:
But it half solved the issue, cause there are some artifacts causing the background of the tabs to be black.
Here is the example: the
.gitignore
file was changed and it's background has become black when i selected the other tab. I suppose that's because the tab's highlight group has changed.So, is there a simpler way to just make all the tabs transparent, no matter which highlight groups they belong?