Page 1 of 1

What controls highlight line color?

Posted: 06 Aug 2018, 14:52
by tcebob
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?

Re: What controls highlight line color?

Posted: 06 Sep 2018, 10:53
by awel20

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

Re: What controls highlight line color?

Posted: 06 Sep 2018, 16:19
by tcebob
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.