From dd00810af96bf048452c3c30697327f098976c77 Mon Sep 17 00:00:00 2001 From: Miika Nissi Date: Mon, 14 Oct 2024 23:34:46 -0400 Subject: [PATCH] docs: clarify color choices resolve #40 --- lua/modus-themes/extras/zellij.lua | 1 + lua/modus-themes/theme.lua | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lua/modus-themes/extras/zellij.lua b/lua/modus-themes/extras/zellij.lua index 7c4439b..c50e6ed 100644 --- a/lua/modus-themes/extras/zellij.lua +++ b/lua/modus-themes/extras/zellij.lua @@ -12,6 +12,7 @@ function M.generate(colors) themes { ${_name} { fg "${fg_main}" + // The background color is used for text highlighting and should be different from the black value bg "${bg_hl_line}" // Black should match the terminal background color // This ensures the top and bottom bars are transparent diff --git a/lua/modus-themes/theme.lua b/lua/modus-themes/theme.lua index 5dac3b3..4438c91 100644 --- a/lua/modus-themes/theme.lua +++ b/lua/modus-themes/theme.lua @@ -716,6 +716,8 @@ function M.setup() Headline6 = { bg = c.bg_cyan_nuanced }, -- navic + -- Known issue with navic highlighting is it doesn't support inactive winbar + -- background, refer to https://github.com/miikanissi/modus-themes.nvim/issues/41 NavicText = { fg = c.fg_main, bg = c.none }, NavicSeparator = { fg = c.fg_main, bg = c.none }, -- navic LSP