slightly lighter NormalFloat

This commit is contained in:
Michael Chris Lopez
2021-08-28 10:36:50 +08:00
parent b5d17df696
commit 386f584f0c

View File

@@ -54,7 +54,7 @@ local theme = lush(function()
-- MsgArea { }, -- Area for messages and cmdline
-- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg { fg = c.leaf, gui = "bold" }, -- |more-prompt|
NormalFloat { bg = c.sand.da(7) }, -- Normal text in floating windows.
NormalFloat { bg = c.sand.da(6) }, -- Normal text in floating windows.
FloatBorder { fg = c.sand.da(50) }, -- Normal text in floating windows.
-- NormalNC { }, -- normal text in non-current windows