From 2a5f329adadf76e9ef6e6773822c544bfaf08d66 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 29 Oct 2025 00:45:40 +0200 Subject: [PATCH] style: darken the main background color --- apps/client/src/stylesheets/theme-next-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index a43cc8a92..787bc2eb8 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -15,7 +15,7 @@ --native-titlebar-background: #00000000; --window-background-color-bgfx: transparent; /* When background effects enabled */ - --main-background-color: #272727; + --main-background-color: #242424; --main-text-color: #ccc; --main-border-color: #454545; --subtle-border-color: #313131;