diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-08 20:50:28 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-08 20:51:12 +0200 |
commit | 2b632035d638cc2fdf81421606323622561a72ba (patch) | |
tree | 9dc1e5538eadeb8c0b1b9c920126aa206f2f7924 /lua/no-clown-fiesta | |
parent | 5c4a7a4f4cc229e0c1e8538440aa01e196f92169 (diff) |
Move plugin colors to highlight-groupUpdate telescope border to fg
Diffstat (limited to 'lua/no-clown-fiesta')
-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 |