Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Bump contrast on dim mode for old ds (#2888)

authored by

Eric Bailey and committed by
GitHub
e303940e ae9f8937

+19
+19
src/lib/themes.ts
··· 344 344 default: { 345 345 ...darkTheme.palette.default, 346 346 background: dimPalette.black, 347 + backgroundLight: dimPalette.contrast_50, 348 + text: dimPalette.white, 349 + textLight: dimPalette.contrast_700, 350 + textInverted: dimPalette.black, 351 + link: dimPalette.primary_500, 352 + border: dimPalette.contrast_100, 353 + borderDark: dimPalette.contrast_200, 354 + icon: dimPalette.contrast_500, 355 + 356 + // non-standard 357 + textVeryLight: dimPalette.contrast_400, 358 + replyLine: dimPalette.contrast_100, 359 + replyLineDot: dimPalette.contrast_200, 360 + unreadNotifBg: dimPalette.primary_975, 361 + unreadNotifBorder: dimPalette.primary_900, 362 + postCtrl: dimPalette.contrast_500, 363 + brandText: dimPalette.primary_500, 364 + emptyStateIcon: dimPalette.contrast_300, 365 + borderLinkHover: dimPalette.contrast_300, 347 366 }, 348 367 }, 349 368 }