Goodies 19: Script highlight color
The default color for selection in the Script Workspace can be too light for some users. MBS Plugin allows you to define a custom color for the selection to make it darker.

You can adjust the color with SyntaxColoring.SetScriptHighlightColor function and e.g. set it to a red color:
MBS("SyntaxColoring.SetScriptHighlightColor"; "#FF0000")
Changing the color may help people with bad eye-sight.
This feature is available for macOS and needs script colorization to be enabled.
← MBS Function | 19 | Code Folding → |