erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Firefox extension: Advanced tabs difficult to read with theme support enabled #186

Open redactedscribe opened 2 years ago

redactedscribe commented 2 years ago

With my current theme, the tabs are difficult to read due to the yellow-on-gray issue: http-downloader-theme-support

Maybe something can be done to color the inactive tabs' background colors?

Thanks.

erickutcher commented 2 years ago

I'm not sure I'd be able to fix this as it's kind of dependent on the theme. There's little consistency with the values that are set in the theme files. Even Firefox's stock themes stink for that. The extension tries its best to handle the colors in a generic way, but it's really up to the theme to implement everything properly. I would try modifying the theme that you have. Here's a reference for the values that are used in the extension: https://github.com/erickutcher/httpdownloader/blob/11a667d20dade7d1b2e3d4a2d41f9a6f298007d0/HTTP_Downloader_Firefox_WebExtension/download.js#L458