-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feat: Customise offset highlight #155
Comments
Sorry for the late reply! Definitely would like to support this, that's a good idea. |
Actually, this should already be supported, the highlight shouldn't reset until the next section. Mind sharing your config? |
I have this for the offset. -- Set used colors
-- ...
require('cokeline').setup {
default_hl = {
fg = function(buffer) return buffer.is_focused and fg or inactive_fg end,
bg = function(buffer) return buffer.is_focused and bg or inactive_bg end,
},
sidebar = {
filetype = 'NvimTree',
components = {
{
text = ' File Explorer ',
fg = title,
bg = dark_bg,
style = 'bold',
},
},
}
} |
If I change the line |
Oh, I see, I misunderstood what you were asking for. I'll add that in today! The highlight not resetting was intentional for continuity but I can make that optional. |
My bad, forgot about this. I'll try to get this in sometime this week. |
How dare you forget to do work for free. |
It would be really cool if I was able to change the highlight of the offset text seperatley from the fill, so that it can fit in with the look I have going with the open buffers.
Does that seem like something you would support?
P.S. This is by far my favorite bufferline plugin.
The text was updated successfully, but these errors were encountered: