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
583 stars 12 forks source link

Universal Website Themes #12

Open GideonWolfe opened 4 years ago

GideonWolfe commented 4 years ago

Inspired by the DarkReader FF plugin, which applies a generic dark theme to pretty much every website.

If we could use the colors from pywal in FF (which is possible now thanks to Pywalfox) and use the same sort of theme application logic as DarkReader, we could have a beautiful, homogeneous, browsing experience.

An example of what I mean is the markdown preview page theme that I wrote to accompany the markdown-preview plugin for Neovim. This hosts pywals colors.css on the local server previewing markdown, giving it access to the colors.

My custom theme then applies them to the various markdown element types. Maybe something similar could be done to the other elements.

LoLei commented 4 years ago

@GideonWolfe on his quest to color scheme everything.

Frewacom commented 4 years ago

For those who want to follow the progress, Darkreader has an issue open regarding this. Hopefully we can get it hooked up sometime in the near future.

auctumnus commented 3 years ago

Wouldn't it be better to, say, provide css variables for any userstyles applied through an extension like Stylus? Then users could integrate their own styles easily.

niksingh710 commented 3 months ago

https://github.com/catppuccin/userstyles

Here are templates for many websites, if this can be somehow ported to pywalfox?