From a37903b313c7b104261a71b5adf7a8a34df8d2c4 Mon Sep 17 00:00:00 2001 From: Miika Nissi Date: Sun, 13 Oct 2024 14:19:49 -0400 Subject: [PATCH] fix(extras): `zellij` background highlight invisible closes #40 --- lua/modus-themes/extras/zellij.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/modus-themes/extras/zellij.lua b/lua/modus-themes/extras/zellij.lua index b549790..7c4439b 100644 --- a/lua/modus-themes/extras/zellij.lua +++ b/lua/modus-themes/extras/zellij.lua @@ -12,7 +12,7 @@ function M.generate(colors) themes { ${_name} { fg "${fg_main}" - bg "${bg_main}" + bg "${bg_hl_line}" // Black should match the terminal background color // This ensures the top and bottom bars are transparent black "${bg_main}"