local M = {}

function M.get(cp)
	return {
		FernBranchText = { fg = cp.katppuccino9 },
	}
end

return M