minor changes, added some comments
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / editors / IPHPColorConstants.java
index e68c89c..1310050 100644 (file)
@@ -2,6 +2,8 @@ package net.sourceforge.phpeclipse.editors;
 
 import org.eclipse.swt.graphics.RGB;
 
+//todo: make the colors configurable
+
 public interface IPHPColorConstants {
        RGB XML_COMMENT = new RGB(128, 0, 0);
        RGB PROC_INSTR = new RGB(128, 128, 128);