From c2d95be0d64584eed3973d2bc13a83693402f323 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 17 Oct 2021 19:08:10 +0200 Subject: [PATCH] chore: update `FloatBorder` bg color (#30) --- 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 024f953..02a29e7 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -44,7 +44,7 @@ theme.base = { Directory = { fg = p.foam, bg = p.none }, -- EndOfBuffer = {}, ErrorMsg = { fg = p.love, style = 'bold' }, - FloatBorder = { fg = p.subtle, bg = p.surface }, + FloatBorder = { fg = p.subtle }, FoldColumn = {}, Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight },