breaking: adjust statusline theme colors
This commit is contained in:
@@ -34,7 +34,7 @@ return function(name, theme, palette, terminal)
|
||||
normal_b_bg = theme.PmenuSel.bg.hex,
|
||||
normal_c_bg = theme.StatusLine.bg.hex,
|
||||
normal_c_fg = theme.StatusLine.fg.hex,
|
||||
insert_a_bg = theme.DiffAdd.bg.hex,
|
||||
insert_a_bg = theme.DiffText.bg.hex,
|
||||
visual_a_bg = theme.Visual.bg.hex,
|
||||
replace_a_bg = theme.DiffDelete.bg.hex,
|
||||
tabline_left_bg = theme.PmenuSel.bg.hex,
|
||||
|
||||
@@ -45,7 +45,7 @@ return function(name, theme, palette, terminal)
|
||||
normal_b_bg = theme.PmenuSel.bg.hex,
|
||||
normal_c_bg = theme.StatusLine.bg.hex,
|
||||
normal_c_fg = theme.StatusLine.fg.hex,
|
||||
insert_a_bg = theme.DiffAdd.bg.hex,
|
||||
insert_a_bg = theme.DiffText.bg.hex,
|
||||
command_a_bg = theme.Search.bg.hex,
|
||||
visual_a_bg = theme.Visual.bg.hex,
|
||||
replace_a_bg = theme.DiffDelete.bg.hex,
|
||||
|
||||
@@ -64,7 +64,7 @@ local theme = lush(function()
|
||||
LineNr { fg = Normal.bg.li(30) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
|
||||
SignColumn { LineNr }, -- column where |signs| are displayed
|
||||
FoldColumn { LineNr, gui = "bold" }, -- 'foldcolumn'
|
||||
Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(58) }, -- line used for closed folds
|
||||
Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(69) }, -- line used for closed folds
|
||||
CursorLineNr { LineNr, fg = p.fg, gui = "bold" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
|
||||
|
||||
-- ModeMsg { }, -- 'showmode' message (e.g., "-- INSERT -- ")
|
||||
@@ -75,8 +75,8 @@ local theme = lush(function()
|
||||
FloatBorder { fg = Normal.bg.li(46) }, -- Normal text in floating windows.
|
||||
|
||||
Pmenu { bg = Normal.bg.li(12) }, -- Popup menu: normal item.
|
||||
PmenuSel { bg = Normal.bg.li(18) }, -- Popup menu: selected item.
|
||||
PmenuSbar { bg = Normal.bg.li(26) }, -- Popup menu: scrollbar.
|
||||
PmenuSel { bg = Normal.bg.li(24) }, -- Popup menu: selected item.
|
||||
PmenuSbar { bg = Normal.bg.li(40) }, -- Popup menu: scrollbar.
|
||||
PmenuThumb { bg = Normal.bg.li(50) }, -- Popup menu: Thumb of the scrollbar.
|
||||
|
||||
Search { bg = p.blossom.de(12).da(32), fg = p.fg }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
||||
|
||||
Reference in New Issue
Block a user