diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index df4d943..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 = {}, - -- StatusLineNC = {}, + StatusLine = { fg = p.text, bg = p.surface }, + StatusLineNC = { fg = p.subtle, bg = p.surface }, -- StatusLineTerm = {}, -- StatusLineTermNC = {}, -- TabLine = {},