From 822e15fe660dd93a0cb6f45e8ea4d0b30687e529 Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Thu, 20 Jan 2022 23:47:13 +0100
Subject: Update Selection and Border color in Telescope

---
 lua/no-clown-fiesta/Telescope.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lua')

diff --git a/lua/no-clown-fiesta/Telescope.lua b/lua/no-clown-fiesta/Telescope.lua
index 45caca2..10d2fb6 100644
--- a/lua/no-clown-fiesta/Telescope.lua
+++ b/lua/no-clown-fiesta/Telescope.lua
@@ -1,8 +1,8 @@
 local Telescope = {
 	TelescopeNormal = { fg = C.fg, bg = C.bg },
-	TelescopeSelection = { fg = C.light_gray, bg = C.accent },
+	TelescopeSelection = { fg = C.fg, bg = C.accent },
 	TelescopeMatching = { fg = C.info_yellow, style = "bold" },
-	TelescopeBorder = { fg = C.light_gray, bg = C.bg },
+	TelescopeBorder = { fg = C.medium_gray, bg = C.bg },
 }
 
 return Telescope
-- 
cgit v1.2.3-70-g09d2