dotfiles/config/linux-dev/nvim/lua/themes/invero/groups/integrations/telescope.lua

10 lines
126 B
Lua

local M = {}
function M.get(C)
return {
TelescopeMatching = { fg = C.yellow, bg = C.none, bold = true },
}
end
return M