diff --git a/lua/zenbones/specs/dark.lua b/lua/zenbones/specs/dark.lua index 0cfb270..3b51149 100644 --- a/lua/zenbones/specs/dark.lua +++ b/lua/zenbones/specs/dark.lua @@ -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. diff --git a/lua/zenbones/specs/light.lua b/lua/zenbones/specs/light.lua index 76e3ea5..ae465e7 100644 --- a/lua/zenbones/specs/light.lua +++ b/lua/zenbones/specs/light.lua @@ -75,7 +75,7 @@ local function generate(p, opt) -- MsgArea { }, -- Area for messages and cmdline -- MsgSeparator { }, -- Separator for scrolled messages, `msgsep` flag of 'display' 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. 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. 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 - 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. + StatusLine { bg = p1.bg.da(12), fg = p.fg }, -- status line of 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 TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels TabLineSel { gui = "bold" }, -- tab pages line, active tab page label