Add borders and background to floating windows
This commit is contained in:
parent
96fcac9aa0
commit
80d6db97cf
3 changed files with 50 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ return {
|
|||
-- ============================================================================
|
||||
|
||||
Normal = { fg = c.fg, bg = c.bg },
|
||||
NormalFloat = { fg = c.fg, bg = c.NONE },
|
||||
FloatBorder = { fg = c.fg_stronger, bg = c.NONE },
|
||||
NormalFloat = { fg = c.fg, bg = c.bg_ui },
|
||||
FloatBorder = { fg = c.fg_weaker, bg = c.bg_ui },
|
||||
|
||||
-- ============================================================================
|
||||
-- Cursor & Line Highlighting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue