From 0525ab885cf931200094f52aa400f936b19f7296 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Tue, 21 Mar 2023 22:40:13 -0700 Subject: [PATCH] feat(rose-pine): add theme for kylechui/nvim-surround --- lua/rose-pine/theme.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 7260eb1..b9cb312 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -626,6 +626,12 @@ function M.get(config) UfoFoldedBg = { link = 'Visual' }, UfoFoldedEllipsisCustom = { fg = p.text, bg = p.highlight_med }, + -- kylechui/nvim-surround + NvimSurroundHighlight = { + fg = p.love, + bg = p.highlight_med, + style = 'italic', + }, } vim.g.terminal_color_0 = p.overlay -- black