Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

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

Learn More

How to modify the default dark theme?

  • 5 답장
  • 0 이 문제를 만남
  • 37 보기
  • 최종 답변자: 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 ).