Is there a way to change the color of the highlighter used with Find? Topic is solved

The popular SciTE-based AutoHotkey Script Editor
LAPIII
Posts: 671
Joined: 01 Aug 2021, 06:01

Is there a way to change the color of the highlighter used with Find?

16 Mar 2023, 13:10

I use the editors dark theme and I can hardly see the highlights. Possibly it would help if I could change the color or brightness of a color.
User avatar
Datapoint
Posts: 308
Joined: 18 Mar 2018, 17:06

Re: Is there a way to change the color of the highlighter used with Find?  Topic is solved

16 Mar 2023, 13:37

This is the one for "Mark All"

Code: Select all

find.mark.indicator=style:roundbox,colour:#FF00FF,outlinealpha:200,fillalpha:15
"Find Next" selects the word:

Code: Select all

selection.fore=#000000
selection.back=#FFFFFFDD
Also related is current word highlighting:

Code: Select all

highlight.current.word=1
highlight.current.word.indicator=style:roundbox,colour:#00FFFF,outlinealpha:140,fillalpha:15
LAPIII
Posts: 671
Joined: 01 Aug 2021, 06:01

Re: Is there a way to change the color of the highlighter used with Find?

21 Mar 2023, 15:40

Can I highlight a word without every instance of the word also being highlighted?

Return to “SciTE4AutoHotkey”

Who is online

Users browsing this forum: No registered users and 12 guests