Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

update: adjust default theme contrast colors for softer borders/hovers

authored by ellioth.co and committed by

Callie Peden a49f6a63 fbb87ef8

+14 -14
+14 -14
src/alf/themes.ts
··· 113 113 contrast_300: '#C0BBB9', 114 114 contrast_400: '#B0ABA9', 115 115 contrast_500: '#A09B99', 116 - contrast_600: '#88736c', 117 - contrast_700: '#755f57', 118 - contrast_800: '#624c43', 119 - contrast_900: '#4f3a31', 120 - contrast_950: '#3e2b21', 121 - contrast_975: '#2a1a15', 122 - contrast_1000: '#150b08', 116 + contrast_600: '#908B89', 117 + contrast_700: '#807B79', 118 + contrast_800: '#706B69', 119 + contrast_900: '#605B59', 120 + contrast_950: '#504B49', 121 + contrast_975: '#302C2A', 122 + contrast_1000: '#000000', 123 123 124 124 primary_25: `hsl(5, 30%, 97%)`, 125 125 primary_50: `hsl(5, 30%, 95%)`, ··· 179 179 contrast_300: '#C0BBB9', 180 180 contrast_400: '#B0ABA9', 181 181 contrast_500: '#A09B99', 182 - contrast_600: '#88736c', 183 - contrast_700: '#755f57', 184 - contrast_800: '#624c43', 185 - contrast_900: '#4f3a31', 186 - contrast_950: '#3e2b21', 187 - contrast_975: '#2f201f', 188 - contrast_1000: '#281c1c', 182 + contrast_600: '#908B89', 183 + contrast_700: '#807B79', 184 + contrast_800: '#706B69', 185 + contrast_900: '#605B59', 186 + contrast_950: '#504B49', 187 + contrast_975: '#403B39', 188 + contrast_1000: '#383434', 189 189 190 190 primary_25: `hsl(5, 30%, 97%)`, 191 191 primary_50: `hsl(5, 30%, 95%)`,