From b9d23a64dc8f22b4af8fa708d9fcbffbbf5747c6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 9 Feb 2023 13:04:09 +0100 Subject: Do not use the same color for Whitespace as for Cursorline (#204) This will make listchars disappear! Fixes #203 --- lua/gruvbox/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 2bdebd1..02b59e8 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -156,7 +156,7 @@ M.setup = function() SpellBad = { link = "GruvboxRedUnderline" }, SpellLocal = { link = "GruvboxAquaUnderline" }, SpellRare = { link = "GruvboxPurpleUnderline" }, - Whitespace = { fg = colors.bg1 }, + Whitespace = { fg = colors.bg2 }, -- LSP Diagnostic DiagnosticError = { link = "GruvboxRed" }, DiagnosticSignError = { link = "GruvboxRedSign" }, -- cgit v1.2.3