aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 1f065c3..5fd237d 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -306,8 +306,8 @@ local function get_groups()
CurSearch = { link = "IncSearch" },
QuickFixLine = { link = "GruvboxPurple" },
Underlined = { fg = colors.blue, underline = config.underline },
- StatusLine = { fg = colors.bg2, bg = colors.fg1, reverse = config.inverse },
- StatusLineNC = { fg = colors.bg1, bg = colors.fg4, reverse = config.inverse },
+ StatusLine = { fg = colors.bg1, bg = colors.fg2 },
+ StatusLineNC = { fg = colors.fg4, bg = colors.bg1 },
WinBar = { fg = colors.fg4, bg = colors.bg0 },
WinBarNC = { fg = colors.fg3, bg = colors.bg1 },
WinSeparator = config.transparent_mode and { fg = colors.bg3, bg = nil } or { fg = colors.bg3, bg = colors.bg0 },