alcinnz / Odysseus

Bridging the elementary OS and Web user experiences
https://odysseus.adrian.geek.nz
GNU General Public License v3.0
47 stars 12 forks source link

Adopt Juno's "inline tabbars" #136

Open alcinnz opened 6 years ago

alcinnz commented 6 years ago

Looking at elementary's implementation of this, it appears it's up to the apps to provide the smarts in choosing a color. From there all that needs to be done is to add a new class to the tabbar and to set a color variable.

It'd be neat if the tabs could be coloured for the background of their corresponding pages.

alcinnz commented 6 years ago

I could analyze the screenshots I'm taking anyways for browser history/topsites. Maybe average out the top row of pixels?

That should work quite well for most sites?

alcinnz commented 6 years ago

This previous comment was reported against the wrong issue:

Will WebKit.WebView.get_background_color help? I'm not sure.