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