add barbar support

This commit is contained in:
Michael Chris Lopez
2021-08-27 06:01:57 +08:00
parent 164823d8e6
commit 25d594a1a8

View File

@@ -247,7 +247,12 @@ local theme = lush(function()
Sneak { Search },
SneakLabel { WildMenu },
SneakLabelMask { bg = c.blossom, fg = c.blossom }
SneakLabelMask { bg = c.blossom, fg = c.blossom },
BufferCurrent { TabLineSel },
BufferVisible { fg = StatusLineNC.fg },
BufferVisibleSign { fg = StatusLineNC.fg },
BufferVisibleIndex { fg = StatusLineNC.fg },
}
end)
-- stylua: ignore end