为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Force the built-in PDF reader to dark mode in Firefox 81 (desktop)

more options

I would like to use a dark-themed PDF reader while keeping the default theme for the rest of Firefox's UI.

I am attaching a modified screenshot of what I would like the setup to look like. What didn't help me:

  • Dark Reader extension - this inverts the colors of the PDF's pages, not the reader's UI
  • setting ui.systemUsesDarkTheme to 1 - this changes the UI theme entirely

Is there a way to force the built-in PDF reader to always use dark mode?

FF 81.0, x64, Win 8.1

I would like to use a dark-themed PDF reader while keeping the default theme for the rest of Firefox's UI. I am attaching a '''modified''' screenshot of what I would like the setup to look like. What didn't help me: * ''Dark Reader'' extension - this inverts the colors of the PDF's pages, not the reader's UI * setting ''ui.systemUsesDarkTheme'' to 1 - this changes the UI theme entirely Is there a way to force the built-in PDF reader to always use dark mode? ''FF 81.0, x64, Win 8.1''
已附加屏幕截图

由Václav Trpišovský于修改

被采纳的解决方案

In case it's of interest, there is a new (much easier) option in Firefox 85:

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

(2) In the search box in the page, type or paste the new preference name

pdfjs.viewerCssTheme

If this preference was already created and shows a value of 0 or 1, skip to step (4).

(3) On the bar with the bolded preference name, click the radio button next to Number and click the + button to add the preference. Then Firefox should display the new value.

(4) Set the value to **2** for a dark theme (double-click to edit if necessary) and click the blue checkmark button to save the change. (For reference, 0 is automatic -- looks to system theme -- and 1 is Light.)

Screenshot attached for reference. This should affect new or reloaded PDF viewer tabs.

定位到答案原位置 👍 1

所有回复 (5)

more options

There is a thread of how to do a similar thing with CSS templates, but I would prefer a specific about:config entry or another simple method as I want to apply the change on all my PCs.

more options

Hi Václav, my answer in https://support.mozilla.org/questions/1305573 is the only way I know to modify the PDF viewer without affecting other built-in pages.

Update for Firefox 85: https://support.mozilla.org/en-US/questions/1306374#answer-1389132

由jscher2000 - Support Volunteer于修改

more options

Thank you. I managed to get the chrome\userContent.css file working only after flipping toolkit.legacyUserProfileCustomizations.stylesheets configuration in about:config to true (necessary in Firefox 68+ AFAIK), all fine after that. I am only adding this as it is not mentioned in most tutorials on the topic.

由Václav Trpišovský于修改

more options

I'm glad you found it. I had listed it as point (E) but perhaps I should have put the full details instead of referring back to the "HOW" page.

more options

选择的解决方案

In case it's of interest, there is a new (much easier) option in Firefox 85:

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

(2) In the search box in the page, type or paste the new preference name

pdfjs.viewerCssTheme

If this preference was already created and shows a value of 0 or 1, skip to step (4).

(3) On the bar with the bolded preference name, click the radio button next to Number and click the + button to add the preference. Then Firefox should display the new value.

(4) Set the value to **2** for a dark theme (double-click to edit if necessary) and click the blue checkmark button to save the change. (For reference, 0 is automatic -- looks to system theme -- and 1 is Light.)

Screenshot attached for reference. This should affect new or reloaded PDF viewer tabs.