You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ The percent color codes available are:
437
437
'%8' Reverse
438
438
'%U' Underline
439
439
'%F' Blink (unlikely to work)
440
+
440
441
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'.
Copy file name to clipboardExpand all lines: src/DB_Command.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -772,6 +772,7 @@ public function prefix() {
772
772
* '%8' Reverse
773
773
* '%U' Underline
774
774
* '%F' Blink (unlikely to work)
775
+
*
775
776
* 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'.
0 commit comments