vinceliuice / WhiteSur-firefox-theme

Mac OS Safari theme for Firefox on Linux
MIT License
362 stars 19 forks source link

Icon color is different when installing to other than `default-release` #44

Closed RShirohara closed 3 hours ago

RShirohara commented 2 days ago

Summary

I usually create and work with a separate profile other than default-release and apply this theme through manual installation.
However, manually installed profiles do not display the correct color of icons, resulting in black icons on a dark background.

Expected Behavior

A white icons appear on a dark background.

image

Actual Behavior

A black icon appears on a dark background.

image

Steps to Reproduce

  1. Install and launch Firefox.
  2. Install this theme.
  3. Create a new profile in Firefox and activate the setting toolkit.legacyUserProfileCustomizations.stylesheets.
  4. Copy the chrome folder from the default-release to the new profile.
  5. Launch Firefox with a new profile.

Environment

Additional Info

Since I am not a native English speaker, this issue was created using DeepL Translate and Google Translate.

vinceliuice commented 1 day ago

Reinstall it again

RShirohara commented 1 day ago

OK.

I installed this theme again, this time copying the CSS generated in firefox-themes to the new profile.

But the result seems to be the same.

image

vinceliuice commented 22 hours ago

Did it not installed in your profile folder ? why need copy it ? this install.sh will install this theme for all profiles

vinceliuice commented 22 hours ago

Also you need copy user.js file

RShirohara commented 21 hours ago

Did it not installed in your profile folder ? why need copy it ? this install.sh will install this theme for all profiles

As far as I have tried with the flatpak version, it is only installed on the default-release profile and not on the other profiles added by the profile manager.

Also you need copy user.js file

I did not notice this! I copied the user.js and now the icons appear correctly. Thank you.

image

RShirohara commented 3 hours ago

The issue described has been resolved.