wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

RFE: prefers-color-scheme support #90

Open echarlie opened 4 years ago

echarlie commented 4 years ago

see #11 and wuvt/wuvt-site/issues/361

This is possibly blocked on twbs/bootstrap#27514, but it may be possible to partially implement without.

mutantmonkey commented 4 years ago

What is the use case where light/dark mode will be toggled? There's no way to do this on the studio workstations that DJs should be messing with currently, so what do you envision for this?

echarlie commented 4 years ago

The idea here is for users on personal laptops. MacOS, iOS, and Android all support light mode/dark mode, and firefox guesses based on GTK theme in *nix. It also should mean we'll have all the CSS needed for implementing a JS toggle later.