@@ -27,8 +27,17 @@ Core rules:
2727
2828- Native desktop density: compact spacing, clear hierarchy, no oversized hero
2929 sections.
30- - Neutral base palette with purposeful status color only.
31- - Avoid decorative gradients, floating card stacks, and marketing layout.
30+ - Light mode uses a calm neutral/off-white canvas, white or raised panels,
31+ restrained borders, and a dark green accent.
32+ - Dark mode matches the reference charcoal system: charcoal canvas and panels,
33+ low-contrast hairline borders, off-white primary text, muted gray secondary
34+ text, and emerald accent for primary actions, active navigation, ready states,
35+ and live controls.
36+ - Components should use the semantic role tokens in
37+ ` apps/desktop/src/styles.css ` ; avoid one-off hex, rgba, or gradient color
38+ literals in new desktop UI.
39+ - Avoid decorative gradients, color washes, floating card stacks, and marketing
40+ layout.
3241- Use familiar icon buttons for repeated actions such as copy, reveal, settings,
3342 reconnect, review, and undo.
3443
0 commit comments