Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Access all installed themes in Firefox et al. #175

Open
noyannus opened this issue Mar 20, 2023 · 0 comments
Open

[Improvement] Access all installed themes in Firefox et al. #175

noyannus opened this issue Mar 20, 2023 · 0 comments

Comments

@noyannus
Copy link
Contributor

Include all installed themes in Firefox (Librewolf, etc.), similar to #158. Currently there are only four basic options.

The theme names can be found in the zipped and renamed extensions in

~/.mozilla/firefox[/Profiles]/<profile>/extensions/
~/.librewolf[/Profiles]/<profile>/extensions/

There, it's [<mailto>|{UUID}].xpi —> rename *.zip & extract —> ./manifest.json; line 5 ( "theme":...) can be used to filter for theme; line 4 has its name: "name": "<name>".

Haven't tried if zgrep is usable here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant