summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r--ext/standard/info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h
index 3a246f0a08..b4666f0fdb 100644
--- a/ext/standard/info.h
+++ b/ext/standard/info.h
@@ -22,9 +22,9 @@
#ifndef INFO_H
#define INFO_H
-#define PHP_ENTRY_NAME_COLOR "#CCCCFF"
-#define PHP_CONTENTS_COLOR "#CCCCCC"
-#define PHP_HEADER_COLOR "#9999CC"
+#define PHP_ENTRY_NAME_COLOR "#ccccff"
+#define PHP_CONTENTS_COLOR "#cccccc"
+#define PHP_HEADER_COLOR "#9999cc"
#define PHP_INFO_GENERAL (1<<0)
#define PHP_INFO_CREDITS (1<<1)