Sometimes I set the Viewer color scheme to Black and I wanted to change the text color of the highlights, however the Style creation tool allows only customisation of the highlight background color.
Default text color is white but in this case I'd prefer to set it to black, to contrast with the yellow background. I already use a custom style sheet to customise selected text, using...
Code:
::selection { background: yellow; color:#000;}
...which is how I wanted the highlights to be saved:
(probably too much work to make it feasible, as I looked into highlights.pyj, viewer.js and couldn't figure where this change might be implementable, but I thought I'd ask just in case)