What controls highlight line color?

The popular SciTE-based AutoHotkey Script Editor
tcebob
Posts: 21
Joined: 23 Jan 2017, 21:40

What controls highlight line color?

06 Aug 2018, 14:52

I'm about to modify one of pajenn's excellent styles ("Noir") but can't find how to control the current line highlight. Any thoughts?
awel20
Posts: 211
Joined: 19 Mar 2018, 14:09

Re: What controls highlight line color?

06 Sep 2018, 10:53

Code: Select all

# #000000 - #FFFFFF
caret.line.back=#FFAA12

# Sets the translucency used for line containing the caret.Translucency 
# ranges from 0 for completely transparent to 255 for opaque with 256 
# being opaque and not using translucent drawing code which may be slower. 
caret.line.back.alpha=100
https://www.scintilla.org/SciTEDoc.html
tcebob
Posts: 21
Joined: 23 Jan 2017, 21:40

Re: What controls highlight line color?

06 Sep 2018, 16:19

Thanks, awel20. I actually figured out that the ID "Caret" controlled the highlight color. Why it's called "caret" is beyond me, but sometimes AHK is enigmatic.

Return to “SciTE4AutoHotkey”

Who is online

Users browsing this forum: No registered users and 17 guests