blob: 8425b449c54e25624a236f3b8383622172184c25 [file] [log] [blame]
package $packageName$;
import org.eclipse.swt.graphics.RGB;
public interface IXMLColorConstants {
RGB XML_COMMENT = new RGB(128, 0, 0);
RGB PROC_INSTR = new RGB(128, 128, 128);
RGB STRING = new RGB(0, 128, 0);
RGB DEFAULT = new RGB(0, 0, 0);
RGB TAG = new RGB(0, 0, 128);
}