local M = {} function M.get(C) return { -- TelescopeBorder = { fg = C.muted, bg = C.green }, TelescopePrompt = { fg = C.text, bg = C.green }, -- TelescopePromptPrefix = { fg = C.accent, bg = C.red }, -- TelescopeSelection = { bg = C.surface }, } end return M