58X Sensory Tokens

Sensory UI Tokens

These tokens let TheoB reuse color, tactile, and audio-design meaning across tabs, buttons, games, Academy lessons, and Founder Command actions. Audio remains design-token-only for now.

color-intent

Attach emotional and functional meaning to color.

  • intent-clarityprimary actions, intelligence, safe active state
  • intent-warmthhuman warmth, cacao, lifestyle, premium touch
  • intent-growthlearning progress, wellness, natural products
  • intent-reflectionmoral learning, symbolic study, anomaly detection
  • intent-boundarywarnings, safety limits, blocked actions

tactile-motion

Make the interface feel physical without adding visual clutter.

  • tile-snapgame tile match
  • soft-pulselesson complete
  • firm-pressFounder Command decision
  • slow-glowreflection or moral learning
  • short-stopblocked unsafe action

audio-design

Define sound language before enabling actual playback.

  • match-popsafe game combo
  • warm-chimecacao/wellness completion
  • low-bellmoral learning/reflection
  • crystal-tapscience/academy selection
  • muted-cautionsafety boundary

component-states

Standardize reusable states for tabs, buttons, tiles, cards, and mission packets.

  • state-idledefault resting state
  • state-hoverlight attention state
  • state-selectedactive choice or selected combo
  • state-completelesson or mission complete
  • state-blockedpermission denied or unsafe path

Application map

[
  {
    "surface": "Element Match",
    "color": "intent-clarity + intent-boundary",
    "tactile": "tile-snap",
    "audio": "match-pop"
  },
  {
    "surface": "AI Academy",
    "color": "intent-clarity + intent-growth",
    "tactile": "soft-pulse",
    "audio": "crystal-tap"
  },
  {
    "surface": "Moral Learning",
    "color": "intent-reflection + intent-warmth",
    "tactile": "slow-glow",
    "audio": "low-bell"
  },
  {
    "surface": "Founder Command",
    "color": "intent-clarity + intent-warmth",
    "tactile": "firm-press",
    "audio": "warm-chime"
  },
  {
    "surface": "Safety Boundary",
    "color": "intent-boundary",
    "tactile": "short-stop",
    "audio": "muted-caution"
  }
]