aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2023-02-09 13:04:09 +0100
committerGitHub <noreply@github.com>2023-02-09 09:04:09 -0300
commitb9d23a64dc8f22b4af8fa708d9fcbffbbf5747c6 (patch)
tree04f4a499148048b77d4f5659a592684be241cabb /lua
parent211ce2ee4c9bb94b0426375543889f1f6fcfca89 (diff)
downloadgruvbox-b9d23a64dc8f22b4af8fa708d9fcbffbbf5747c6.tar.gz
gruvbox-b9d23a64dc8f22b4af8fa708d9fcbffbbf5747c6.tar.xz
Do not use the same color for Whitespace as for Cursorline (#204)
This will make listchars disappear! Fixes #203
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 1 insertions, 1 deletions
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" },