about summary refs log tree commit diff
path: root/src/lib/themes.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-18 14:44:48 -0800
committerHailey <me@haileyok.com>2024-02-18 14:44:48 -0800
commitdcf9fa5e11695a2eb70170baabde584a01fc8d36 (patch)
tree913b624db9c36d5558bd3a31cd9d042f8f4ceb8b /src/lib/themes.ts
parent31b7f7601563adea2dd8372b62c911b183953eec (diff)
parenta40b43dfc922ced379b73ec3967d8fb297cea925 (diff)
downloadvoidsky-dcf9fa5e11695a2eb70170baabde584a01fc8d36.tar.zst
Merge branch 'main' into fork/main
# Conflicts:
#	src/locale/locales/it/messages.po
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r--src/lib/themes.ts19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts
index 9a3880b92..f75ac8ab4 100644
--- a/src/lib/themes.ts
+++ b/src/lib/themes.ts
@@ -344,6 +344,25 @@ export const dimTheme: Theme = {
     default: {
       ...darkTheme.palette.default,
       background: dimPalette.black,
+      backgroundLight: dimPalette.contrast_50,
+      text: dimPalette.white,
+      textLight: dimPalette.contrast_700,
+      textInverted: dimPalette.black,
+      link: dimPalette.primary_500,
+      border: dimPalette.contrast_100,
+      borderDark: dimPalette.contrast_200,
+      icon: dimPalette.contrast_500,
+
+      // non-standard
+      textVeryLight: dimPalette.contrast_400,
+      replyLine: dimPalette.contrast_100,
+      replyLineDot: dimPalette.contrast_200,
+      unreadNotifBg: dimPalette.primary_975,
+      unreadNotifBorder: dimPalette.primary_900,
+      postCtrl: dimPalette.contrast_500,
+      brandText: dimPalette.primary_500,
+      emptyStateIcon: dimPalette.contrast_300,
+      borderLinkHover: dimPalette.contrast_300,
     },
   },
 }