// Property: pullBackgroundColor
// Description: Background color of the wrapper view when this view is used as either Titanium.UI.ListView.pullView or Titanium.UI.TableView.headerPullView. Defaults to undefined. Results in a light grey background color on the wrapper view.
// Component(s): Ti.UI.View, Ti.Media.VideoPlayer, Ti.UI.Button, Ti.UI.ButtonBar, Ti.UI.DashboardView, Ti.UI.ImageView, Ti.UI.Label, Ti.UI.ListView, Ti.UI.MaskedImage, Ti.UI.NavigationWindow, Ti.UI.OptionBar, Ti.UI.Picker, Ti.UI.PickerRow, Ti.UI.ProgressBar, Ti.UI.ScrollView, Ti.UI.ScrollableView, Ti.UI.SearchBar, Ti.UI.Slider, Ti.UI.Switch, Ti.UI.Tab, Ti.UI.TabGroup, Ti.UI.TabbedBar, Ti.UI.TableView, Ti.UI.TableViewRow, Ti.UI.TextArea, Ti.UI.TextField, Ti.UI.Toolbar, Ti.UI.WebView, Ti.UI.Window, Ti.UI.iOS.BlurView, Ti.UI.iOS.CoverFlowView, Ti.UI.iOS.LivePhotoView, Ti.UI.iOS.SplitWindow, Ti.UI.iOS.Stepper
'.pull-bg-transparent': { pullBackgroundColor: 'transparent' }
'.pull-bg-black': { pullBackgroundColor: '#000000' }
'.pull-bg-white': { pullBackgroundColor: '#ffffff' }
'.pull-bg-slate-50': { pullBackgroundColor: '#f8fafc' }
'.pull-bg-slate-100': { pullBackgroundColor: '#f1f5f9' }
'.pull-bg-slate-200': { pullBackgroundColor: '#e2e8f0' }
'.pull-bg-slate-300': { pullBackgroundColor: '#cbd5e1' }
'.pull-bg-slate-400': { pullBackgroundColor: '#94a3b8' }
'.pull-bg-slate-500': { pullBackgroundColor: '#64748b' }
'.pull-bg-slate-600': { pullBackgroundColor: '#475569' }
'.pull-bg-slate-700': { pullBackgroundColor: '#334155' }
'.pull-bg-slate-800': { pullBackgroundColor: '#1e293b' }
'.pull-bg-slate-900': { pullBackgroundColor: '#0f172a' }
'.pull-bg-slate-950': { pullBackgroundColor: '#020617' }
'.pull-bg-gray-50': { pullBackgroundColor: '#f9fafb' }
'.pull-bg-gray-100': { pullBackgroundColor: '#f3f4f6' }
'.pull-bg-gray-200': { pullBackgroundColor: '#e5e7eb' }
'.pull-bg-gray-300': { pullBackgroundColor: '#d1d5db' }
'.pull-bg-gray-400': { pullBackgroundColor: '#9ca3af' }
'.pull-bg-gray-500': { pullBackgroundColor: '#6b7280' }
'.pull-bg-gray-600': { pullBackgroundColor: '#4b5563' }
'.pull-bg-gray-700': { pullBackgroundColor: '#374151' }
'.pull-bg-gray-800': { pullBackgroundColor: '#1f2937' }
'.pull-bg-gray-900': { pullBackgroundColor: '#111827' }
'.pull-bg-gray-950': { pullBackgroundColor: '#030712' }
'.pull-bg-zinc-50': { pullBackgroundColor: '#fafafa' }
'.pull-bg-zinc-100': { pullBackgroundColor: '#f4f4f5' }
'.pull-bg-zinc-200': { pullBackgroundColor: '#e4e4e7' }
'.pull-bg-zinc-300': { pullBackgroundColor: '#d4d4d8' }
'.pull-bg-zinc-400': { pullBackgroundColor: '#a1a1aa' }
'.pull-bg-zinc-500': { pullBackgroundColor: '#71717a' }
'.pull-bg-zinc-600': { pullBackgroundColor: '#52525b' }
'.pull-bg-zinc-700': { pullBackgroundColor: '#3f3f46' }
'.pull-bg-zinc-800': { pullBackgroundColor: '#27272a' }
'.pull-bg-zinc-900': { pullBackgroundColor: '#18181b' }
'.pull-bg-zinc-950': { pullBackgroundColor: '#09090b' }
'.pull-bg-neutral-50': { pullBackgroundColor: '#fafafa' }
'.pull-bg-neutral-100': { pullBackgroundColor: '#f5f5f5' }
'.pull-bg-neutral-200': { pullBackgroundColor: '#e5e5e5' }
'.pull-bg-neutral-300': { pullBackgroundColor: '#d4d4d4' }
'.pull-bg-neutral-400': { pullBackgroundColor: '#a3a3a3' }
'.pull-bg-neutral-500': { pullBackgroundColor: '#737373' }
'.pull-bg-neutral-600': { pullBackgroundColor: '#525252' }
'.pull-bg-neutral-700': { pullBackgroundColor: '#404040' }
'.pull-bg-neutral-800': { pullBackgroundColor: '#262626' }
'.pull-bg-neutral-900': { pullBackgroundColor: '#171717' }
'.pull-bg-neutral-950': { pullBackgroundColor: '#0a0a0a' }
'.pull-bg-stone-50': { pullBackgroundColor: '#fafaf9' }
'.pull-bg-stone-100': { pullBackgroundColor: '#f5f5f4' }
'.pull-bg-stone-200': { pullBackgroundColor: '#e7e5e4' }
'.pull-bg-stone-300': { pullBackgroundColor: '#d6d3d1' }
'.pull-bg-stone-400': { pullBackgroundColor: '#a8a29e' }
'.pull-bg-stone-500': { pullBackgroundColor: '#78716c' }
'.pull-bg-stone-600': { pullBackgroundColor: '#57534e' }
'.pull-bg-stone-700': { pullBackgroundColor: '#44403c' }
'.pull-bg-stone-800': { pullBackgroundColor: '#292524' }
'.pull-bg-stone-900': { pullBackgroundColor: '#1c1917' }
'.pull-bg-stone-950': { pullBackgroundColor: '#0c0a09' }
'.pull-bg-red-50': { pullBackgroundColor: '#fef2f2' }
'.pull-bg-red-100': { pullBackgroundColor: '#fee2e2' }
'.pull-bg-red-200': { pullBackgroundColor: '#fecaca' }
'.pull-bg-red-300': { pullBackgroundColor: '#fca5a5' }
'.pull-bg-red-400': { pullBackgroundColor: '#f87171' }
'.pull-bg-red-500': { pullBackgroundColor: '#ef4444' }
'.pull-bg-red-600': { pullBackgroundColor: '#dc2626' }
'.pull-bg-red-700': { pullBackgroundColor: '#b91c1c' }
'.pull-bg-red-800': { pullBackgroundColor: '#991b1b' }
'.pull-bg-red-900': { pullBackgroundColor: '#7f1d1d' }
'.pull-bg-red-950': { pullBackgroundColor: '#450a0a' }
'.pull-bg-orange-50': { pullBackgroundColor: '#fff7ed' }
'.pull-bg-orange-100': { pullBackgroundColor: '#ffedd5' }
'.pull-bg-orange-200': { pullBackgroundColor: '#fed7aa' }
'.pull-bg-orange-300': { pullBackgroundColor: '#fdba74' }
'.pull-bg-orange-400': { pullBackgroundColor: '#fb923c' }
'.pull-bg-orange-500': { pullBackgroundColor: '#f97316' }
'.pull-bg-orange-600': { pullBackgroundColor: '#ea580c' }
'.pull-bg-orange-700': { pullBackgroundColor: '#c2410c' }
'.pull-bg-orange-800': { pullBackgroundColor: '#9a3412' }
'.pull-bg-orange-900': { pullBackgroundColor: '#7c2d12' }
'.pull-bg-orange-950': { pullBackgroundColor: '#431407' }
'.pull-bg-amber-50': { pullBackgroundColor: '#fffbeb' }
'.pull-bg-amber-100': { pullBackgroundColor: '#fef3c7' }
'.pull-bg-amber-200': { pullBackgroundColor: '#fde68a' }
'.pull-bg-amber-300': { pullBackgroundColor: '#fcd34d' }
'.pull-bg-amber-400': { pullBackgroundColor: '#fbbf24' }
'.pull-bg-amber-500': { pullBackgroundColor: '#f59e0b' }
'.pull-bg-amber-600': { pullBackgroundColor: '#d97706' }
'.pull-bg-amber-700': { pullBackgroundColor: '#b45309' }
'.pull-bg-amber-800': { pullBackgroundColor: '#92400e' }
'.pull-bg-amber-900': { pullBackgroundColor: '#78350f' }
'.pull-bg-amber-950': { pullBackgroundColor: '#451a03' }
'.pull-bg-yellow-50': { pullBackgroundColor: '#fefce8' }
'.pull-bg-yellow-100': { pullBackgroundColor: '#fef9c3' }
'.pull-bg-yellow-200': { pullBackgroundColor: '#fef08a' }
'.pull-bg-yellow-300': { pullBackgroundColor: '#fde047' }
'.pull-bg-yellow-400': { pullBackgroundColor: '#facc15' }
'.pull-bg-yellow-500': { pullBackgroundColor: '#eab308' }
'.pull-bg-yellow-600': { pullBackgroundColor: '#ca8a04' }
'.pull-bg-yellow-700': { pullBackgroundColor: '#a16207' }
'.pull-bg-yellow-800': { pullBackgroundColor: '#854d0e' }
'.pull-bg-yellow-900': { pullBackgroundColor: '#713f12' }
'.pull-bg-yellow-950': { pullBackgroundColor: '#422006' }
'.pull-bg-lime-50': { pullBackgroundColor: '#f7fee7' }
'.pull-bg-lime-100': { pullBackgroundColor: '#ecfccb' }
'.pull-bg-lime-200': { pullBackgroundColor: '#d9f99d' }
'.pull-bg-lime-300': { pullBackgroundColor: '#bef264' }
'.pull-bg-lime-400': { pullBackgroundColor: '#a3e635' }
'.pull-bg-lime-500': { pullBackgroundColor: '#84cc16' }
'.pull-bg-lime-600': { pullBackgroundColor: '#65a30d' }
'.pull-bg-lime-700': { pullBackgroundColor: '#4d7c0f' }
'.pull-bg-lime-800': { pullBackgroundColor: '#3f6212' }
'.pull-bg-lime-900': { pullBackgroundColor: '#365314' }
'.pull-bg-lime-950': { pullBackgroundColor: '#1a2e05' }
'.pull-bg-green-50': { pullBackgroundColor: '#f0fdf4' }
'.pull-bg-green-100': { pullBackgroundColor: '#dcfce7' }
'.pull-bg-green-200': { pullBackgroundColor: '#bbf7d0' }
'.pull-bg-green-300': { pullBackgroundColor: '#86efac' }
'.pull-bg-green-400': { pullBackgroundColor: '#4ade80' }
'.pull-bg-green-500': { pullBackgroundColor: '#22c55e' }
'.pull-bg-green-600': { pullBackgroundColor: '#16a34a' }
'.pull-bg-green-700': { pullBackgroundColor: '#15803d' }
'.pull-bg-green-800': { pullBackgroundColor: '#166534' }
'.pull-bg-green-900': { pullBackgroundColor: '#14532d' }
'.pull-bg-green-950': { pullBackgroundColor: '#052e16' }
'.pull-bg-emerald-50': { pullBackgroundColor: '#ecfdf5' }
'.pull-bg-emerald-100': { pullBackgroundColor: '#d1fae5' }
'.pull-bg-emerald-200': { pullBackgroundColor: '#a7f3d0' }
'.pull-bg-emerald-300': { pullBackgroundColor: '#6ee7b7' }
'.pull-bg-emerald-400': { pullBackgroundColor: '#34d399' }
'.pull-bg-emerald-500': { pullBackgroundColor: '#10b981' }
'.pull-bg-emerald-600': { pullBackgroundColor: '#059669' }
'.pull-bg-emerald-700': { pullBackgroundColor: '#047857' }
'.pull-bg-emerald-800': { pullBackgroundColor: '#065f46' }
'.pull-bg-emerald-900': { pullBackgroundColor: '#064e3b' }
'.pull-bg-emerald-950': { pullBackgroundColor: '#022c22' }
'.pull-bg-teal-50': { pullBackgroundColor: '#f0fdfa' }
'.pull-bg-teal-100': { pullBackgroundColor: '#ccfbf1' }
'.pull-bg-teal-200': { pullBackgroundColor: '#99f6e4' }
'.pull-bg-teal-300': { pullBackgroundColor: '#5eead4' }
'.pull-bg-teal-400': { pullBackgroundColor: '#2dd4bf' }
'.pull-bg-teal-500': { pullBackgroundColor: '#14b8a6' }
'.pull-bg-teal-600': { pullBackgroundColor: '#0d9488' }
'.pull-bg-teal-700': { pullBackgroundColor: '#0f766e' }
'.pull-bg-teal-800': { pullBackgroundColor: '#115e59' }
'.pull-bg-teal-900': { pullBackgroundColor: '#134e4a' }
'.pull-bg-teal-950': { pullBackgroundColor: '#042f2e' }
'.pull-bg-cyan-50': { pullBackgroundColor: '#ecfeff' }
'.pull-bg-cyan-100': { pullBackgroundColor: '#cffafe' }
'.pull-bg-cyan-200': { pullBackgroundColor: '#a5f3fc' }
'.pull-bg-cyan-300': { pullBackgroundColor: '#67e8f9' }
'.pull-bg-cyan-400': { pullBackgroundColor: '#22d3ee' }
'.pull-bg-cyan-500': { pullBackgroundColor: '#06b6d4' }
'.pull-bg-cyan-600': { pullBackgroundColor: '#0891b2' }
'.pull-bg-cyan-700': { pullBackgroundColor: '#0e7490' }
'.pull-bg-cyan-800': { pullBackgroundColor: '#155e75' }
'.pull-bg-cyan-900': { pullBackgroundColor: '#164e63' }
'.pull-bg-cyan-950': { pullBackgroundColor: '#083344' }
'.pull-bg-sky-50': { pullBackgroundColor: '#f0f9ff' }
'.pull-bg-sky-100': { pullBackgroundColor: '#e0f2fe' }
'.pull-bg-sky-200': { pullBackgroundColor: '#bae6fd' }
'.pull-bg-sky-300': { pullBackgroundColor: '#7dd3fc' }
'.pull-bg-sky-400': { pullBackgroundColor: '#38bdf8' }
'.pull-bg-sky-500': { pullBackgroundColor: '#0ea5e9' }
'.pull-bg-sky-600': { pullBackgroundColor: '#0284c7' }
'.pull-bg-sky-700': { pullBackgroundColor: '#0369a1' }
'.pull-bg-sky-800': { pullBackgroundColor: '#075985' }
'.pull-bg-sky-900': { pullBackgroundColor: '#0c4a6e' }
'.pull-bg-sky-950': { pullBackgroundColor: '#082f49' }
'.pull-bg-blue-50': { pullBackgroundColor: '#eff6ff' }
'.pull-bg-blue-100': { pullBackgroundColor: '#dbeafe' }
'.pull-bg-blue-200': { pullBackgroundColor: '#bfdbfe' }
'.pull-bg-blue-300': { pullBackgroundColor: '#93c5fd' }
'.pull-bg-blue-400': { pullBackgroundColor: '#60a5fa' }
'.pull-bg-blue-500': { pullBackgroundColor: '#3b82f6' }
'.pull-bg-blue-600': { pullBackgroundColor: '#2563eb' }
'.pull-bg-blue-700': { pullBackgroundColor: '#1d4ed8' }
'.pull-bg-blue-800': { pullBackgroundColor: '#1e40af' }
'.pull-bg-blue-900': { pullBackgroundColor: '#1e3a8a' }
'.pull-bg-blue-950': { pullBackgroundColor: '#172554' }
'.pull-bg-indigo-50': { pullBackgroundColor: '#eef2ff' }
'.pull-bg-indigo-100': { pullBackgroundColor: '#e0e7ff' }
'.pull-bg-indigo-200': { pullBackgroundColor: '#c7d2fe' }
'.pull-bg-indigo-300': { pullBackgroundColor: '#a5b4fc' }
'.pull-bg-indigo-400': { pullBackgroundColor: '#818cf8' }
'.pull-bg-indigo-500': { pullBackgroundColor: '#6366f1' }
'.pull-bg-indigo-600': { pullBackgroundColor: '#4f46e5' }
'.pull-bg-indigo-700': { pullBackgroundColor: '#4338ca' }
'.pull-bg-indigo-800': { pullBackgroundColor: '#3730a3' }
'.pull-bg-indigo-900': { pullBackgroundColor: '#312e81' }
'.pull-bg-indigo-950': { pullBackgroundColor: '#1e1b4b' }
'.pull-bg-violet-50': { pullBackgroundColor: '#f5f3ff' }
'.pull-bg-violet-100': { pullBackgroundColor: '#ede9fe' }
'.pull-bg-violet-200': { pullBackgroundColor: '#ddd6fe' }
'.pull-bg-violet-300': { pullBackgroundColor: '#c4b5fd' }
'.pull-bg-violet-400': { pullBackgroundColor: '#a78bfa' }
'.pull-bg-violet-500': { pullBackgroundColor: '#8b5cf6' }
'.pull-bg-violet-600': { pullBackgroundColor: '#7c3aed' }
'.pull-bg-violet-700': { pullBackgroundColor: '#6d28d9' }
'.pull-bg-violet-800': { pullBackgroundColor: '#5b21b6' }
'.pull-bg-violet-900': { pullBackgroundColor: '#4c1d95' }
'.pull-bg-violet-950': { pullBackgroundColor: '#2e1065' }
'.pull-bg-purple-50': { pullBackgroundColor: '#faf5ff' }
'.pull-bg-purple-100': { pullBackgroundColor: '#f3e8ff' }
'.pull-bg-purple-200': { pullBackgroundColor: '#e9d5ff' }
'.pull-bg-purple-300': { pullBackgroundColor: '#d8b4fe' }
'.pull-bg-purple-400': { pullBackgroundColor: '#c084fc' }
'.pull-bg-purple-500': { pullBackgroundColor: '#a855f7' }
'.pull-bg-purple-600': { pullBackgroundColor: '#9333ea' }
'.pull-bg-purple-700': { pullBackgroundColor: '#7e22ce' }
'.pull-bg-purple-800': { pullBackgroundColor: '#6b21a8' }
'.pull-bg-purple-900': { pullBackgroundColor: '#581c87' }
'.pull-bg-purple-950': { pullBackgroundColor: '#3b0764' }
'.pull-bg-fuchsia-50': { pullBackgroundColor: '#fdf4ff' }
'.pull-bg-fuchsia-100': { pullBackgroundColor: '#fae8ff' }
'.pull-bg-fuchsia-200': { pullBackgroundColor: '#f5d0fe' }
'.pull-bg-fuchsia-300': { pullBackgroundColor: '#f0abfc' }
'.pull-bg-fuchsia-400': { pullBackgroundColor: '#e879f9' }
'.pull-bg-fuchsia-500': { pullBackgroundColor: '#d946ef' }
'.pull-bg-fuchsia-600': { pullBackgroundColor: '#c026d3' }
'.pull-bg-fuchsia-700': { pullBackgroundColor: '#a21caf' }
'.pull-bg-fuchsia-800': { pullBackgroundColor: '#86198f' }
'.pull-bg-fuchsia-900': { pullBackgroundColor: '#701a75' }
'.pull-bg-fuchsia-950': { pullBackgroundColor: '#4a044e' }
'.pull-bg-pink-50': { pullBackgroundColor: '#fdf2f8' }
'.pull-bg-pink-100': { pullBackgroundColor: '#fce7f3' }
'.pull-bg-pink-200': { pullBackgroundColor: '#fbcfe8' }
'.pull-bg-pink-300': { pullBackgroundColor: '#f9a8d4' }
'.pull-bg-pink-400': { pullBackgroundColor: '#f472b6' }
'.pull-bg-pink-500': { pullBackgroundColor: '#ec4899' }
'.pull-bg-pink-600': { pullBackgroundColor: '#db2777' }
'.pull-bg-pink-700': { pullBackgroundColor: '#be185d' }
'.pull-bg-pink-800': { pullBackgroundColor: '#9d174d' }
'.pull-bg-pink-900': { pullBackgroundColor: '#831843' }
'.pull-bg-pink-950': { pullBackgroundColor: '#500724' }
'.pull-bg-rose-50': { pullBackgroundColor: '#fff1f2' }
'.pull-bg-rose-100': { pullBackgroundColor: '#ffe4e6' }
'.pull-bg-rose-200': { pullBackgroundColor: '#fecdd3' }
'.pull-bg-rose-300': { pullBackgroundColor: '#fda4af' }
'.pull-bg-rose-400': { pullBackgroundColor: '#fb7185' }
'.pull-bg-rose-500': { pullBackgroundColor: '#f43f5e' }
'.pull-bg-rose-600': { pullBackgroundColor: '#e11d48' }
'.pull-bg-rose-700': { pullBackgroundColor: '#be123c' }
'.pull-bg-rose-800': { pullBackgroundColor: '#9f1239' }
'.pull-bg-rose-900': { pullBackgroundColor: '#881337' }
'.pull-bg-rose-950': { pullBackgroundColor: '#4c0519' }