My main issue is this: I keep the Find dialog box open to search for the text. I don't want to close the Find box. So, when I click Next on the Find box, it moves to the next matched item but it is not highlighting the matched text in the color that I gave in the selection variable settings.
It is highlighting in silver color (0xc0c0c0) but the text is black in the default theme, and since these two colors are not very contrasting, the text is almost not visible. I have to go very close to the screen to see the matched text (since I searched using a regex pattern, so I don't know in advance that what all will be matched).
Also, it looks like 0xc0c0c0 is hardcoded somewhere in the code. But in the default theme the text is black, so the choice of 0xc0c0c0 color is not good.
Regards, Amit