adjust light statusline

This commit is contained in:
Michael Chris Lopez
2021-12-03 18:35:49 +08:00
parent d2d111fe42
commit 5f691f0e42
2 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ local function generate(p, opt)
Pmenu { bg = p1.bg.li(10) }, -- Popup menu: normal item.
PmenuSel { bg = p1.bg.li(22) }, -- Popup menu: selected item.
PmenuSbar { bg = p1.bg.li(38) }, -- Popup menu: scrollbar.
PmenuSbar { bg = p1.bg.li(32) }, -- Popup menu: scrollbar.
PmenuThumb { bg = p1.bg.li(50) }, -- Popup menu: Thumb of the scrollbar.
Search { bg = p.blossom.lightness(p1.bg.l + 24), fg = p.fg }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.