summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-11-24 20:52:39 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-11-24 20:52:39 +0000
commit4d735404cfbef2aa2374a6c8079c5ea94fac324a (patch)
treec1310e3601dcea0e16724f9961d81ffdec27b17b
parente8a7a46faf29d8821e04f82cde9f978f060e7376 (diff)
downloadphp-git-4d735404cfbef2aa2374a6c8079c5ea94fac324a.tar.gz
add black
-rw-r--r--phpdbg_utils.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpdbg_utils.c b/phpdbg_utils.c
index ae21cdc78b..d3d8777913 100644
--- a/phpdbg_utils.c
+++ b/phpdbg_utils.c
@@ -42,14 +42,17 @@ const static phpdbg_color_t colors[] = {
PHPDBG_COLOR_D("red-bold", "1;31"),
PHPDBG_COLOR_D("green", "0;32"),
PHPDBG_COLOR_D("green-bold", "1;32"),
+ PHPDBG_COLOR_D("yellow", "0;33"),
+ PHPDBG_COLOR_D("yellow-bold", "1;33"),
PHPDBG_COLOR_D("blue", "0;34"),
PHPDBG_COLOR_D("blue-bold", "1;34"),
PHPDBG_COLOR_D("purple", "0;35"),
PHPDBG_COLOR_D("purple-bold", "1;35"),
PHPDBG_COLOR_D("cyan", "0;36"),
PHPDBG_COLOR_D("cyan-bold", "1;36"),
- PHPDBG_COLOR_D("yellow", "0;33"),
- PHPDBG_COLOR_D("yellow-bold", "1;33"),
+ PHPDBG_COLOR_D("black", "0;30"),
+ PHPDBG_COLOR_D("black-bold", "1;30"),
+
PHPDBG_COLOR_END
}; /* }}} */