Skip to main content

currentPageIndicatorColor

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