2023-01-14 19:16:59 +00:00
|
|
|
-- Customize colors for each element each element has a `_fg` and a `_bg`
|
|
|
|
return function(colors)
|
2023-01-31 01:20:36 +00:00
|
|
|
colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
|
2023-01-14 19:16:59 +00:00
|
|
|
return colors
|
|
|
|
end
|