Skip to content

Commit 09600a2

Browse files
committed
Add in setting background color for one style to make it discoverable that this is an option
1 parent 7ea367e commit 09600a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rich_theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, *args, **kwargs):
2525
Cmd2Style.WARNING: Style(color=Color.MAGENTA),
2626
Cmd2Style.ERROR: Style(color=Color.BRIGHT_RED),
2727
Cmd2Style.HELP_HEADER: Style(color=Color.YELLOW),
28-
Cmd2Style.HELP_LEADER: Style(color=Color.VIOLET),
28+
Cmd2Style.HELP_LEADER: Style(color=Color.DARK_VIOLET, bgcolor=Color.BRIGHT_WHITE),
2929
Cmd2Style.TABLE_BORDER: Style(color=Color.LIGHT_SKY_BLUE1),
3030
"argparse.args": Style(color=Color.AQUAMARINE3, underline=True),
3131
"inspect.attr": Style(color=Color.DARK_GOLDENROD, bold=True),

0 commit comments

Comments
 (0)