summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups/telescope.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-17 01:06:32 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-17 01:06:32 +0100
commitc2f222643b83eb27331bc99f3cb4b3e6dbffb6e5 (patch)
tree7d690eed696351fcabb056f2fc3a808638fa348e /lua/no-clown-fiesta/groups/telescope.lua
parent3cc38634521906c1fde85f2750f2d6c07413356d (diff)
Update border add mason req
Diffstat (limited to 'lua/no-clown-fiesta/groups/telescope.lua')
-rw-r--r--lua/no-clown-fiesta/groups/telescope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/telescope.lua b/lua/no-clown-fiesta/groups/telescope.lua
index b32086b..7020fa4 100644
--- a/lua/no-clown-fiesta/groups/telescope.lua
+++ b/lua/no-clown-fiesta/groups/telescope.lua
@@ -5,7 +5,7 @@ function M.highlight(palette, opts)
TelescopeNormal = { fg = palette.fg, bg = palette.bg },
TelescopeSelection = { fg = palette.fg, bg = palette.accent },
TelescopeMatching = { fg = palette.orange, bold = true },
- TelescopeBorder = { fg = palette.fg, bg = palette.bg },
+ TelescopeBorder = { fg = palette.light_gray, bg = palette.bg },
}
end