Skip to content

Commit 0770446

Browse files
committed
Add bright colors to console.
1 parent 2f2080e commit 0770446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

console/coloring.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ It is possible to define your own styles using the
4646
$output->writeln('<fire>foo</>');
4747

4848
Any hex color is supported for foreground and background colors. Besides that, these named colors are supported:
49-
``black``, ``red``, ``green``, ``yellow``, ``blue``, ``magenta``, ``cyan`` and ``white``.
49+
``black``, ``red``, ``green``, ``yellow``, ``blue``, ``magenta``, ``cyan``, ``white``,
50+
``gray``, ``bright-red``, ``bright-green``, ``bright-yellow``, ``bright-blue``,
51+
``bright-magenta``, ``bright-cyan`` and ``bright-white``.
5052

5153
.. versionadded:: 5.2
5254

0 commit comments

Comments
 (0)