You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
The current theme in both arch-docs (per-repo pages) and supermodeltools.github.io (homepage) diverges significantly from the official Supermodel brand guidelines.
Current vs. Brand Guide
Colors
Token
Current
Brand Guide
Notes
--bg
#0f1117 (blue-gray)
#000000 or #161616 (Black / Light Black)
Brand is pure black, not blue-tinted
--bg-card
#1a1d27 (blue-gray)
#08191C (Deep Space teal)
Should use Deep Space for card surfaces
--accent
#6366f1 (indigo)
#71B9BC (Starlight Blue / Teal)
Major mismatch — brand accent is teal, not indigo
--accent-light
#818cf8 (light indigo)
#8CC6C9 (Teal 400)
Should follow teal scale
--green
#22c55e
#7CCE86 (Green 500)
Brand green is more muted
--orange
#f59e0b
#D0A27D (Brown 500)
Brand uses brown/earth tones, not orange
--blue
#3b82f6
#71B9BC (Teal) or #8E8CE9 (Purple 500)
No bright blue in brand palette
--red
#ef4444
#E589C6 (Pink 500)
Brand uses pink instead of red for warnings
--border
#2a2e3e (blue-gray)
#202020 (Gray 900) or #1C2E2F (Teal 900)
Should be neutral or teal-tinted
Typography
Element
Current
Brand Guide
Body font
Inter
Public Sans (general purpose, 90% of use)
Mono font
JetBrains Mono
Martian Mono (data & details)
Accent font
(none)
Lexend Peta (uppercase labels, sparingly)
Design Philosophy
Brand guide states: "Color should predominantly be black with hints of white, and very little color." The current theme uses too much color saturation and blue-tinted grays instead of pure blacks.
Scope
Both repos need updating:
arch-docs — templates/_styles.css CSS variables (:root block) + font imports
supermodeltools.github.io — generate-index.go template CSS variables + font imports
Context
The current theme in both
arch-docs(per-repo pages) andsupermodeltools.github.io(homepage) diverges significantly from the official Supermodel brand guidelines.Current vs. Brand Guide
Colors
--bg#0f1117(blue-gray)#000000or#161616(Black / Light Black)--bg-card#1a1d27(blue-gray)#08191C(Deep Space teal)--accent#6366f1(indigo)#71B9BC(Starlight Blue / Teal)--accent-light#818cf8(light indigo)#8CC6C9(Teal 400)--green#22c55e#7CCE86(Green 500)--orange#f59e0b#D0A27D(Brown 500)--blue#3b82f6#71B9BC(Teal) or#8E8CE9(Purple 500)--red#ef4444#E589C6(Pink 500)--border#2a2e3e(blue-gray)#202020(Gray 900) or#1C2E2F(Teal 900)Typography
Design Philosophy
Brand guide states: "Color should predominantly be black with hints of white, and very little color." The current theme uses too much color saturation and blue-tinted grays instead of pure blacks.
Scope
Both repos need updating:
arch-docs—templates/_styles.cssCSS variables (:rootblock) + font importssupermodeltools.github.io—generate-index.gotemplate CSS variables + font importsProposed
:rootmappingSecondary palette pills
The repo card pill classes should map to the brand's secondary palette:
.pill-accent#71B9BC/#5C9699.pill-green#7CCE86/#65A76D.pill-blue#8E8CE9/#7372BD.pill-orange#D0A27D/#A98466Checklist
arch-docs/templates/_styles.css:rootvariablesarch-docs/templates/_styles.cssfont import (Public Sans + Martian Mono)supermodeltools.github.io/generate-index.goCSS variablessupermodeltools.github.io/generate-index.gofont import