Skip to content

Commit

Permalink
fix: make TelescopeBorder's background transparentable (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanly0726 authored Oct 12, 2023
1 parent c688f30 commit 2583e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nord/plugins/picker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local utils = require("nord.utils")

function picker.highlights()
return {
TelescopeBorder = { fg = c.polar_night.light, bg = utils.make_global_bg() },
TelescopeBorder = { fg = c.polar_night.light, bg = utils.make_global_bg(true) },
TelescopeTitle = { fg = c.snow_storm.origin, bold = true },
TelescopePromptCounter = { fg = c.polar_night.light },
TelescopeMatching = { fg = c.frost.ice, bold = true },
Expand Down

0 comments on commit 2583e46

Please sign in to comment.