2023-01-30 20:20:36 -05:00

6 lines
183 B
Lua

-- Customize colors for each element each element has a `_fg` and a `_bg`
return function(colors)
colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
return colors
end