Highlightr-Plugin icon indicating copy to clipboard operation
Highlightr-Plugin copied to clipboard

Feature Request: support for dark themes

Open nousernameavailableanymore opened this issue 2 years ago • 2 comments

At the moment all hightlight colors are bright. That makes brighter text (which is used in dark themes) hard to read.

So either a set of darker highlight colors or inverting the highlighted text would be great (although I dont know if the latter is technically possible).

You could simply write a css snippet to change the text color.

.hltr-pink {
    color: #bdbdbd;
}

图片

XMB-7 avatar Apr 15 '22 07:04 XMB-7

i use this myself

[class^="hltr-"] {
    color: #bdbdbd;
} 

p0lygun avatar Jul 09 '23 09:07 p0lygun