I think a user hilite can be defined like this:
$myHilite = Color.newWithRGB(255, 255, 163)
Set Highlight Color $myHilite
But how can myHilite be applied to the acutal text selection?
How to apply user hilite to selected text
Re: How to apply user hilite to selected text
Try this instead.

Code: Select all
$myHilite = Color.newWithRGB255(255, 252, 163)
Set Highlight Color $myHilite

philip
Re: How to apply user hilite to selected text
Thank you Philip!