astronvim/heirline/colors.lua

5 lines
109 B
Lua
Raw Normal View History

2023-02-04 16:46:27 +01:00
return function(colors)
colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
return colors
end