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
3a6bcc2706
commit
04fb9d3bf2
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ function M.get(config)
|
||||||
-- EndOfBuffer = {},
|
-- EndOfBuffer = {},
|
||||||
ErrorMsg = { fg = p.love, style = 'bold' },
|
ErrorMsg = { fg = p.love, style = 'bold' },
|
||||||
FloatBorder = { fg = groups.border },
|
FloatBorder = { fg = groups.border },
|
||||||
|
FloatTitle = { fg = p.muted },
|
||||||
FoldColumn = { fg = p.muted },
|
FoldColumn = { fg = p.muted },
|
||||||
Folded = { fg = p.text, bg = groups.panel },
|
Folded = { fg = p.text, bg = groups.panel },
|
||||||
IncSearch = { fg = p.base, bg = p.rose },
|
IncSearch = { fg = p.base, bg = p.rose },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue