emacs-eaf / eaf-browser

A modern, customizable and extensible browser in Emacs
GNU General Public License v3.0
129 stars 26 forks source link

Prevent browser from invert images in dark-mode? #23

Closed taquangtrung closed 2 years ago

taquangtrung commented 2 years ago

Hi,

Describe the bug

I'm using eaf-browser in dark-mode (follow mode) and see that when images are inverted, they are very difficult to see, like in the below screenshot:

browser

To Reproduce

Use eaf-browser to browse the website: https://caml.inria.fr/pub/docs/u3-ocaml/ocaml-mixins.html

and scroll down to see the inverted image.

Expected behavior

Images shouldn't be inverted

manateelazycat commented 2 years ago

Image is not inverted, because it's background is transparent.

https://caml.inria.fr/pub/docs/u3-ocaml/ocaml007.gif

I think nothing to do with this issue.

taquangtrung commented 2 years ago

Oh, I see. Thanks for pointing it out