aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/gruvbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 5fd237d..eb68093 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -306,7 +306,7 @@ local function get_groups()
CurSearch = { link = "IncSearch" },
QuickFixLine = { link = "GruvboxPurple" },
Underlined = { fg = colors.blue, underline = config.underline },
- StatusLine = { fg = colors.bg1, bg = colors.fg2 },
+ StatusLine = { fg = colors.fg1, bg = colors.bg2 },
StatusLineNC = { fg = colors.fg4, bg = colors.bg1 },
WinBar = { fg = colors.fg4, bg = colors.bg0 },
WinBarNC = { fg = colors.fg3, bg = colors.bg1 },