搜索 | 用户支持

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

Learn More

How to modify the default dark theme?

  • 5 个回答
  • 0 人有此问题
  • 181 次查看
  • 最后回复者为 RAR

more options

How to modify the default dark theme?

e.g. where can I find dark theme files to create a new theme starting from the dark theme?

I've tried using Firefox Color, but there is no option to start from the default dark theme. Also, it seems that there are only a few options to customize using Firefox Color.

I cannot find theme files in ./AppData/Roaming/Mozzila/Firefox/

How to modify the default dark theme? e.g. where can I find dark theme files to create a new theme starting from the dark theme? I've tried using Firefox Color, but there is no option to start from the default dark theme. Also, it seems that there are only a few options to customize using Firefox Color. I cannot find theme files in ./AppData/Roaming/Mozzila/Firefox/

由RAR于修改

被采纳的解决方案

The built-in themes are compressed with the program files, so you can't edit them on disk. However, for purposes of creating your own theme, or possibly for use in Firefox Color, you can access their files on the source code site:

https://searchfox.org/mozilla-release/source/browser/themes/addons/dark/manifest.json

https://extensionworkshop.com/documentation/themes/static-themes/

定位到答案原位置 👍 1

所有回复 (5)

more options

选择的解决方案

The built-in themes are compressed with the program files, so you can't edit them on disk. However, for purposes of creating your own theme, or possibly for use in Firefox Color, you can access their files on the source code site:

https://searchfox.org/mozilla-release/source/browser/themes/addons/dark/manifest.json

https://extensionworkshop.com/documentation/themes/static-themes/

more options

See also this resource link for the built-in themes:

  • resource://builtin-themes/
more options

Thanks for your replies.

I tried to create a copy of the default dark theme (for personal use, to customize it later), but in order to install a theme on Firefox standard, I need to sign it. I cannot sign it due to the use of theme_experiment in manifest.json, because according to the docs: themes using experimental features cannot be signed.

I know that I can switch to Firefox DE and disable the check by setting xpinstall.signatures.required flag to false, but I'd prefer staying on standard.

Is there any way to easily create the default dark theme copy? or the only way is the hacky way: https://stackoverflow.com/a/42403531/6771167

more options

How essential is the theme_experiment section? Or in other words, if you don't have that section, what things do not have the proper colors?

more options

It seems that everything works just fine without it (maybe it'll break in the future, I'm not sure, but these solve the issue for now. Hope, I won't get confused for hours about why something is not working as intended in a few months :D ).