Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

nit: i lied

authored by

Thomas May and committed by
Tangled
f1473b61 fab9ae9f

+2 -2
+2 -2
src/alf/themes.ts
··· 1395 1395 const MATERIAL_3_PALETTE: Palette = { 1396 1396 white: getMaterialYouColor('system_neutral1', 0), 1397 1397 black: getMaterialYouColor('system_neutral1', 1000), 1398 - pink: getMaterialYouColor('system_accent2', 500), 1398 + pink: getMaterialYouColor('system_accent3', 500), 1399 1399 yellow: getMaterialYouColor('system_error', 200, STATIC_VALUES.yellow), 1400 - like: getMaterialYouColor('system_accent2', 500), 1400 + like: getMaterialYouColor('system_accent3', 500), 1401 1401 1402 1402 contrast_0: getMaterialYouColor('system_neutral1', 0), 1403 1403 contrast_25: getMaterialYouColor('system_neutral1', 10),