hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
153 stars 37 forks source link

Generate unique color for each feed based on favicon main color #223

Open ai opened 3 months ago

ai commented 3 months ago

It will be cool to have different NavbarItem current color to match favicon.

Of course, we need to use OKLCH and take only hue from favicon, replacing C and L. And of course, we need to take main color (find the biggest block), not average color.