Skip to content

Commit

Permalink
docs: clarify color choices
Browse files Browse the repository at this point in the history
resolve #40
  • Loading branch information
miikanissi committed Oct 15, 2024
1 parent f012470 commit 3e83102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/modus-themes/extras/zellij.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lua/modus-themes/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e83102

Please sign in to comment.