Skip to content

Commit 89ee358

Browse files
committed
feat(status): add utility to refresh heirline colors
1 parent 276b12d commit 89ee358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/astroui/status/heirline.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,7 @@ function M.buffer_picker(callback)
110110
-- end
111111
end
112112

113+
--- Refresh heirline colors
114+
function M.refresh_colors() require("heirline.utils").on_colorscheme(require("astroui").config.status.setup_colors()) end
115+
113116
return M

0 commit comments

Comments
 (0)