# Built In Themes

Critical Moments comes with 21 built in themes, made up of 7 named-styles, each with a light, dark and auto variant. You can refer to these by name in your config file. The base/auto varient will automatically adapt to the user system dark-mode setting, while the `_light` and `_dark` varients will force one color pallet regardless of the user setting.

* system/system\_light/system\_dark \[default]: system standard color pallet and font. If your app has an [accent color](https://developer.apple.com/documentation/xcode/specifying-your-apps-color-scheme) set, that will be the primary color (defaults to systemBlue).
* elegant/elegant\_light/elegant\_dark: a black and white theme, using a modern font (Avenir Next on iOS).
* aqua/aqua\_light/aqua\_dark: A blue/green theme, using default system font.
* jazzy/jazzy\_light/jazzy\_dark: A purple/pink theme, using default system font.
* sea/sea\_light/sea\_dark: A deep blue theme, using default system font.
* honey/honey\_light/honey\_dark: A yellow/black theme, using default system font.
* terminal/terminal\_light/terminal\_dark: A theme mirroing the look of a computer terminal, using a monospace font.

<figure><img src="https://648587291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FntHgSpSJ3tixDsCMhK2u%2Fuploads%2F3sYcgKzzRX5jzMdK1EMQ%2Ftheme3.png?alt=media&#x26;token=17454c2f-7ea1-4480-8854-b9520468c712" alt=""><figcaption><p>Built in themes</p></figcaption></figure>
