mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
update StatusLine
This commit is contained in:
parent
5535ec429c
commit
1d111daebb
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,8 @@ theme.loadEditor = function()
|
||||||
-- SpellLocal = {},
|
-- SpellLocal = {},
|
||||||
-- SpellRare = {},
|
-- SpellRare = {},
|
||||||
SignColumn = {},
|
SignColumn = {},
|
||||||
StatusLine = { fg = p.surface },
|
StatusLine = { fg = p.text, bg = p.surface },
|
||||||
-- StatusLineNC = {},
|
StatusLineNC = { fg = p.subtle, bg = p.surface },
|
||||||
-- StatusLineTerm = {},
|
-- StatusLineTerm = {},
|
||||||
-- StatusLineTermNC = {},
|
-- StatusLineTermNC = {},
|
||||||
-- TabLine = {},
|
-- TabLine = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue