Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Dark Mode and a theme?

  • 2 답장
  • 1 이 문제를 만남
  • 5 보기
  • 최종 답변자: Chen

more options

Before Firefox updated last night, I was able to use a dark mode and a theme on new tabs and the settings/addons page. Now I'm only able to use one or the other? Is this a glitch or just how it is now?

Before Firefox updated last night, I was able to use a dark mode and a theme on new tabs and the settings/addons page. Now I'm only able to use one or the other? Is this a glitch or just how it is now?
첨부된 스크린샷

선택된 해결법

They are definitely linked. Starting in Firefox 95, built-in pages, and websites that have light/dark responsive themes, tend to follow your toolbar theme. If your toolbar theme has dark text on the tabs, the content theme will have dark text on a light background. And vice versa.

There is a way to decouple your page (content) theme preference from your toolbar theme. At this point, it's only available through the back door...

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste layout.css.prefers-color-scheme.content-override and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to whatever you prefer from the list below, then press Enter or click the blue check mark button to save the change.

  • 0 => Force a Dark background
  • 1 => Force a Light background
  • 2 => Follow the System theme (default in Firefox 94)
  • 3 => Follow the Browser toolbar theme (default in Firefox 95+)

The about:config page should immediately reflect your saved change.

Does that work on your Firefox?

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (2)

more options

선택된 해결법

They are definitely linked. Starting in Firefox 95, built-in pages, and websites that have light/dark responsive themes, tend to follow your toolbar theme. If your toolbar theme has dark text on the tabs, the content theme will have dark text on a light background. And vice versa.

There is a way to decouple your page (content) theme preference from your toolbar theme. At this point, it's only available through the back door...

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste layout.css.prefers-color-scheme.content-override and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to whatever you prefer from the list below, then press Enter or click the blue check mark button to save the change.

  • 0 => Force a Dark background
  • 1 => Force a Light background
  • 2 => Follow the System theme (default in Firefox 94)
  • 3 => Follow the Browser toolbar theme (default in Firefox 95+)

The about:config page should immediately reflect your saved change.

Does that work on your Firefox?

more options

That worked! Thanks so much!