Highlightr-Plugin
Highlightr-Plugin copied to clipboard
Feature Request: support for dark themes
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;
}
i use this myself
[class^="hltr-"] {
color: #bdbdbd;
}