Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
582 stars 12 forks source link

Theming support for other search engines #83

Open array-in-a-matrix opened 2 years ago

array-in-a-matrix commented 2 years ago

pywalfox only changes the colors for DuckDuckGo. It would be nice if pywalfox also changed the theme for alternative search engines like Startpage, Searx, Qwant, etc.

Frewacom commented 2 years ago

The problem with this is that themeing support for these sites require custom CSS which is something that I believe is out of scope for Pywalfox. DuckDuckGo allows you to easily set colors using an exposed JavaScript function, hence why I have implemented it.

The ideal solution to this issue would be to integrate with Darkreader, but it seems like progress on their side has stalled.