textStyle.setStyle(SWT.BOLD);
return textStyle;
}
public TextStyle templateTextStyle() {
TextStyle textStyle = stringTextStyle().copy();
// textStyle.setColor(new RGB(63, 95, 191));
// Affects what is behind the text and WS - important since this is a verbatim style
// and whitespace counts.
// textStyle.setBackgroundColor(new RGB(252, 255, 240)); // titanium white
// textStyle.setBackgroundColor(new RGB(231, 255, 232)); // pale green