6 lines
183 B
Lua
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
|