Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix dim mode unread notif color

+2 -2
+2 -2
src/lib/themes.ts
··· 357 357 textVeryLight: dimPalette.contrast_400, 358 358 replyLine: dimPalette.contrast_200, 359 359 replyLineDot: dimPalette.contrast_200, 360 - unreadNotifBg: dimPalette.primary_975, 361 - unreadNotifBorder: dimPalette.primary_900, 360 + unreadNotifBg: `hsl(211, 48%, 17%)`, 361 + unreadNotifBorder: `hsl(211, 48%, 30%)`, 362 362 postCtrl: dimPalette.contrast_500, 363 363 brandText: dimPalette.primary_500, 364 364 emptyStateIcon: dimPalette.contrast_300,