From cb9214677884995406ad977aaee40f5e4633b373 Mon Sep 17 00:00:00 2001 From: mvllow Date: Fri, 20 Aug 2021 11:06:47 -0500 Subject: [PATCH] add telescope support --- lua/rose-pine/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index c6dca83..2b04c79 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -292,6 +292,9 @@ theme.plugins = { NvimTreeGitRenamed = { fg = p.pine }, NvimTreeGitStaged = { fg = p.iris }, + -- telescope.nvim + -- https://github.com/nvim-telescope/telescope.nvim + TelescopeBorder = { fg = p.overlay }, -- todo-comments.nvim -- https://github.com/folke/todo-comments.nvim