nwhitehouse gives Mike a dark mode and a coat of paint that lasts
A frontend-wide colour overhaul ships a light/dark/system theme picker - and quietly makes the fork much cheaper to build on.
nwhitehouse went through the entire interface and replaced every hard-coded colour with a named theme "token" - so a single switch now repaints the whole app instead of forcing someone to hand-check every screen. On top of that groundwork sits a new theme picker on the account page: pick light, dark, or follow-your-system, and the choice sticks as you move around.
A quick test caught the usual dark-mode gremlins - the brand logo went invisible against a dark background, and the chat send button inverted into a barely-readable smudge - both fixed in a follow-up. The bigger story is the plumbing: anyone adding new screens to this fork no longer has to babysit light-versus-dark behaviour by hand. The catch is the size of the change - it touches most of the interface, so any team that has already customised the look will face a messy merge.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?