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 },