blob: 485529c7b699d868339999ce4a8c6c855c7fd37a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
local colors = require "prismite.palette"
return {
TelescopeBorder = { link = "WinSeparator" },
TelescopeTitle = { fg = colors.fg },
TelescopeSelection = { link = "CursorLine" },
TelescopeMatching = { underline = true },
TelescopePromptCounter = { fg = colors.fg_low },
TelescopePromptPrefix = { fg = colors.fg_low },
TelescopePreviewLine = { link = "CursorLine" },
}
|