Skip to content

Commit c65247e

Browse files
committed
minor #14884 [Console] Add bright colors to console. (CupOfTea696)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Console] Add bright colors to console. Doc updates for symfony/symfony#39976 Commits ------- 0770446 Add bright colors to console.
2 parents 98ebace + 0770446 commit c65247e

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)