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" }, }