diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/no-clown-fiesta/Telescope.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
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  |