mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: Make extent/size of floating windows clearer (#129)
This commit is contained in:
parent
51a16de235
commit
4d6b2a2fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function M._load(options)
|
|||
h('Directory', { fg = p.foam, bg = p.none })
|
||||
-- EndOfBuffer = {},
|
||||
h('ErrorMsg', { fg = p.love, bold = true })
|
||||
h('FloatBorder', { fg = groups.border })
|
||||
h('FloatBorder', { fg = groups.border, bg = maybe.surface })
|
||||
h('FloatTitle', { fg = p.muted })
|
||||
h('FoldColumn', { fg = p.muted })
|
||||
h('Folded', { fg = p.text, bg = maybe.surface })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue