AstroNvim_template/heirline/colors.lua

7 lines
234 B
Lua
Raw Normal View History

-- Customize colors for each element each element has a `_fg` and a `_bg`
return function(colors)
2023-02-28 19:19:15 +03:00
local get_hlgroup = require("astronvim.utils").get_hlgroup
colors.git_branch_fg = get_hlgroup("Conditional").fg
return colors
end