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 dcb459545a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {},