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-02-28 19:19:15 +03:00
|
|
|
local get_hlgroup = require("astronvim.utils").get_hlgroup
|
|
|
|
colors.git_branch_fg = get_hlgroup("Conditional").fg
|
2023-01-14 22:16:59 +03:00
|
|
|
return colors
|
|
|
|
end
|