summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta/Telescope.lua')
-rw-r--r--lua/no-clown-fiesta/Telescope.lua8
1 files changed, 8 insertions, 0 deletions
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