breaking: adjust statusline theme colors

This commit is contained in:
Michael Chris Lopez
2021-09-16 20:04:11 +08:00
parent 25c36a2289
commit 04b3d58d9f
3 changed files with 5 additions and 5 deletions

View File

@@ -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,