Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Dark mode behaves incorrectly when "auto" dark mode is enabled on macOS Catalina beta

  • 4 respostas
  • 1 tem este problema
  • 262 visualizações
  • Última resposta de Chad
  • Arquivado

On the macOS Catalina beta, there's a new option to enable automatic darkmode switching at dusk/dawn. During the day, the OS is in light mode; after dark, it's in dark mode.

In Safari and Chrome, websites that use the prefers-color-scheme media query behave correctly, and display the light theme in the daytime, and the dark theme in the evening.

In Firefox, however, websites that have responsive color schemes are permanently stuck in dark mode when the automatic dark mode setting is enabled.

On the macOS Catalina beta, there's a new option to enable automatic darkmode switching at dusk/dawn. During the day, the OS is in light mode; after dark, it's in dark mode. In Safari and Chrome, websites that use the prefers-color-scheme media query behave correctly, and display the light theme in the daytime, and the dark theme in the evening. In Firefox, however, websites that have responsive color schemes are permanently stuck in dark mode when the automatic dark mode setting is enabled.

Todas as respostas (4)

You can try to create a new Boolean pref on the about:config page and set its value to true.

  • ui.systemUsesDarkTheme = true

See also:

  • Bug 1494034 - Add support for CSS prefers-color-scheme media feature
  • Bug 1529323 - Make prefers-color-scheme respect the Firefox theme rather than the system theme

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

I can likely make a temporary fix for this myself with your suggestion, but none the less this is definitely a bug in Firefox. Other major browsers correctly reflect the system darkmode.

(and, moreover, as a web developer, I have no control over the configs a user in Firefox has set, so this will still make my website behave incorrectly)

Hm, now that I think about it... this is actually maybe a bug in the browser theme.

https://bugzilla.mozilla.org/show_bug.cgi?id=1529323#c9

I have my theme set to "Default," but the browser is, I just noticed, still in dark mode. So the browser is not correctly reading the system theme, and the website is responding to the browser theme.

I'm not able to upload video here, but I've just confirmed that if I switch macOS to light mode, firefox switches to light mode; if I switch it to dark mode, firefox switches to dark mode; but if I switch it to auto, firefox does not respond to the change, and remains in either dark or light mode, which ever was last set.

I had my os in dark mode on Mojave, so when I switched to auto on Catalina, dark mode was the last one set. This means Firefox has been in dark mode ever since.

So the bug here is that Firefox doesn't know what to do when a user's mac is in "auto" darkmode.

Alterado por Chad em