summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/colors/colors.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/colors/colors.py b/examples/colors/colors.py
index 1e365bd..193b927 100644
--- a/examples/colors/colors.py
+++ b/examples/colors/colors.py
@@ -2,7 +2,9 @@ import click
all_colors = 'black', 'red', 'green', 'yellow', 'blue', 'magenta', \
- 'cyan', 'white'
+ 'cyan', 'white', 'bright_black', 'bright_red', \
+ 'bright_green', 'bright_yellow', 'bright_blue', \
+ 'bright_magenta', 'bright_cyan', 'bright_white'
@click.command()