Dark Mode of the forum is missing

I am, like all of us today, new here in the forum. And I just found the option for a dark mode in the settings. But it does not exist.
Bildschirm­foto 2023-03-01 um 15.56.16

1 Like

It’s a fair bit of work for us to add dark mode styling here (if you’re at all familiar with Discourse forums, you’ll see that we’ve got quite a heavily customised setup) but it’s something we do want to add in the future. Unfortunately, I can’t hide this checkbox. Sorry it’s a bit misleading!

5 Likes

Your team has done a really great job customizing Discourse – from the spacings, shadows, and color schemes of components to the tiny icons!

It’s not ideal, but one way to hide the misleading checkbox for users is with this CSS entry:

form fieldset.color-scheme .checkbox-label:nth-child(2) {display:none} // hide dark mode color scheme checkbox
5 Likes

Good point @todor :smile: It should be fixed now. Thanks!

1 Like