scite4autohotkey color

The popular SciTE-based AutoHotkey Script Editor
trust_me
Posts: 98
Joined: 29 Jul 2017, 10:46

scite4autohotkey color

Post by trust_me » 10 Sep 2020, 08:08

I just tried out the scite editor , is there a way to remove the " active lign " highlight ? It is a pale yellow with standard installation .

Thanks in advance :)

awel20
Posts: 211
Joined: 19 Mar 2018, 14:09

Re: scite4autohotkey color

Post by awel20 » 10 Sep 2020, 09:19

I think this is the line that changes that setting:
caret.line.back.alpha=0

You can add the above line to the style file for a particular theme, which will change the setting only for that theme. Or you can add that line to your user properties which will change the setting for all themes.

For example, with the classic theme:
Options -> Open Classic.style.properties

Or the user properties:
Options -> Open User properties
caret.line.back
caret.line.back.alpha

Sets the background colour and 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.

- https://www.scintilla.org/SciTEDoc.html

trust_me
Posts: 98
Joined: 29 Jul 2017, 10:46

Re: scite4autohotkey color

Post by trust_me » 10 Sep 2020, 10:17

Thank you awel20 perfect solution :)

Post Reply

Return to “SciTE4AutoHotkey”