From a46491b5189d80bcfed52eb89043c0af813dc163 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Sat, 21 Jan 2023 13:45:49 -0800 Subject: [PATCH] feat(theme): add matchword --- lua/rose-pine/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index e7c1140..7e1a487 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -594,6 +594,7 @@ function M.get(config) IndentBlanklineContextStart = { style = "underline", sp = p.foam}, --- RRethy/vim-illuminate + MatchWord = { bg = (vim.opt.background:get()=='light') and "highlight_low" or "highlight_med" }, IlluminatedWordRead = { link = "MatchWord" }, IlluminatedWordText = { link = "MatchWord" }, IlluminatedWordWrite = { link = "MatchWord" },