Deleted PHPFunctionNames use only phpsyntax.xml instead !
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / util / PHPColorProvider.java
index b4cc40c..daeab8c 100644 (file)
@@ -34,10 +34,10 @@ public class PHPColorProvider {
   public static final RGB CONSTANT = new RGB(127, 0, 85);
   public static final RGB BACKGROUND = new RGB(255, 255, 255);
 
-  public static final RGB LINKED_POSITION_COLOR = new RGB(0, 0, 0);
+ // public static final RGB LINKED_POSITION_COLOR = new RGB(0, 0, 0);
 
-  public static final RGB LINE_NUMBER_COLOR = new RGB(0, 0, 0);
-  public static final RGB BACKGROUND_COLOR = new RGB(255, 255, 255);
+//  public static final RGB LINE_NUMBER_COLOR = new RGB(0, 0, 0);
+//  public static final RGB BACKGROUND_COLOR = new RGB(255, 255, 255);
   
   public static final RGB PHPDOC_TAG = new RGB(63, 127, 95);
   public static final RGB PHPDOC_LINK = new RGB(63, 63, 191);