diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-05 23:31:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-05 23:31:47 +0100 |
commit | 9701c410a4ad6f824f2917e08fb777fd24f5cf95 (patch) | |
tree | bc80e246b8a265d70b2f41c1f60d262abb03fe5f /lua | |
parent | feda1beed71130d1a8702f751d0e2f1b41c1a187 (diff) |
Update telescope matching with orange
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/telescope.lua | 2 |
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 24e573c..71c4aaa 100644 --- a/lua/no-clown-fiesta/groups/telescope.lua +++ b/lua/no-clown-fiesta/groups/telescope.lua @@ -4,7 +4,7 @@ function M.highlight(palette) return { TelescopeNormal = { fg = palette.fg, bg = palette.bg }, TelescopeSelection = { fg = palette.fg, bg = palette.accent }, - TelescopeMatching = { fg = palette.info, bold = true }, + TelescopeMatching = { fg = palette.orange, bold = true }, TelescopeBorder = { fg = palette.fg, bg = palette.bg }, } end |