Change Telescope's Border Color In Ghostty
January 2025
I've been playing around with Ghostty1. Most things have been working out of the box. One thing that hasn't been is the borders around floating Telescope2 windows that I use for my grimoire3.
They Just Worked™ in iTerm24. Took a bit of digging to figure out that adding this to my ~/.config/nvim/init.lua
file was required to fix them in Ghostty so they'd show up:
vim.cmd.highlight({ "TelescopeBorder", "guibg=Black guifg=White"})With that in place. Thing work as expected.
You can learn more about what colors are available with:
and
end of line
Footnotes
"a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration"
The search plugin that I built my grimoire interface on top of
My book of magic (aka notes app)
The venerable macOS terminal that I've been using for years