feat: switch to warm-dark color tokens
This commit is contained in:
@@ -1,16 +1,18 @@
|
|||||||
:root {
|
:root {
|
||||||
/* ── Colors ─────────────────────────────────────────────── */
|
/* ── Dark palette (warm notebook) ──────────────────────────────────────── */
|
||||||
--color-ink: #17171A;
|
--color-paper: #1A1814; /* page background — warm near-black */
|
||||||
--color-ink-2: #4A4850;
|
--color-canvas: #22201B; /* card surfaces, form backgrounds */
|
||||||
--color-ink-muted: #9896A0;
|
--color-ink: #EDE8DF; /* primary text — warm cream */
|
||||||
--color-paper: #F7F5F2;
|
--color-ink-2: #B8B0A4; /* body text — muted warm */
|
||||||
--color-canvas: #FFFFFF;
|
--color-ink-muted: #7A7268; /* labels, timestamps, captions */
|
||||||
--color-border: #E8E6E3;
|
--color-border: #2E2B25; /* standard dividers */
|
||||||
--color-border-soft: #F0EDEA;
|
--color-border-soft: #252219; /* subtle dividers */
|
||||||
--color-accent: #1F6B5A;
|
--color-accent: #2A8C73; /* teal — lightened for dark contrast */
|
||||||
--color-accent-hover: #185647;
|
--color-accent-hover: #236655; /* hover/pressed teal */
|
||||||
--color-accent-light: #EBF5F2;
|
--color-accent-light: #1A2E29; /* pale teal tint backgrounds */
|
||||||
--color-accent-on: #FFFFFF;
|
--color-accent-on: #FFFFFF; /* text on accent surfaces */
|
||||||
|
--color-surface-raised: #2A2720; /* elevated surfaces: tooltips, hover */
|
||||||
|
--color-ink-inverse: #17171A; /* text on accent-coloured buttons */
|
||||||
|
|
||||||
/* ── Fonts ───────────────────────────────────────────────── */
|
/* ── Fonts ───────────────────────────────────────────────── */
|
||||||
--font-display: 'DM Serif Display', Georgia, serif;
|
--font-display: 'DM Serif Display', Georgia, serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user