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 30b61f9..a0ba4d4 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 @@ -17,7 +17,7 @@ import java.util.Map; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.widgets.Display; - + /** * Manager for colors used in the Java editor */ @@ -25,7 +25,8 @@ public class PHPColorProvider { public static final RGB MULTI_LINE_COMMENT= new RGB(128, 0, 0); public static final RGB SINGLE_LINE_COMMENT= new RGB(128, 128, 0); - public static final RGB KEYWORD= new RGB(0, 0, 128); + public static final RGB KEYWORD= new RGB(127, 0, 85); + public static final RGB VARIABLE= new RGB(127, 159, 191); public static final RGB TYPE= new RGB(0, 0, 128); public static final RGB STRING= new RGB(0, 128, 0); public static final RGB DEFAULT= new RGB(0, 0, 0);