Skip to content

Commit e958c59

Browse files
committed
Minor tweak
1 parent 8d1a53e commit e958c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/coloring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ commonly used when asking the user to type sensitive information).
7575

7676
You can also set these colors and options directly inside the tag name::
7777

78-
// green text
78+
// using named colors
7979
$output->writeln('<fg=green>foo</>');
8080

81-
// red text
81+
// using hexadecimal colors
8282
$output->writeln('<fg=#c0392b>foo</>');
8383

84-
// chartreuse text
84+
// using RGB colors
8585
$output->writeln('<fg=rgb(127, 255, 0)>foo</>');
8686

8787
// black text on a cyan background

0 commit comments

Comments
 (0)