Skip to content

Commit

Permalink
fix(extensions): show Telescope results title (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAJ authored Aug 18, 2024
1 parent 0d70d12 commit 11ef74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cyberdream/extensions/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function M.get(opts, t)
end
highlights.TelescopeResultsBorder = { fg = t.bgAlt, bg = t.bgAlt }
highlights.TelescopeResultsNormal = { bg = t.bgAlt }
highlights.TelescopeResultsTitle = { fg = t.bgAlt, bg = t.bgAlt }
highlights.TelescopeResultsTitle = { fg = t.bgAlt, bg = t.cyan }
end

return highlights
Expand Down

0 comments on commit 11ef74a

Please sign in to comment.