Skip to content

Commit 1771308

Browse files
committed
Change intro colors for getting_started.py example to something higher contrast
1 parent c43d987 commit 1771308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/getting_started.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self) -> None:
5050
# Prints an intro banner once upon application startup
5151
self.intro = stylize(
5252
'Welcome to cmd2!',
53-
style=Style(color=Color.RED, bgcolor=Color.WHITE, bold=True),
53+
style=Style(color=Color.GREEN1, bgcolor=Color.GRAY0, bold=True),
5454
)
5555

5656
# Show this as the prompt when asking for input

0 commit comments

Comments
 (0)