UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

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