58Y Global Skin Registry

Skin Registry

This fixes the cream-background issue by making backgrounds a global skin choice. The recommended default is instrument-dark, with controlled alternatives for cacao, academy, and light-mode use.

instrument-dark

Default TheoB shell skin. Maximum readability, elegant cockpit feel.

surface: rgba(0,5,8,0.92)card: rgba(0,5,8,0.90)text: rgba(248,255,254,0.96)accent: rgba(170,255,246,0.96)

soft-cacao

Warmer cacao/wellness skin, still dark enough for readability.

surface: rgba(12,6,4,0.92)card: rgba(12,6,4,0.90)text: rgba(255,248,236,0.96)accent: rgba(245,190,130,0.96)

academy-indigo

Deep learning, symbolism, moral study, AI Academy.

surface: rgba(3,5,18,0.92)card: rgba(3,5,18,0.90)text: rgba(248,248,255,0.96)accent: rgba(205,210,255,0.96)

gallery-light-controlled

Light skin only when explicitly selected. Uses dark text to avoid cream/white blending.

surface: rgba(255,255,255,0.92)card: rgba(255,255,255,0.92)text: rgba(8,18,20,0.96)accent: rgba(0,120,115,0.96)

Global rule

{
  "activeSkinRecommendation": "instrument-dark",
  "problemToFix": "cream or pale backgrounds blending with white/light text outside cards and buttons",
  "rule": "Every future page should reference shared skin tokens instead of inventing page-local backgrounds."
}