Skip to content
Historical revision — this record as it stood on 15 May 2026, not the current version. View the current record →

Design System — Color

The substrate's color system has three layers — primitive, semantic, and component. Each tenant's brand lives at the semantic layer; primitives are stable across tenants; components reference semantics, never primitives directly.

Three-layer model

 primitive color.primary-60 → #234ed8
 ↓
 semantic interactive-primary → {color.primary-60}
 ↓
 component button.background-default → {semantic.interactive-primary}

A tenant who wants their primary action to be teal instead of blue overrides only the semantic layer:

"interactive-primary": { "$value": "{color.brand-teal-60}" }

Components don't change. Primitives don't change. The override ripples through every consumer of interactive-primary.

Primitive families

The substrate ships five color families at the primitive layer. Names are generic — they describe role, not business meaning.

Family Use for Steps
Neutral Backgrounds, borders, ink, dividers 10–100 (10 steps)
Primary The tenant's most prominent interactive color 10–90
Positive Successful state, positive feedback 10–70
Caution Reversible problems, expiring states 10–70
Critical Failures, destructive actions, errors 10–70

Numbers indicate lightness — 10 is lightest, 90/100 is darkest. A designer arriving from a numeric-scale design system recognises the scale immediately; the muscle memory is intentional. Hex values are PointSav's own.

Semantic roles

The semantic layer maps roles onto primitives. PointSav-brand ships one canonical mapping; SMB customers fork it.

Ink (text)

Token Use for
ink-primary Body text, headings on default surface
ink-secondary Captions, helper text, supporting copy
ink-on-interactive Text on interactive backgrounds
ink-on-positive / -caution / -critical Text on support backgrounds
ink-disabled Disabled controls
ink-placeholder Input placeholder text

Surface (background)

Token Use for
surface-base Default page background
surface-subtle Backgrounded panels, sidebars
surface-elevated Modals, popovers, layers above the page
surface-inverse High-emphasis inversions

Border

Token Use for
border-subtle Default border between sections, cards
border-strong Emphasised divider, input border
border-interactive Focus / active state

Interactive (background)

Token Use for
interactive-primary (+ hover, pressed, disabled) Primary buttons, primary links
interactive-secondary (+ hover, pressed) Secondary buttons
interactive-ghost (+ hover, pressed) Ghost buttons
interactive-critical (+ hover, pressed) Critical / destructive actions

Support (status feedback)

Token Use for
support-positive (+ -bg) Successful state
support-caution (+ -bg) Reversible problem
support-critical (+ -bg) Failure
support-info (+ -bg) Neutral context

Themes

A tenant theme is a themes/<tenant>.json file that overrides the semantic layer. The substrate ships pointsav-brand.json; SMB customers fork it.

A tenant can ship multiple themes:

  • <tenant>-light.json and <tenant>-dark.json for theme switching
  • <tenant>-seasonal-2026-q4.json for time-bounded campaigns
  • <tenant>-acquisition-x.json for sub-brand fan-outs

The planned theme-composition endpoint (GET /api/themes/compose?base=...&override=...) is intended to let multiple themes resolve into one DTCG bundle at request time — see Doctrine claim #38 leapfrog target L8.

WCAG contrast floor

The substrate's primitive choices guarantee WCAG 2.2 AAA contrast (7:1) for the canonical text-on-surface pairs:

  • ink-primary on surface-base: 14.7:1
  • ink-on-interactive on interactive-primary: 7.4:1
  • ink-secondary on surface-base: 8.9:1

A tenant theme that overrides primitives below the WCAG 2.2 AA floor (4.5:1 normal text, 3:1 large text) fails the audit endpoint (subsequent milestone). The substrate enforces the floor; the tenant chooses everything above it.

See also

Important Information

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is a trade name of Woodfine Capital Projects Inc. ("Woodfine"). PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. See TRADEMARK.md in this repository for the full trademark notice.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →