Merge pull request #1 from rose-pine/dev

Add StatusLine
This commit is contained in:
not 2021-05-26 10:20:28 -05:00 committed by GitHub
commit 99fb1f8b06

View file

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