[Feature Request]
Configuration:
The systems default PDF viewer has this handy feature inverting the colors of the document, which I use all the time as it is considerably more convenient, especially at night. To my understanding, this should be very easy to implement, as it required no more than applying filter: invert();
to the .pdfViewer .page
and maybe inverting the border image again.
It would also be handy to have the keyboard shortcut [Ctrl] + [I] for it, as it is used in the systems viewer.
Closing as duplicate of issue #2071 (and #2163).
Please re-open. Night mode refers specifically to @media (prefers-color-scheme: dark) { ... }
CSS, which is not the same as the user generically changing text/background colors.
Please re-open. Something like [Ctrl] + [I]
would be really neat.
Most helpful comment
Please re-open. Night mode refers specifically to
@media (prefers-color-scheme: dark) { ... }
CSS, which is not the same as the user generically changing text/background colors.