Memex icon indicating copy to clipboard operation
Memex copied to clipboard

In dark mode websites, highlighted text is basically unreadable (!)

Open Elaws opened this issue 3 years ago • 4 comments

Windows 10 - 21H2 Firefox 96.0.1

Description :

On dark mode, text highlighted with Memex is basically unreadable, which kind of defeats the purpose of an highlighter ! See the picture below.

Has Memex succesfully been tested with dark mode websites ? Is there any way to change highlight color, to provide better contrast with dark mode websites ?

Thank you !


EXAMPLE :

firefox_bsR6nBpXBq

Elaws avatar Jan 19 '22 22:01 Elaws

I'm using the Dark Reader addon for Firefox -- I think it is the most common such addon and also "recommended" in the Firefox addon store --, and the result is similar.

grafik

When hovering over the highlight with the mouse, it's a bit better:

grafik

davidpomerenke avatar Feb 03 '22 12:02 davidpomerenke

I came here to mention the same thing. I think this can be avoided if the text color is forced to black. Although I should say I really don't like a cold pale color (#d4e8ff) that you currently use as it does not show highlighting or importance of the marked text. I prefer a light orange or yellow.

mmahmoudian avatar Feb 15 '22 12:02 mmahmoudian

Has there been some acknowledgment of this issue since it was reported a month ago ?

Thanks !

Elaws avatar Feb 15 '22 12:02 Elaws

This Post helped me to adjust the settings in DarkReader.

Just place the CSS Code in DarkReader's Settings -> Devtools on top like this:

*

INVERT

// Leave as it is

CSS
._2ENyfEDXjYwJlp5AGrY3Cx.cSQDsBP55bHAsqD8CQiXo{
background: #7c6a33 !important;
}
._2ENyfEDXjYwJlp5AGrY3Cx {
 background: #568f46 !important;
}

CheariX avatar Jul 05 '22 10:07 CheariX