diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 9df3c4e..bb92032 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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 = {},