From c74e6e523c4827b67af2cb02b636e22dc35fdf70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Sat, 29 Mar 2025 19:32:04 -0300 Subject: fix statusline highlights. Resolve #390 --- lua/gruvbox.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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 }, -- cgit v1.2.3