Unitpost

Brand & interface system

Colors

Neutral ladder, semantic roles, no literals

Every color in the product is one of these tokens, defined once for light and dark in packages/ui/src/theme.css. Utilities are bg-, text-, border-, ring- plus the token name.

Neutral

The elevation ladder. Canvas → subtle (field fills) → filled cards → hover → active → raised → overlay.

LightDarkTokenUtilityLight valueDark value
--backgroundbg-background#ffffff#080808
--foregroundbg-foreground#191c1f#f5f5f5
--surface-subtlebg-surface-subtle#fafafa#0b0b0b
--surfacebg-surface#f6f6f6#111111
--surface-hoverbg-surface-hover#eeeeee#191919
--surface-activebg-surface-active#e5e5e5#202020
--surface-raisedbg-surface-raised#ffffff#141414
--surface-overlaybg-surface-overlay#ffffff#161616
--muted-foregroundbg-muted-foreground#70757b#929292
--placeholderbg-placeholder#9aa0a6#656565

Borders

Subtle between filled surfaces, default for structure, strong for hover/selection.

LightDarkTokenUtilityLight valueDark value
--border-subtlebg-border-subtle#ededed#1d1d1d
--borderbg-border#d8d8d8#292929
--border-strongbg-border-strong#b8b8b8#3a3a3a
--ringbg-ring#191c1f#b8b8b8
--inputbg-input#d8d8d8#292929

Semantic

Each role has a strong fill (+ -foreground, shown as text on that fill), a text color, and a soft callout pair (-surface + -border).

LightDarkTokenUtilityLight valueDark value
--destructivebg-destructive#dc3545#df656b
AaAa--destructive-foregroundtext-destructive-foreground#ffffff#130507
--destructive-surfacebg-destructive-surface#fff1f2#211113
--destructive-borderbg-destructive-border#fecdd3#4b2428
--successbg-success#008f68#42b991
AaAa--success-foregroundtext-success-foreground#ffffff#03120d
--success-surfacebg-success-surface#edf9f5#0d1b16
--success-borderbg-success-border#b9e7d8#204638
--warningbg-warning#a97800#c99a3b
AaAa--warning-foregroundtext-warning-foreground#ffffff#181006
--warning-surfacebg-warning-surface#fff8e6#1d180d
--warning-borderbg-warning-border#eed79b#493a1d
--infobg-info#276ef1#6f96e8
AaAa--info-foregroundtext-info-foreground#ffffff#061022
--info-surfacebg-info-surface#eef4ff#101725
--info-borderbg-info-border#c6d8ff#283b62
--brandbg-brand#276ef1#6f96e8
AaAa--brand-foregroundtext-brand-foreground#ffffff#061022
--brand-surfacebg-brand-surface#eef4ff#101725
--brand-borderbg-brand-border#c6d8ff#283b62

Categorical

Labels and data series that need to be told apart without meaning success/failure.

LightDarkTokenUtilityLight valueDark value
--tealbg-teal#008f68#42b991
AaAa--teal-foregroundtext-teal-foreground#ffffff#03120d
--violetbg-violet#7c5ce5#9482df
AaAa--violet-foregroundtext-violet-foreground#ffffff#0d071d
--linkbg-link#1f63da#7b9fe6
AaAa--link-foregroundtext-link-foreground#ffffff#061022
--pinkbg-pink#d92d5b#df7184
AaAa--pink-foregroundtext-pink-foreground#ffffff#1d060d
--brownbg-brown#876257#ad887d
AaAa--brown-foregroundtext-brown-foreground#ffffff#160c09

shadcn aliases

Names the shadcn primitives expect; they alias onto the ladder above so the kit needs no re-theming.

LightDarkTokenUtilityLight valueDark value
AaAa--accent-foregroundtext-accent-foreground#1f2226#f5f5f5
--accentbg-accent#eeeeee#191919
--skeletonbg-skeleton#e8e8e8#1d1d1d
--mutedbg-muted#f6f6f6#111111
AaAa--secondary-foregroundtext-secondary-foreground#1f2226#f5f5f5
--secondarybg-secondary#f1f1f1#151515
AaAa--primary-foregroundtext-primary-foreground#ffffff#080808
--primarybg-primary#191c1f#f5f5f5
AaAa--popover-foregroundtext-popover-foreground#191c1f#f5f5f5
--popoverbg-popover#ffffff#161616
AaAa--card-foregroundtext-card-foreground#191c1f#f5f5f5
--cardbg-card#ffffff#141414

Charts

Ordered series colors.

LightDarkTokenUtilityLight valueDark value
--chart-5bg-chart-5#d92d5b#ff6681
--chart-4bg-chart-4#7c5ce5#a38aff
--chart-3bg-chart-3#a97800#e4b13a
--chart-2bg-chart-2#276ef1#70a0ff
--chart-1bg-chart-1#008f68#35c99b

Editor canvas

Selection and component chrome on the email editor canvas (fixed hue on both themes).

LightDarkTokenUtilityLight valueDark value
--editor-accentbg-editor-accent#276ef1#276ef1
AaAa--editor-accent-foregroundtext-editor-accent-foreground#ffffff#ffffff
--editor-accent-strongbg-editor-accent-strong#1a56d4#1a56d4
--editor-componentbg-editor-component#7c3aed#7c3aed
AaAa--editor-component-foregroundtext-editor-component-foreground#ffffff#ffffff
--editor-component-strongbg-editor-component-strong#6d20c5#6d20c5