Rosmaninho / Zotero-Dark-Theme

userChrome.css file for a Zotero dark theme. Suggestions for improvements are welcome.
GNU General Public License v3.0
721 stars 95 forks source link

info-tabs background and scrollbar (Zotero 5.0.97 beta.43) #10

Closed ItayHadas closed 3 years ago

ItayHadas commented 3 years ago

Thank you for this beautiful work!! I have two issues: The info tabs background is bright colored: zotero_JTmH1yLYUz

and would appreciate if you could change scrollbars color to dark as well.

Thanks so much for your efforts and all the best!

Rosmaninho commented 3 years ago

Scrollbars can't be changed via userChrome.css and making an userContent.css file to change it like for Firefox doesn't do anything so I can't change them. I suppose you are on the 5.0.97 Beta? That white color appeared to me randomly, but when I closed it and opened it again it was back to dark so not entirely sure what's happening. I'll check it once 5.0.97 hits release ok?

ItayHadas commented 3 years ago

Thanks so much!

rknx commented 3 years ago

Please check this. #15

Basically, what you want is to add: #zotero-item-pane-content {background: #323234 !important; }

ItayHadas commented 3 years ago

Amazing! Thanks so much!

ItayHadas commented 3 years ago

@rknx, any chance you know how to change the background to the "Load Items" screen that appears when you open Zotero?

rknx commented 3 years ago

I'm not exactly sure about a "load items" screen. I will try to look into it after the weekend, but you can leave a screenshot for me or @Rosmaninho to diagnose.

ItayHadas commented 3 years ago

please see screenshot.. this screen shows when browsing collections, makes it flickers a bit. (just noticed this is simillar to issue #14) Thanks for the effort!

zM0soOVEeA
rknx commented 3 years ago

@jorjio try adding this: #zotero-items-tree {color: #ffffff; background: #323234 !important; }

ItayHadas commented 3 years ago

Great Stuff @rknx !!!

actforjason commented 2 years ago

dark scrollbar: https://github.com/Dominic-DallOsto/Zotero-Dark-Theme