@xrpl-global/brand-tokens
v0.1.0
Published
XRPL.Global brand design tokens — locked typography (Inter / Source Serif 4 / JetBrains Mono) and color palette (XRPL primary blues + tertiary gold warmth). DO NOT alter without founder sign-off.
Readme
@xrpl/brand-tokens
XRPL.Global brand design tokens. Locked typography and color anchors.
Founder Locks (2026-05-06)
- Typography:
Inter(sans/UI),Source Serif 4(editorial/headlines),JetBrains Mono(code/addresses). Locked by founder: "Do not alter the font in any way at this time." - Colors: XRPL primary blues + neutral cool palette. Tertiary gold accents reserved for premium/reveal moments only ("subtle warmth retained with the gold accents tertiary use").
- Anchors: primary
#2563EB, accent#CA8A04. Both checked in CI byscripts/check-locks.js.
Consumption
// JS/TS
import { tokens, typography, colorsPrimary } from '@xrpl/brand-tokens';
// CSS variables
import '@xrpl/brand-tokens/css';
// Tailwind preset
// tailwind.config.ts: presets: [require('@xrpl/brand-tokens/tailwind')]Required by every repo from commit 1
xrpl-network, xrpl-news, xrpl-x-claimer all consume this package. CI enforces no font drift, no color drift across all three repos.
Editing
To alter any locked token, you need an explicit founder approval recorded in xrpl_executive_suite_layer.md §10 with a dated signature. Otherwise CI fails.
