From 8f688966ff566f599a1d9f3735f6cb582dd284a3 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 25 Mar 2026 19:40:58 -0500 Subject: [PATCH] fix --- lua/lush_theme/darcula_lush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index 8e648f3..07456fa 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -486,7 +486,7 @@ local theme = DiffDelete {bg = "#3a1e1e"}, DiffText {bg = "#5e4a1e"}, Directory {fg = colors.FileForeground}, - EndOfBuffer {bg = colors.NrBackground}, + EndOfBuffer {bg = colors.EOBBackground}, Error { gui = "italic", bg = colors.ErrorBackground,