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. Pmenu { bg = p1.bg.li(10) }, -- Popup menu: normal item.
PmenuSel { bg = p1.bg.li(22) }, -- Popup menu: selected 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. 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. 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.

View File

@@ -75,7 +75,7 @@ local function generate(p, opt)
-- MsgArea { }, -- Area for messages and cmdline -- MsgArea { }, -- Area for messages and cmdline
-- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display' -- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg { fg = p.leaf, gui = "bold" }, -- |more-prompt| MoreMsg { fg = p.leaf, gui = "bold" }, -- |more-prompt|
NormalFloat { bg = p1.bg.da(6) }, -- Normal text in floating windows. NormalFloat { bg = p1.bg.da(8) }, -- Normal text in floating windows.
FloatBorder { fg = p1.bg.da(50), bg = opt.solid_float_border and NormalFloat.bg or "NONE" }, -- Normal text in floating windows. FloatBorder { fg = p1.bg.da(50), bg = opt.solid_float_border and NormalFloat.bg or "NONE" }, -- Normal text in floating windows.
Pmenu { bg = p1.bg.da(10) }, -- Popup menu: normal item. Pmenu { bg = p1.bg.da(10) }, -- Popup menu: normal item.
@@ -94,8 +94,8 @@ local function generate(p, opt)
SpellLocal { SpellCap }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise. SpellLocal { SpellCap }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
SpellRare { SpellBad, sp = p.wood }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise. SpellRare { SpellBad, sp = p.wood }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.
StatusLine { bg = p1.bg.da(14), fg = p.fg }, -- status line of current window StatusLine { bg = p1.bg.da(12), fg = p.fg }, -- status line of current window
StatusLineNC { bg = p1.bg.da(10), fg = p.fg.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window. StatusLineNC { bg = p1.bg.da(6), fg = p.fg.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine { StatusLine }, -- tab pages line, not active tab page label TabLine { StatusLine }, -- tab pages line, not active tab page label
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label TabLineSel { gui = "bold" }, -- tab pages line, active tab page label