mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: improve contrast of the FloatTitle (#83)
This commit is contained in:
parent
aeec916cba
commit
23685a0a2e
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ function M.get(config)
|
|||
-- EndOfBuffer = {},
|
||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||
FloatBorder = { fg = groups.border },
|
||||
FloatTitle = { fg = p.muted },
|
||||
FoldColumn = { fg = p.muted },
|
||||
Folded = { fg = p.text, bg = groups.panel },
|
||||
IncSearch = { fg = p.base, bg = p.rose },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue