feat: add support for telescope.nvim and allow border overrides

This commit is contained in:
mvllow 2022-01-28 15:11:59 -06:00
commit f3bf19cabc
3 changed files with 91 additions and 81 deletions

View file

@ -9,6 +9,7 @@ local config = {
colors = {
punctuation = palette.subtle,
comment = palette.subtle,
border = palette.highlight_med,
hint = palette.iris,
info = palette.foam,
warn = palette.gold,