From 9b9bb0fde71e315c95d428a06eebc27a9fb8e8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Wed, 2 Apr 2025 14:03:49 -0300 Subject: fix statusline color --- lua/gruvbox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.3