Skip to content

Commit 67bf6bc

Browse files
committed
Change background color used in time for getting_started.py example so it is more visible on various terminals
1 parent 2dcdf62 commit 67bf6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ def get_bottom_toolbar(self) -> list[str | tuple[str, str]] | None:
17121712
return [
17131713
('ansigreen', left_text),
17141714
('', padding),
1715-
('ansiblue', now),
1715+
('ansicyan', now),
17161716
]
17171717
return None
17181718

0 commit comments

Comments
 (0)