-
Notifications
You must be signed in to change notification settings - Fork 2
High-contrast theme tokens #6
Copy link
Copy link
Open
Labels
accessibilitya11y improvementsa11y improvementsdesignUI / visual designUI / visual designgood-first-issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
accessibilitya11y improvementsa11y improvementsdesignUI / visual designUI / visual designgood-first-issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
War Room currently ships one dark theme. For accessibility (especially for users with low vision), we should ship a high-contrast variant.
Scope:
data-theme-modeattribute on<html>:default(current dark) andhigh-contrast.app/globals.cssunder[data-theme-mode="high-contrast"]— background pure black, text pure white, borders #fff, accent colors WCAG AAA against background.Settings → Appearance(this section may need to be created if it doesn't exist).system_settingstable.No need to touch component code if it's all CSS-variable driven. Audit any hardcoded color literals as part of the PR.