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 3439c15..daeab8c 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 @@ -39,10 +39,10 @@ public class PHPColorProvider { // 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); -// public static final RGB PHPDOC_DEFAULT = new RGB(63, 95, 191); -// public static final RGB PHPDOC_KEYWORD = new RGB(127, 159, 191); + public static final RGB PHPDOC_TAG = new RGB(63, 127, 95); + public static final RGB PHPDOC_LINK = new RGB(63, 63, 191); + public static final RGB PHPDOC_DEFAULT = new RGB(63, 95, 191); + public static final RGB PHPDOC_KEYWORD = new RGB(127, 159, 191); protected Map fColorTable = new HashMap(10);