Theme
cmd2 provides the ability to configure an overall theme for your application using the
cmd2.rich_utils.set_theme function. This is based on the
rich.theme container for style
information. You can use this to brand your application and set an overall consistent look and feel
that is appealing to your user base.
See rich_theme.py for a
simple example of configuring a custom theme for your cmd2 application.