Skip to content

Commit 5d9b858

Browse files
btraversclaude
andcommitted
Light mode: use the brand pink (#E0589A) as the accent
Per design choice, light --text-accent matches the dark-mode brand pink instead of a darkened magenta — vivid and consistent across schemes. Note: ~3.3:1 on white, so it's ideal for the large display wordmark; small labels/links trade some contrast for brand fidelity. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 034d707 commit 5d9b858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/theme/src/tokens.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
--faint: #978996;
148148

149149
--accent: #E0589A; /* fill unchanged (dark ink on top) */
150-
--text-accent: #C42A6C; /* punchier vivid beetroot, ~5.1:1 on white (was #A52260) */
150+
--text-accent: #E0589A; /* brand pink in light too (brand choice) — vivid; ~3.3:1, great for the display wordmark, low-contrast on small labels */
151151
--text-green: #15683A; /* ~5.2:1 on white — affirmative text */
152152

153153
--accent-wash: rgba(224, 88, 154, 0.12);

0 commit comments

Comments
 (0)