diff --git a/lua/mellifluous/highlights/plugins/telescope.lua b/lua/mellifluous/highlights/plugins/telescope.lua index 771a8ec..abbfe42 100644 --- a/lua/mellifluous/highlights/plugins/telescope.lua +++ b/lua/mellifluous/highlights/plugins/telescope.lua @@ -36,6 +36,9 @@ function M.set(hl, colors) else hl.set("TelescopeNormal", { fg = hl.get("Pmenu").fg }) hl.set("TelescopeBorder", { fg = colors.fg4 }) + hl.set("TelescopePromptBorder", { link = "TelescopeBorder" }) + hl.set("TelescopeResultsBorder", { link = "TelescopeBorder" }) + hl.set("TelescopePreviewBorder", { link = "TelescopeBorder" }) hl.set("TelescopeSelectionCaret", { fg = hl.get("TelescopeNormal").bg }) hl.set("TelescopeSelection", { bg = colors.bg3 }) hl.set("TelescopeMatching", { fg = colors.fg })