From e41b123a1e978fc62265cc04f25421d08fd6f279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Sat, 18 May 2024 19:52:58 -0300 Subject: [PATCH] fix EndOfBuffer --- lua/gruvbox.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index c5201f0a..79f82313 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