We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43d987 commit 1771308Copy full SHA for 1771308
examples/getting_started.py
@@ -50,7 +50,7 @@ def __init__(self) -> None:
50
# Prints an intro banner once upon application startup
51
self.intro = stylize(
52
'Welcome to cmd2!',
53
- style=Style(color=Color.RED, bgcolor=Color.WHITE, bold=True),
+ style=Style(color=Color.GREEN1, bgcolor=Color.GRAY0, bold=True),
54
)
55
56
# Show this as the prompt when asking for input
0 commit comments