mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
4b6a9785c9
* fix(ui): soften default dark-mode body text to ~12:1 contrast Drop --text/--chat-text from #d4d4d8 (12.87:1 on --bg) to #cdcdd1 (12.01:1 on --bg, 11.10:1 on --card) so dark body text sits inside the 10-12 comfort band instead of above it; brighter body text halates on dark backgrounds. Light mode, openknot, dash, --text-strong, and --muted are unchanged. * fix(ui): dim dark body text a further step to ~11.4:1 #cdcdd1 -> #c8c8cc (11.41:1 on --bg, 10.54:1 on --card), mid-band instead of top-of-band. * fix(ui): settle dark body text at ~10:1 on --bg #c8c8cc -> #bcbcc0 (10.05:1 on --bg, 9.29:1 on --card) per visual preview pick; low end of the dark comfort band on the page, slightly under it on cards, still well above AAA. * docs(ui): sync design-system guides with new dark --text token ClawSweeper P3: color-tokens.md and accessibility.md still published #d4d4d8 (~12.9:1); both now name #bcbcc0 (~10.1:1).