Skip to content

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.

TokenValue
--tx-accent-softrgba(243, 178, 58, 0.10)
--tx-primary-softrgba(74, 124, 255, 0.08)
--tx-success-softrgba(34, 197, 94, 0.08)
--tx-danger-softrgba(239, 68, 68, 0.08)