Skip to content

Commit b0f9b02

Browse files
committed
Removed ticks and added line
1 parent 98be913 commit b0f9b02

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

src/DB_Command.php

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -841,35 +841,36 @@ public function prefix() {
841841
* : Percent color code to use for the match (unless both before and after context are 0, when no color code is used). For a list of available percent color codes, see below. Default '%3%k' (black on a mustard background).
842842
*
843843
* The percent color codes available are:
844+
*
844845
* | Code | Color
845846
* | ---- | -----
846-
* | '%y' | Yellow (dark) (mustard)
847-
* | '%g' | Green (dark)
848-
* | '%b' | Blue (dark)
849-
* | '%r' | Red (dark)
850-
* | '%m' | Magenta (dark)
851-
* | '%c' | Cyan (dark)
852-
* | '%w' | White (dark) (light gray)
853-
* | '%k' | Black
854-
* | '%Y' | Yellow (bright)
855-
* | '%G' | Green (bright)
856-
* | '%B' | Blue (bright)
857-
* | '%R' | Red (bright)
858-
* | '%M' | Magenta (bright)
859-
* | '%C' | Cyan (bright)
860-
* | '%W' | White
861-
* | '%K' | Black (bright) (dark gray)
862-
* | '%3' | Yellow background (dark) (mustard)
863-
* | '%2' | Green background (dark)
864-
* | '%4' | Blue background (dark)
865-
* | '%1' | Red background (dark)
866-
* | '%5' | Magenta background (dark)
867-
* | '%6' | Cyan background (dark)
868-
* | '%7' | White background (dark) (light gray)
869-
* | '%0' | Black background
870-
* | '%8' | Reverse
871-
* | '%U' | Underline
872-
* | '%F' | Blink (unlikely to work)
847+
* | %y | Yellow (dark) (mustard)
848+
* | %g | Green (dark)
849+
* | %b | Blue (dark)
850+
* | %r | Red (dark)
851+
* | %m | Magenta (dark)
852+
* | %c | Cyan (dark)
853+
* | %w | White (dark) (light gray)
854+
* | %k | Black
855+
* | %Y | Yellow (bright)
856+
* | %G | Green (bright)
857+
* | %B | Blue (bright)
858+
* | %R | Red (bright)
859+
* | %M | Magenta (bright)
860+
* | %C | Cyan (bright)
861+
* | %W | White
862+
* | %K | Black (bright) (dark gray)
863+
* | %3 | Yellow background (dark) (mustard)
864+
* | %2 | Green background (dark)
865+
* | %4 | Blue background (dark)
866+
* | %1 | Red background (dark)
867+
* | %5 | Magenta background (dark)
868+
* | %6 | Cyan background (dark)
869+
* | %7 | White background (dark) (light gray)
870+
* | %0 | Black background
871+
* | %8 | Reverse
872+
* | %U | Underline
873+
* | %F | Blink (unlikely to work)
873874
*
874875
* 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`.
875876
*

0 commit comments

Comments
 (0)