X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/util/PHPColorProvider.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/util/PHPColorProvider.java index 607d90d..8e65c5f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/util/PHPColorProvider.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/util/PHPColorProvider.java @@ -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); /**