mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-05 08:36:57 +02:00
parent
eb3ff49a4f
commit
ea6cfffa88
1 changed files with 1 additions and 0 deletions
|
|
@ -1082,6 +1082,7 @@ local function set_highlights()
|
|||
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" },
|
||||
PmenuExtra = { fg = palette.text, bg = "NONE" },
|
||||
PmenuKind = { fg = palette.foam, bg = "NONE" },
|
||||
SignColumn = { fg = palette.text, bg = "NONE" },
|
||||
StatusLine = { fg = palette.subtle, bg = "NONE" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue