# Shared design tokens `fabledsword.tokens.json` is the canonical statement of the FabledSword palette — the dark, light and flat cohorts in one machine-readable place. It lived under `flutter_client/shared/` until that client was deleted (2026-08-16). It was never Flutter-specific: the Android theme (`FabledSwordTokens.kt`) names it as its source of truth, and the web client's CSS custom properties carry the same values. It moved here rather than going with the client, because losing the one place all three cohorts are written down together would have been collateral damage. Nothing generates from it today — both clients hold their own transcription, so this is the reference they must agree with, not a build input. If the values and a client ever disagree, this file is what the disagreement is measured against.