Feature request: dimming option for Reader
I'd like to have the ability to dim the Reader. This helps avoid nearly all the issues related to image colors being inverted or being conflicted with the themes. It's the same as turn down the screen brightness, but if I reduce my screen brightness, other UI elements in dark mode become too hard to see.
Currently I'm using the Ethereal Style plugin to help with reading PDFs, and my CSS code for its PDF Styles is just
https://s3.amazonaws.com/zotero.org/images/forums/u8904213/pv97lf6w6o3e5k3rxnla.png
Using the new theme support, I've tried to replicate a similar look by setting Background to #9F9F9F and Foreground to #000000, but some page elements aren't darkened and stick out, which degrades the reading experience.
https://s3.amazonaws.com/zotero.org/images/forums/u8904213/qf8372xkooq0lh8vwwhx.png
However, the Ethereal Style plugin doesn't work with EPUB and webpage snapshots. Now that Zotero is considering support theming more thoroughly, my feature request is to have the ability to dim the Reader globally, across all 3 types of attachments.
My ideal reading experience would be to have the dimming option, and a keyboard shortcut to switch between dark and light mode quickly in case I need to see the image more clearly, grabbing a screenshot, etc.
Thank you!
Currently I'm using the Ethereal Style plugin to help with reading PDFs, and my CSS code for its PDF Styles is just
canvas{filter: brightness(0.6) !important; }
and I'm very happy with the result, for example:https://s3.amazonaws.com/zotero.org/images/forums/u8904213/pv97lf6w6o3e5k3rxnla.png
Using the new theme support, I've tried to replicate a similar look by setting Background to #9F9F9F and Foreground to #000000, but some page elements aren't darkened and stick out, which degrades the reading experience.
https://s3.amazonaws.com/zotero.org/images/forums/u8904213/qf8372xkooq0lh8vwwhx.png
However, the Ethereal Style plugin doesn't work with EPUB and webpage snapshots. Now that Zotero is considering support theming more thoroughly, my feature request is to have the ability to dim the Reader globally, across all 3 types of attachments.
My ideal reading experience would be to have the dimming option, and a keyboard shortcut to switch between dark and light mode quickly in case I need to see the image more clearly, grabbing a screenshot, etc.
Thank you!