Lighten bg to show indigo hue — 8% was too black for card contrast

This commit is contained in:
Vigilio Desto 2026-04-12 18:09:24 +02:00
parent e4b2094d96
commit 5ad5ade19b
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
2 changed files with 6 additions and 6 deletions

View file

@ -22,9 +22,9 @@
--garden-warning: var(--red-5); --garden-warning: var(--red-5);
/* ── Surfaces — the deep background from context.html ──── */ /* ── Surfaces — the deep background from context.html ──── */
--garden-bg: oklch(8% 0.02 270); /* #050810 — near-black indigo */ --garden-bg: oklch(14% 0.03 270); /* dark indigo, visible hue */
--garden-surface: oklch(12% 0.03 270); /* #141428 — card/panel bg */ --garden-surface: oklch(18% 0.04 270); /* card bg — one step up */
--garden-border: oklch(18% 0.03 270); /* #1a1a2e — subtle lines */ --garden-border: oklch(24% 0.04 270); /* subtle lines */
/* ── Text — the cool gray from the pieces ──────────────── */ /* ── Text — the cool gray from the pieces ──────────────── */
--garden-text: oklch(82% 0.02 270); /* #c8c8d8 — body */ --garden-text: oklch(82% 0.02 270); /* #c8c8d8 — body */

View file

@ -22,9 +22,9 @@
--garden-warning: var(--red-5); --garden-warning: var(--red-5);
/* ── Surfaces — the deep background from context.html ──── */ /* ── Surfaces — the deep background from context.html ──── */
--garden-bg: oklch(8% 0.02 270); /* #050810 — near-black indigo */ --garden-bg: oklch(14% 0.03 270); /* dark indigo, visible hue */
--garden-surface: oklch(12% 0.03 270); /* #141428 — card/panel bg */ --garden-surface: oklch(18% 0.04 270); /* card bg — one step up */
--garden-border: oklch(18% 0.03 270); /* #1a1a2e — subtle lines */ --garden-border: oklch(24% 0.04 270); /* subtle lines */
/* ── Text — the cool gray from the pieces ──────────────── */ /* ── Text — the cool gray from the pieces ──────────────── */
--garden-text: oklch(82% 0.02 270); /* #c8c8d8 — body */ --garden-text: oklch(82% 0.02 270); /* #c8c8d8 — body */