Article 6QN5W [SOLVED] [SciTE] What is the SciTE property for the style of the Find and Replace match indicator?

[SOLVED] [SciTE] What is the SciTE property for the style of the Find and Replace match indicator?

by
Weapon S
from LinuxQuestions.org on (#6QN5W)
I've gone over SciTE's custom properties again and again, but I can't find the property that styles the match indicator for Find and Replace. The Find and Replace function highlights the word you are about to replace. The property I am looking for is not the colour used for normal selection and Find (which I have already customized to my satisfaction).

I have tried:

Code:find.indicator.incremental=style:box,colour:#000000,notunder
filter.match.indicator=style:box,colour:#FF0000,notunder
highlight.current.word.indicator=style:roundbox,colour:#000000,under,outlinealpha:255,fillalpha:255
find.mark.indicator=style:roundbox,colour:#000000,under,outlinealpha:255,fillalpha:255
indicators.alpha=255
find.replace.indicator=style:roundbox,colour:#000000,under,outlinealpha:255,fillalpha:255

# I just pulled these out of my ass
find.replace.match.indicator=style:roundbox,colour:#000000,under,outlinealpha:255,fillalpha:255
find.replace.indicator.incremental=style:roundbox,colour:#000000,under,outlinealpha:255,fillalpha:255I'm pulling my hairs out, because there are so many properties that could style this element, but don't; and the current style is really hard to see in my configuration (i.e. mid-tone background). Thanks in advance.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments