about summary refs log tree commit diff
path: root/src/alf/themes.ts
diff options
context:
space:
mode:
authorwhey.party <132627503+rimar1337@users.noreply.github.com>2024-09-23 22:24:36 +0700
committerGitHub <noreply@github.com>2024-09-23 10:24:36 -0500
commit87d601e68d38b1337639b0d89cbd074147fa6236 (patch)
treecd156de1fa02671c129d2fe2a026c4f5be534ce8 /src/alf/themes.ts
parent4e8d86db317864257f6416cd867d7bb07baca6d0 (diff)
downloadvoidsky-87d601e68d38b1337639b0d89cbd074147fa6236.tar.zst
changed white (gray_0) text to offwhite (gray_25) (#5453)
Diffstat (limited to 'src/alf/themes.ts')
-rw-r--r--src/alf/themes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf/themes.ts b/src/alf/themes.ts
index f5d2247f9..9f7ec5c67 100644
--- a/src/alf/themes.ts
+++ b/src/alf/themes.ts
@@ -183,7 +183,7 @@ export function createThemes({
   } as const
 
   const darkPalette: Palette = {
-    white: color.gray_0,
+    white: color.gray_25,
     black: color.trueBlack,
 
     contrast_25: color.gray_975,