From cd7bafbdac8bb932859dbb8bfd4169f268c295c7 Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 24 Aug 2021 16:15:46 -0500 Subject: [PATCH] increase contrast of `FloatBorder` closes #17 --- 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 841fa3d..39deb37 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -29,7 +29,7 @@ theme.base = { Directory = { fg = p.foam, bg = p.none }, -- EndOfBuffer = {}, ErrorMsg = { fg = p.love, style = 'bold' }, - FloatBorder = { fg = p.highlight, bg = p.surface }, + FloatBorder = { fg = p.subtle, bg = p.surface }, FoldColumn = {}, Folded = { fg = p.text, bg = p.surface }, IncSearch = { bg = p.highlight },