blob: 10d2fb61f01e0e010764bf70903aba95e0e8d3ae (
plain)
1
2
3
4
5
6
7
8
|
local Telescope = {
TelescopeNormal = { fg = C.fg, bg = C.bg },
TelescopeSelection = { fg = C.fg, bg = C.accent },
TelescopeMatching = { fg = C.info_yellow, style = "bold" },
TelescopeBorder = { fg = C.medium_gray, bg = C.bg },
}
return Telescope
|