From 927aaeb919295241bc0565670ae3f265bffccb96 Mon Sep 17 00:00:00 2001 From: Alice Hernandez Date: Mon, 8 Jun 2026 18:32:00 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20warmer=20dark=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/styles/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/styles/app.css b/src/renderer/styles/app.css index c64005c..4b41b66 100644 --- a/src/renderer/styles/app.css +++ b/src/renderer/styles/app.css @@ -2,10 +2,10 @@ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { - --bg: #1a1a1a; - --bg2: #222222; - --bg3: #2a2a2a; - --border: #333333; + --bg: #1c1a18; + --bg2: #252220; + --bg3: #2d2a27; + --border: #3a3530; --text: #d4c9b8; --text2: #8a7f70; --text3: #5a5048;