diff --git a/README.md b/README.md index 9fcefb07e..59759ff11 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,7 @@ The percent color codes available are: '%8' Reverse '%U' Underline '%F' Blink (unlikely to work) + They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background '%3%k' can be made black on a bright yellow background with '%Y%0%8'. **EXAMPLES** diff --git a/src/DB_Command.php b/src/DB_Command.php index 5883cc14c..c63c87f29 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -772,6 +772,7 @@ public function prefix() { * '%8' Reverse * '%U' Underline * '%F' Blink (unlikely to work) + * * They can be concatenated. For instance, the default match color of black on a mustard (dark yellow) background '%3%k' can be made black on a bright yellow background with '%Y%0%8'. * * ## EXAMPLES