ContextHelp now in new module net.sourceforge.phpeclipse.phphelp
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / util / PHPColorProvider.java
index 48d7527..8e65c5f 100644 (file)
@@ -30,7 +30,11 @@ public class PHPColorProvider {
        public static final RGB FUNCTION_NAME= new RGB(127, 127, 159);
        public static final RGB STRING= new RGB(42, 0, 255);
        public static final RGB DEFAULT= 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);
+  
        protected Map fColorTable= new HashMap(10);
 
        /**