Iâm having the same issue and have been looking into it. I put a detailed comment in Github with what Iâve found.
A short term fix is to create a CSS snippet that changes the value for the --text-selection variable. Iâm using frost3. Here is the code to paste into a snippet:
:root {
--text-selection: var(--frost3);
}
The selection color will be quite different, but itâs at least visible everywhere. You could also try any of the the other theme colors or a CSS color value instead of a variable.