diff options
Diffstat (limited to 'lua/no-clown-fiesta/highlight-group/telescope.lua')
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/telescope.lua b/lua/no-clown-fiesta/highlight-group/telescope.lua index d81da87..211e21e 100644 --- a/lua/no-clown-fiesta/highlight-group/telescope.lua +++ b/lua/no-clown-fiesta/highlight-group/telescope.lua @@ -5,7 +5,7 @@ function M.highlight(palette) TelescopeNormal = { fg = palette.fg, bg = palette.bg }, TelescopeSelection = { fg = palette.fg, bg = palette.accent }, TelescopeMatching = { fg = palette.info_yellow, style = "bold" }, - TelescopeBorder = { fg = palette.medium_gray, bg = palette.bg }, + TelescopeBorder = { fg = palette.fg, bg = palette.bg }, } end |