feat(hololake): ship language platform 0.7.0

This commit is contained in:
冰朔 2026-08-09 03:37:41 +08:00
commit 5105ec5e32
47 changed files with 4566 additions and 398 deletions

View file

@ -0,0 +1,46 @@
# Theme
## Compact token summary
- Background: `#07111d`
- Primary surface: `#0d1825`
- Secondary surface: `#111e2c`
- Reading surface: `#0b1622`
- Border: `#263648`
- Primary text: `#e8edf3`
- Secondary text: `#c8d1dc`
- Muted text: `#78879a`
- Accent: `#45b7cc`
- Success: `#53c69b`
- Warning: `#d6aa4f`
- Danger: `#e36f72`
- UI font: Inter / SF Pro / PingFang SC
- Reading heading font: Songti SC / Georgia, used only for document content
- Radius: 812px controls, 1618px overlays
- Shadows: overlays only; normal workspace relies on borders and surface contrast
- Density: compact platform chrome, spacious reading content
## Raw source tokens
Source: `../guanghu-knowledge-base/src/styles/app.css`
```css
:root {
--lake-bg: #07111d;
--lake-surface: #0d1825;
--lake-surface-2: #111e2c;
--lake-reading: #0b1622;
--lake-border: #263648;
--lake-border-soft: rgba(119, 148, 174, 0.17);
--lake-text: #e8edf3;
--lake-text-soft: #c8d1dc;
--lake-muted: #78879a;
--lake-accent: #45b7cc;
--lake-accent-soft: rgba(69, 183, 204, 0.13);
--lake-success: #53c69b;
--lake-warning: #d6aa4f;
--lake-danger: #e36f72;
}
```
Design correction: no text glyph is allowed as a logo/avatar. Avoid ornamental serif typography outside the document canvas. Use whitespace, alignment and typography instead of nested bordered boxes.