Desktop Material

MD3 Compliance Audit Report

Target: Desktop Material Windows desktop app (app/styles, app/src/ui) Date: 2026-07-31 Method: source audit per the Material 3 skill's audit procedure (web/CSS custom-properties platform). The Linux TUI is out of scope by current direction; docs/ and site/ were not re-audited in this pass. Overall Score: 84/100

Scores by Category

Category Score Status
Color tokens 9/10 pass
Typography 6/10 warn
Shape 7/10 pass
Elevation 9/10 pass
Components 9/10 pass
Layout 9/10 pass
Navigation 9/10 pass
Motion 9/10 pass
Accessibility 9/10 pass
Theming 8/10 pass

Critical Issues

None found. No MD2 (@material/mdc-*) imports anywhere; no tonal-pairing violations surfaced in sampling (every on-X colour sampled sits on its X).

Warnings

Passing

  1. Introduce --md-sys-typescale-* tokens mapped to the existing hand-rolled scale, then migrate font-size declarations file-by-file.
  2. Migrate raw border-radius values onto the (now complete) shape token registry, starting with the highest-count files (_repository-tabs.scss, _actions-view.scss, _repository-tools.scss).
  3. Derive the Ollama chat accent from --md-sys-color-primary instead of raw hex so the surface follows accent customization.