Colors
All colors are CSS custom properties. They update automatically with theme switches.
Core
--tx-bg
#F5F6FA
--tx-surface
#FFFFFF
--tx-accent
#F3B23A
--tx-primary
#4A7CFF
--tx-success
#22C55E
--tx-danger
#EF4444
Text
--tx-text
#111827
--tx-text-secondary
#4B5563
--tx-text-muted
#9CA3AF
Soft Variants
Used for subtle backgrounds behind badges, tags, and other status elements.
| Token | Value |
|---|---|
--tx-accent-soft | rgba(243, 178, 58, 0.10) |
--tx-primary-soft | rgba(74, 124, 255, 0.08) |
--tx-success-soft | rgba(34, 197, 94, 0.08) |
--tx-danger-soft | rgba(239, 68, 68, 0.08) |