Add new highlights to style modified and inactive buffers in the bufferline #10405
Replies: 2 comments
-
I've added a pull request to allow customizing the colors on the bufferline. I can also look at adding configuation for the modified indicator but I will consider that separate. |
Beta Was this translation helpful? Give feedback.
-
It would also make sense to have a The inactive buffer has a grayed-out background. However, since the background for the bufferline is the same as statusbar, it almost looks like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A highlight called
ui.bufferline.inactive
could be added which behaves likeui.bufferline.active
, but only targets inactive buffers. Also addui.bufferline.active.modified
andui.bufferline.inactive.modified
for styling modified buffers. This will let themes create "tabs" that convey more information to the user using color and font styles.It would also be nice to make the modified indicator (which is currently
[+]
) configurable, but this might belong in another issue.Beta Was this translation helpful? Give feedback.
All reactions