Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Lighten the button gradients a bit

+1 -1
+1 -1
src/view/lib/styles.ts
··· 50 50 } 51 51 52 52 export const gradients = { 53 - blueLight: {start: '#555FFB', end: colors.blue3}, // buttons 53 + blueLight: {start: '#5A71FA', end: colors.blue3}, // buttons 54 54 blue: {start: '#5E55FB', end: colors.blue3}, // fab 55 55 blueDark: {start: '#5F45E0', end: colors.blue3}, // avis, banner 56 56 }