mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: transparency not affecting Normal background (#204)
This commit is contained in:
parent
76b6d830f6
commit
2c892088f9
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ local function set_highlights()
|
|||
FloatBorder = { fg = palette.muted, bg = "NONE" },
|
||||
Folded = { fg = palette.text, bg = "NONE" },
|
||||
NormalFloat = { bg = "NONE" },
|
||||
Normal = { fg = palette.text, bg = "NONE" },
|
||||
NormalNC = { fg = palette.text, bg = config.options.dim_inactive_windows and palette._nc or "NONE" },
|
||||
Pmenu = { fg = palette.subtle, bg = "NONE" },
|
||||
PmenuKind = { fg = palette.foam, bg = "NONE" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue