]> granicus.if.org Git - php/commitdiff
add black
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:52:39 +0000 (20:52 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:52:39 +0000 (20:52 +0000)
phpdbg_utils.c

index ae21cdc78bf5db99c92942787241f1e3554d0d12..d3d8777913e362f6bf748ecf3e6233faccc2eadc 100644 (file)
@@ -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
 }; /* }}} */