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 },
SpellRare = { style = 'undercurl', sp = p.subtle },
SignColumn = { fg = p.text, bg = maybe_background },
StatusLine = { fg = p.text, bg = p.surface },
StatusLineNC = { fg = p.subtle, bg = p.surface },
StatusLine = { fg = p.subtle, bg = p.surface },
StatusLineNC = { fg = p.muted, bg = p.surface },
-- StatusLineTerm = {},
-- StatusLineTermNC = {},
TabLine = { fg = p.subtle, bg = p.overlay },