Support logo for dark theme?

Other Rust websites support turning the logo to white in dark mode. Could this be added to the forum too?


8 Likes

Yeah, both the favicon and the header logo could use an inverted version:

4 Likes

I shouldn't have any authority bc I am a beginner but nevertheless I second this. This is what mine looks like lol
image

It's relatively easy to add a dark mode support to black-on-transparent SVG logos using CSS rules with @media(prefers-color-scheme:dark). For example, see here (or in action).

1 Like

I thought there was something wrong on my side and changed back to light version... O.O Is there any technical/rational behind this or it's just something no one bothered fixing?

1 Like

Hi, thanks for raising this point. I’ve been meaning to look more into theming tweaks anyway, the material-design theme is kind-of setup to have become super outdated; I think the logo can be fixed comparatively easily, too, so on this:

it’s definitely rather the latter ^^

1 Like

Thanks!

Please use the “dark theme logo” setting instead, which also changes the favicon :slight_smile:

The SVG logo is used for favicon as well and it automatically gets properly rendered on both Firefox and Chrome without any additional tweaking of settings.