Skip to content

Commit bcca66b

Browse files
authored
Fix OLED colors (#4638)
* Make OLED theme proper dark again, shifting surface vars up one. * Revert tertiary text color
1 parent ccb24ce commit bcca66b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/assets/styles/variables.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ html {
303303

304304
--color-text-primary: #ffffff;
305305
--color-text-default: #b0bac5;
306-
--color-text-tertiary: #80878f;
306+
--color-text-tertiary: #96a2b0;
307307

308308
// ===
309309

@@ -389,10 +389,10 @@ html {
389389
.oled-mode {
390390
@extend .dark-mode;
391391
--surface-1: #000000;
392-
--surface-2: #101013;
393-
--surface-3: #1b1b20;
394-
--surface-4: #25262b;
395-
--surface-5: #2e2f34;
392+
--surface-2: #09090a;
393+
--surface-3: #101013;
394+
--surface-4: #1b1b20;
395+
--surface-5: #25262b;
396396

397397
--color-ad: #0d1828;
398398

0 commit comments

Comments
 (0)