Merge branch 'main' into main

This commit is contained in:
Vladimir Shvets 2025-01-24 04:52:40 +07:00 committed by GitHub
commit 1a34fc6c3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 1832 additions and 625 deletions

View file

@ -17,7 +17,7 @@ function M.status(icon, status)
return status() ~= nil
end,
color = function()
return LazyVim.ui.fg(colors[status()] or colors.ok)
return { fg = Snacks.util.color(colors[status()] or colors.ok) }
end,
}
end
@ -157,7 +157,7 @@ function M.root_dir(opts)
other = true,
icon = "󱉭 ",
color = function()
return LazyVim.ui.fg("Special")
return { fg = Snacks.util.color("Special") }
end,
}, opts or {})