Conversation
… font (Phase 1) Replaces `src/styles.css`'s dark-first violet/oklch token set with the Selasar rebrand's warm paper/ink/teak palette (3 anchors: paper `#F5F1E8`, ink `#241E17`, teak `#8A5A3A`), adds a `--font-display` serif token applied to the wordmark, rail mark (sidebar subtitle), and project-name treatments, and verifies the existing light/dark/system theme toggle still renders against the new values. This is `prd-rebrand-tokens` Phase 1 — Design tokens, the gating PRD of the `selasar-revamp` epic; Phases 2 (rebrand copy audit) and 3 (full visual pass) remain.
suprie
marked this pull request as ready for review
August 5, 2026 07:43
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces
src/styles.css's dark-first violet/oklch token set with the Selasar rebrand's warm paper/ink/teak palette (3 anchors: paper#F5F1E8, ink#241E17, teak#8A5A3A), adds a--font-displayserif token applied to the wordmark, rail mark (sidebar subtitle), and project-name treatments, and verifies the existing light/dark/system theme toggle still renders against the new values. This isprd-rebrand-tokensPhase 1 — Design tokens, the gating PRD of theselasar-revampepic; Phases 2 (rebrand copy audit) and 3 (full visual pass) remain.What changed
src/styles.css— light+dark token values replaced with the paper/ink/teak palette:--background/--foreground/--primarymap to the literal anchors in both schemes, neutrals are warm oklch interpolations at hue ≈73–87, functional colors (destructive/success/warning) warmed to the family,--hljs-*keyword/name/tag remapped to teak,--shadow-*ink-tinted (light) / border-based (dark),card-accent-topgradient warmed.--color-*names unchanged.src/styles.css— new--font-displaytoken (Tailwind v4font-displayutility).src/components/layout/AppShell.tsx—font-displayon the wordmark and sidebar subtitle (rail mark).src/components/dashboard/ProjectList.tsx—font-displayon the project-name row.src/components/detail/ProjectDetail.tsx—font-displayon the breadcrumb header and tab-rail project label.docs/epics/selasar-revamp/prd-rebrand-tokens.md— Phase 1 checklist items marked[x]..loopdeck/loops.md,.loopdeck/decisions.md,.loopdeck/current-loop.md.PRD
docs/epics/selasar-revamp/prd-rebrand-tokens.md
Decisions
--background/--foreground/--primarymap to the literal anchors in both schemes; neutrals warm oklch; functional colors warmed; hljs/shadow remapped;--color-*names unchanged.--font-displayapplication mapping for the icon-only brand tile (accepted): rail mark = sidebar subtitle (brand tile is icon-only); project names at ProjectList row + ProjectDetail breadcrumb + tab-rail label.Test plan
npx tsc --noEmitnpm run buildVerify Verdict
PRD Verification — prd-rebrand-tokens.md
Verdict: PASS
src/styles.css's light and dark token values with the mockup's paper/ink/teak palette, keeping the existing--color-*variable names unchanged.src/styles.css:49—--background: #F5F1E8;:56--foreground: #241E17;:63--primary: #8A5A3A(light);:86--background: #241E17;:93--foreground: #F5F1E8(dark).--color-*names in@theme inline(:17-:39) unchanged;--hljs-*keyword/name/tag remapped to teak (:216-:237),--shadow-*ink-tinted (light,:77-:79) / border-based (dark,:114-:116).--font-displaytoken for the serif display font and apply it to the wordmark, rail mark, and project-name text treatments.src/styles.css:16—--font-display: ui-serif, Charter, "Iowan Old Style", "Palatino Linotype", Georgia, serif. WordmarkAppShell.tsx:138; rail mark (sidebar subtitle)AppShell.tsx:139; project namesProjectList.tsx:113,ProjectDetail.tsx:132(breadcrumb header),ProjectDetail.tsx:152(tab-rail label).src/lib/theme.tsx:36toggles the.darkclass,:41listens toprefers-color-schemein auto. Build + structural check (chosen mechanism):npx tsc --noEmitandnpm run buildclean; compiled CSS carries all 3 anchors in both:root(light#f5f1e8/#241e17/#8a5a3a) and.dark(dark#241e17/#f5f1e8).Non-goals audit
Roll-up: PASS — 0 FAIL, 0 PARTIAL, 3 PASS.
Run metadata
selasar-revamp/replace-src-styles-css-s-light-and-dark-token-values-with-the— "Replacesrc/styles.css's light and dark token values with the" (selasar-revamp / prd-rebrand-tokens / Phase 1 — Design tokens)selasar-revamp/add-a-font-display-token-for-the-serif-display-font-and-apply-it— "Add a--font-displaytoken for the serif display font and apply it" (selasar-revamp / prd-rebrand-tokens / Phase 1 — Design tokens)selasar-revamp/verify-the-existing-light-dark-system-theme-toggle-renders-correctly— "Verify the existing light/dark/system theme toggle renders correctly" (selasar-revamp / prd-rebrand-tokens / Phase 1 — Design tokens)