From a42c0e69dfdd9749b23e402e5872637010a91ec9 Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 7 Feb 2022 11:48:04 -0600 Subject: [PATCH] update active match highlight --- 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 484ce60..0c9e423 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -52,7 +52,7 @@ local theme = { FloatBorder = { fg = group.border }, FoldColumn = { fg = palette.muted }, Folded = { fg = palette.text, bg = palette.surface }, - IncSearch = { bg = palette.highlight_high }, + IncSearch = { fg = palette.base, bg = palette.rose }, LineNr = { fg = palette.muted }, MatchParen = { fg = palette.text, bg = palette.highlight_med }, ModeMsg = { fg = palette.subtle },