tangled
alpha
login
or
join now
robinwobin.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
change dark theme white to full 255
Daniela Henkel
6 months ago
d43b6752
e5f8ff24
+1
-1
1 changed file
expand all
collapse all
unified
split
src
alf
themes.ts
+1
-1
src/alf/themes.ts
···
185
185
} as const
186
186
187
187
const darkPalette: Palette = {
188
188
-
white: color.gray_25,
188
188
+
white: color.gray_0, // this used to be gray_25, set it to 0 for contrast reasons
189
189
black: color.trueBlack,
190
190
like: color.like,
191
191