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