Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

update: soften light grays and add warmth to dark mode backgrounds

authored by ellioth.co and committed by

Callie Peden d5453af8 a49f6a63

+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: '#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', 116 + contrast_600: '#887a72', 117 + contrast_700: '#6e5f57', 118 + contrast_800: '#5f514a', 119 + contrast_900: '#504340', 120 + contrast_950: '#43352f', 121 + contrast_975: '#1c1815', 122 + contrast_1000: '#050302', 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: '#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', 182 + contrast_600: '#887a72', 183 + contrast_700: '#6e5f57', 184 + contrast_800: '#5f514a', 185 + contrast_900: '#504340', 186 + contrast_950: '#43352f', 187 + contrast_975: '#322a25', 188 + contrast_1000: '#272019', 189 189 190 190 primary_25: `hsl(5, 30%, 97%)`, 191 191 primary_50: `hsl(5, 30%, 95%)`,