From 6a4eeaaac3eaac0b9d788ad1b06bc90dd299d9f8 Mon Sep 17 00:00:00 2001 From: mvllow Date: Wed, 26 Jan 2022 21:32:05 -0600 Subject: [PATCH] update search highlights --- lua/rose-pine/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index c3f0c5e..c0f4ad8 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -53,7 +53,7 @@ local theme = { FloatBorder = { fg = p.subtle }, FoldColumn = { fg = p.muted }, Folded = { fg = p.text, bg = p.surface }, - IncSearch = { bg = p.highlight_med }, + IncSearch = { bg = p.highlight_high }, LineNr = { fg = p.muted }, MatchParen = { fg = p.text, bg = p.highlight_med }, ModeMsg = { fg = p.subtle }, @@ -68,7 +68,7 @@ local theme = { PmenuThumb = { bg = p.muted }, Question = { fg = p.gold }, -- QuickFixLine = {}, - Search = { fg = p.iris, bg = p.highlight_high }, + Search = { bg = p.highlight_med }, SpecialKey = { fg = p.foam }, SpellBad = { style = 'undercurl', sp = p.love }, SpellCap = { style = 'undercurl', sp = p.subtle },