Baisse luminosité mode clair — palette moyenne

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Etienne Delvarre
2026-05-29 16:13:10 +02:00
parent dc81db3c2d
commit 970c190fd6
+13 -13
View File
@@ -42,25 +42,25 @@ window.dispatchEvent(new Event('tiptap-loaded'));
/* ── Light theme (default) ── */
:root {
--bg: #faf6f0;
--bg-alt: #f3ece2;
--bg-card: #fff;
--bg-input: #faf6f0;
--border: #e0d5c7;
--border-light: #f0ebe3;
--bg: #e8e0d4;
--bg-alt: #ddd5c8;
--bg-card: #f0e9de;
--bg-input: #e8e0d4;
--border: #cdc0b0;
--border-light: #ddd6ca;
--text: #2c1810;
--text-muted: #8a7968;
--text-hint: #a08a76;
--text-light: #c4b5a4;
--accent: #8a7060;
--text-muted: #6e5d4e;
--text-hint: #8a7562;
--text-light: #a89888;
--accent: #7a6050;
--accent-hover: #5c3d2e;
--brown: #5c3d2e;
--terra: #b85c3a;
--olive: #6a7a42;
--blue-grey: #6a7a8a;
--shadow: rgba(92,61,46,0.06);
--shadow-hover: rgba(92,61,46,0.12);
--overlay: rgba(44,24,16,0.4);
--shadow: rgba(92,61,46,0.10);
--shadow-hover: rgba(92,61,46,0.18);
--overlay: rgba(44,24,16,0.5);
}
/* ── Dark theme ── */