diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2025-04-02 14:03:49 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2025-04-02 14:04:49 -0300 |
| commit | 9b9bb0fde71e315c95d428a06eebc27a9fb8e8f2 (patch) | |
| tree | b987b8146907a1b8ff709ac57109788dc24b7a09 /lua | |
| parent | 977b0103c66d505233d739b417cf01bd5994883e (diff) | |
| download | gruvbox-9b9bb0fde71e315c95d428a06eebc27a9fb8e8f2.tar.gz gruvbox-9b9bb0fde71e315c95d428a06eebc27a9fb8e8f2.tar.xz | |
fix statusline color
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 2 |
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 }, |
