Skip to content

Commit

Permalink
fix(telescope): set all border highlights for flat or transparent bac…
Browse files Browse the repository at this point in the history
…kground
  • Loading branch information
ramojus committed Oct 27, 2024
1 parent 03243c5 commit 2777212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/mellifluous/highlights/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 2777212

Please sign in to comment.