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 }, Sneak { Search },
SneakLabel { WildMenu }, 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) end)
-- stylua: ignore end -- stylua: ignore end