From 7b939c6821585f019e28d3038819bb305eecc17d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 20 Jan 2022 23:32:38 +0100 Subject: Add Telescope colors --- lua/no-clown-fiesta/Telescope.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/no-clown-fiesta/Telescope.lua (limited to 'lua/no-clown-fiesta') diff --git a/lua/no-clown-fiesta/Telescope.lua b/lua/no-clown-fiesta/Telescope.lua new file mode 100644 index 0000000..45caca2 --- /dev/null +++ b/lua/no-clown-fiesta/Telescope.lua @@ -0,0 +1,8 @@ +local Telescope = { + TelescopeNormal = { fg = C.fg, bg = C.bg }, + TelescopeSelection = { fg = C.light_gray, bg = C.accent }, + TelescopeMatching = { fg = C.info_yellow, style = "bold" }, + TelescopeBorder = { fg = C.light_gray, bg = C.bg }, +} + +return Telescope -- cgit v1.2.3-70-g09d2