blob: 97e2925ab5d92d4f7b432fd8444633d62adb9386 (
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
|