aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index d7b32f4..b2c7f18 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -766,7 +766,7 @@ Group.new("LspDiagnosticsUnderlineHint", groups.GruvboxAquaUnderline,
groups.GruvboxAquaUnderline, groups.GruvboxAquaUnderline)
-- Galaxyline default providers
-Group.new("GalaxyGitBranch", fg0, , nil)
+Group.new("GalaxyGitBranch", fg0, colors.faded_aqua, nil)
Group.new("GalaxyGitBranchSeparator", yellow, bg0, nil)
Group.new("GalaxyDiffAdd", groups.DiffAdd, nil, styles.bold)
Group.new("GalaxyDiffModified", groups.DiffChange, nil, styles.bold)