diff options
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/Telescope.lua | 8 |
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 |