From 2b632035d638cc2fdf81421606323622561a72ba Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Mon, 8 Aug 2022 20:50:28 +0200
Subject: Move plugin colors to highlight-groupUpdate telescope border to fg

---
 lua/no-clown-fiesta/highlight-group/telescope.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/no-clown-fiesta/highlight-group/telescope.lua b/lua/no-clown-fiesta/highlight-group/telescope.lua
index d81da87..211e21e 100644
--- a/lua/no-clown-fiesta/highlight-group/telescope.lua
+++ b/lua/no-clown-fiesta/highlight-group/telescope.lua
@@ -5,7 +5,7 @@ function M.highlight(palette)
     TelescopeNormal = { fg = palette.fg, bg = palette.bg },
     TelescopeSelection = { fg = palette.fg, bg = palette.accent },
     TelescopeMatching = { fg = palette.info_yellow, style = "bold" },
-    TelescopeBorder = { fg = palette.medium_gray, bg = palette.bg },
+    TelescopeBorder = { fg = palette.fg, bg = palette.bg },
   }
 end
 
-- 
cgit v1.2.3-70-g09d2