> For the complete documentation index, see [llms.txt](https://themes.kajabi.com/liquid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themes.kajabi.com/liquid/core-concepts/presets.md).

# Presets

This is a great way to get more mileage out of one theme by giving the users a few starting points that have unique looks and feels.

### **preset\_color.json**

```yaml
{
  "display_name": "Preset Color",
  "overrides":
  {
    "color_primary": "#444",
    "color_light": "#f9f9f9",
    "color_dark": "#333",
  }
}
```
