From bcca66b12c4484eed5411dfc21c91d8477448a1a Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:45:04 -0700 Subject: [PATCH] Fix OLED colors (#4638) * Make OLED theme proper dark again, shifting surface vars up one. * Revert tertiary text color --- packages/assets/styles/variables.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/assets/styles/variables.scss b/packages/assets/styles/variables.scss index 10659c53..2d8a82f0 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; // === @@ -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;