# 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](https://rich.readthedocs.io/en/stable/reference/theme.html) 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](https://github.com/python-cmd2/cmd2/blob/main/examples/rich_theme.py) for a
simple example of configuring a custom theme for your `cmd2` application.
|