darken statusline foreground

This commit is contained in:
mvllow 2022-01-23 18:27:38 -06:00
commit 06fca4e007

View file

@ -75,8 +75,8 @@ local theme = {
SpellLocal = { style = 'undercurl', sp = p.subtle }, SpellLocal = { style = 'undercurl', sp = p.subtle },
SpellRare = { style = 'undercurl', sp = p.subtle }, SpellRare = { style = 'undercurl', sp = p.subtle },
SignColumn = { fg = p.text, bg = maybe_background }, SignColumn = { fg = p.text, bg = maybe_background },
StatusLine = { fg = p.text, bg = p.surface }, StatusLine = { fg = p.subtle, bg = p.surface },
StatusLineNC = { fg = p.subtle, bg = p.surface }, StatusLineNC = { fg = p.muted, bg = p.surface },
-- StatusLineTerm = {}, -- StatusLineTerm = {},
-- StatusLineTermNC = {}, -- StatusLineTermNC = {},
TabLine = { fg = p.subtle, bg = p.overlay }, TabLine = { fg = p.subtle, bg = p.overlay },