Skip to content

Commit

Permalink
fix(heirline): fix astronvim.get_hlgroup usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jan 31, 2023
1 parent 5a93e3d commit 940fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heirline/colors.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Customize colors for each element each element has a `_fg` and a `_bg`
return function(colors)
colors.git_branch_fg = astronvim.get_hlgroup "Conditional"
colors.git_branch_fg = astronvim.get_hlgroup("Conditional").fg
return colors
end

0 comments on commit 940fd4b

Please sign in to comment.