summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Telescope.lua
blob: 45caca2c465e978eea3ec4a7d51c37ee2f2bae99 (plain)
1
2
3
4
5
6
7
8
local Telescope = {
	TelescopeNormal = { fg = C.fg, bg = C.bg },
	TelescopeSelection = { fg = C.light_gray, bg = C.accent },
	TelescopeMatching = { fg = C.info_yellow, style = "bold" },
	TelescopeBorder = { fg = C.light_gray, bg = C.bg },
}

return Telescope