# 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="/files/NIoJdwDmekdSdCKSZV3A" alt=""><figcaption><p>Built in themes</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.criticalmoments.io/themes/built-in-themes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
