diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index b982372..2d4e8d5 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -75,8 +75,8 @@ local theme = { SpellLocal = { style = 'undercurl', sp = p.subtle }, SpellRare = { style = 'undercurl', sp = p.subtle }, SignColumn = { fg = p.text, bg = maybe_background }, - StatusLine = { fg = p.text, bg = p.surface }, - StatusLineNC = { fg = p.subtle, bg = p.surface }, + StatusLine = { fg = p.subtle, bg = p.surface }, + StatusLineNC = { fg = p.muted, bg = p.surface }, -- StatusLineTerm = {}, -- StatusLineTermNC = {}, TabLine = { fg = p.subtle, bg = p.overlay },