Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
321 B
Markdown
8 lines
321 B
Markdown
# Theme System
|
|
|
|
1. **White-label brand**: `--color-primary` / `--color-secondary` (existing ThemeProvider)
|
|
2. **Surface theme**: light/dark via `ColorModeProvider` toggling `.dark` on `<html>`
|
|
3. Accounting pages consume surface tokens, not hard-coded white/black
|
|
|
|
Persistence: `localStorage` key `ty-color-mode`.
|