mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-06 17:16:58 +02:00
Revert Normal highlight to fix transparent background issues
This commit is contained in:
parent
6d7770eda6
commit
d380b66d81
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function M.setup(colors, config)
|
|||
-- NonText '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
|
||||
NonText = { fg = theme.ui.nontext },
|
||||
-- Normal Normal text.
|
||||
Normal = { fg = theme.ui.fg, bg = theme.ui.none },
|
||||
Normal = { fg = theme.ui.fg, bg = not config.transparent and theme.ui.bg or "NONE" },
|
||||
-- NormalFloat Normal text in floating windows.
|
||||
NormalFloat = { fg = theme.ui.float.fg, bg = theme.ui.float.bg },
|
||||
-- FloatBorder Border of floating windows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue