String colorPref = colors[index+1];
String boldPref = colors[index+2];
String italicPref = colors[index+3];
PerlEditorPlugin p = PerlEditorPlugin.getDefault();
int style = SWT.NORMAL;
if (boldPref != null && prefs.getBoolean(boldPref))
style |= SWT.BOLD;
if (italicPref != null && prefs.getBoolean(italicPref))