This commit is contained in:
2024-08-22 17:45:46 +04:00
parent 066e3ef14e
commit 445cb399ef
7 changed files with 209 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ require("dropbar").setup(
local symbols = sources.path.get_symbols(buf, win, cursor)
for _, symbol in ipairs(symbols) do
-- get correct icon color
-- local icon_fg = get_hl_color(symbol.icon_hl, "fg#")
local icon_fg = get_hl_color(symbol.icon_hl, "fg#")
symbol.icon_hl = "DropbarSymbol" .. symbol.icon_hl
local icon_string = ""