update StatusLine

This commit is contained in:
mvllow 2021-05-26 10:17:30 -05:00
commit 1d111daebb

View file

@ -97,8 +97,8 @@ theme.loadEditor = function()
-- SpellLocal = {},
-- SpellRare = {},
SignColumn = {},
StatusLine = { fg = p.surface },
-- StatusLineNC = {},
StatusLine = { fg = p.text, bg = p.surface },
StatusLineNC = { fg = p.subtle, bg = p.surface },
-- StatusLineTerm = {},
-- StatusLineTermNC = {},
-- TabLine = {},