From 61e22c730b6510403380cc1b7943386aa2694e69 Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 16 Jan 2023 23:42:14 -0500 Subject: [PATCH] fix: decouple `StatusLine` background from floats --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 3a78242..edda7d6 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -70,7 +70,7 @@ function M.get(config) SpellLocal = { sp = p.subtle, style = 'undercurl' }, SpellRare = { sp = p.subtle, style = 'undercurl' }, SignColumn = { fg = p.text, bg = styles.background }, - StatusLine = { fg = p.subtle, bg = styles.float_background }, + StatusLine = { fg = p.subtle, bg = p.surface }, StatusLineNC = { fg = p.muted, bg = styles.background }, StatusLineTerm = { link = 'StatusLine' }, StatusLineTermNC = { link = 'StatusLineNC' },