aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorEllison Leão <ellisonleao@gmail.com>2024-05-18 19:52:58 -0300
committerEllison Leão <ellisonleao@gmail.com>2024-05-18 19:52:58 -0300
commite41b123a1e978fc62265cc04f25421d08fd6f279 (patch)
treefbdfa495a6668334e41caf7a986cbea7c45cda2a /lua
parent4f8e2dc9e8cdfdd3a988227c2c347043a46f51a4 (diff)
downloadgruvbox-e41b123a1e978fc62265cc04f25421d08fd6f279.tar.gz
gruvbox-e41b123a1e978fc62265cc04f25421d08fd6f279.tar.xz
fix EndOfBuffer
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index c5201f0..79f8231 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -370,6 +370,7 @@ local function get_groups()
SpellRare = { link = "GruvboxPurpleUnderline" },
Whitespace = { fg = colors.bg2 },
Delimiter = { link = "GruvboxOrange" },
+ EndOfBuffer = { link = "NonText" },
DiagnosticError = { link = "GruvboxRed" },
DiagnosticSignError = { link = "GruvboxRedSign" },
DiagnosticUnderlineError = { link = "GruvboxRedUnderline" },
@@ -919,7 +920,7 @@ local function get_groups()
DapUIBreakpointsPath = { link = "GruvboxBlue" },
DapUICurrentFrameName = { link = "GruvboxPurple" },
DapUIDecoration = { link = "GruvboxPurple" },
- DapUIEndofBuffer = { link = "GruvboxBg2" },
+ DapUIEndofBuffer = { link = "EndOfBuffer" },
DapUIFloatBorder = { link = "GruvboxAqua" },
DapUILineNumber = { link = "GruvboxYellow" },
DapUIModifiedValue = { link = "GruvboxRed" },
@@ -1080,7 +1081,6 @@ local function get_groups()
["@lsp.type.type"] = { link = "@type" },
["@lsp.type.typeParameter"] = { link = "@type.definition" },
["@lsp.type.variable"] = { link = "@variable" },
- EndOfBuffer = { link = "GruvboxBg0" },
}
for group, hl in pairs(config.overrides) do