From 06fca4e0071746da26e06e401df21105dedb12cd Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 23 Jan 2022 18:27:38 -0600 Subject: [PATCH] darken statusline foreground --- lua/rose-pine/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },