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