vim-bufferline icon indicating copy to clipboard operation
vim-bufferline copied to clipboard

Highlight groups for active_modified and inactive_modifed when used in the status line

Open mroavi opened this issue 5 years ago • 0 comments

Could you provide a highlight group for buffer names in the status line corresponding an active and modified buffer? Similarly, I would like a highlight group for buffer names that are inactive while the active buffer is modified.

The reason is that at the moment vim-bufferline is clashing with airline. For example, If I modify a buffer, all buffer names in the status line get colored with red except the one that was actually modified:

image

What I would like is to color the active and modified buffer with red (bootstrap in this example), and color the rest with their default highlight.

mroavi avatar Aug 01 '20 20:08 mroavi