Skip to content

Commit 4e4f8c4

Browse files
docs(desktop): document refreshed theme system
1 parent 1c24ee0 commit 4e4f8c4

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

docs/desktop-ui-screens.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)