Mozilla 도움말 검색

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

자세히 살펴보기

Where are the theme files stored?

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

I am looking to change one of the themes I downloaded for FF 57 but I can't find where the files are located.

I am looking to change one of the themes I downloaded for FF 57 but I can't find where the files are located.

선택된 해결법

Do you want to edit the image files? In your profile folder, these are the most recent:

  • lightweighttheme-header
  • lightweighttheme-footer

(I don't know what happens to the previously used theme image files.)

These do not have .png file extensions, but I'm pretty sure they are PNG files. You could rename them if necessary to get your image editing software to open them, then rename them back so Firefox can find them.

If you wanted to modify the text or accent colors of the theme, they are stored in the prefs.js file and can be viewed/modified in about:config as follows.

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

(2) In the search box above the list, type or paste theme and pause while the list is filtered

(3) Right-click > Copy Value on the lightweightThemes.usedThemes preference and you can paste it somewhere more convenient to view such parameters as the

  • "textcolor":"#ffffff"
  • "accentcolor":"#1a2446"

In theory you could modify those values and paste the whole string of data back in, but I haven't tried it myself.

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

모든 댓글 (4)

more options

Type about:addons<enter> in the address bar to open your Add-ons Manager. Hot key; <Control> (Mac=<Command>) <Shift> A

On the left side of the page, select Themes.

more options

Sorry, should have been more specific, I meant where the actual files are kept, like the directory not in firefox.

more options

선택된 해결법

Do you want to edit the image files? In your profile folder, these are the most recent:

  • lightweighttheme-header
  • lightweighttheme-footer

(I don't know what happens to the previously used theme image files.)

These do not have .png file extensions, but I'm pretty sure they are PNG files. You could rename them if necessary to get your image editing software to open them, then rename them back so Firefox can find them.

If you wanted to modify the text or accent colors of the theme, they are stored in the prefs.js file and can be viewed/modified in about:config as follows.

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

(2) In the search box above the list, type or paste theme and pause while the list is filtered

(3) Right-click > Copy Value on the lightweightThemes.usedThemes preference and you can paste it somewhere more convenient to view such parameters as the

  • "textcolor":"#ffffff"
  • "accentcolor":"#1a2446"

In theory you could modify those values and paste the whole string of data back in, but I haven't tried it myself.

more options

Note that you may have to delete the lwthemes folder because this folder stores the actual images in the required dimensions that Firefox uses.

Note that Firefox uses lightweightThemes.selectedThemeID to specify which of the available themes is used.