ContextHelp now in new module net.sourceforge.phpeclipse.phphelp
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / util / PHPColorProvider.java
index 607d90d..8e65c5f 100644 (file)
@@ -32,7 +32,9 @@ public class PHPColorProvider {
        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);
 
        /**