From f2594b3ae97e72fa6bda710d35b983661d3eaae3 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:31:33 -0700 Subject: [PATCH 1/2] Make OLED theme proper dark again, shifting surface vars up one. --- packages/assets/styles/variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/assets/styles/variables.scss b/packages/assets/styles/variables.scss index 10659c5333..a15584d489 100644 --- a/packages/assets/styles/variables.scss +++ b/packages/assets/styles/variables.scss @@ -389,10 +389,10 @@ html { .oled-mode { @extend .dark-mode; --surface-1: #000000; - --surface-2: #101013; - --surface-3: #1b1b20; - --surface-4: #25262b; - --surface-5: #2e2f34; + --surface-2: #09090a; + --surface-3: #101013; + --surface-4: #1b1b20; + --surface-5: #25262b; --color-ad: #0d1828; From bcbe1f479860961b748e9d7187fc35b77c7e2d30 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:33:02 -0700 Subject: [PATCH 2/2] Revert tertiary text color --- packages/assets/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/assets/styles/variables.scss b/packages/assets/styles/variables.scss index a15584d489..2d8a82f0e3 100644 --- a/packages/assets/styles/variables.scss +++ b/packages/assets/styles/variables.scss @@ -303,7 +303,7 @@ html { --color-text-primary: #ffffff; --color-text-default: #b0bac5; - --color-text-tertiary: #80878f; + --color-text-tertiary: #96a2b0; // ===