> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable-tailwind/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable-tailwind/customizer/preset-colors.md).

# Preset Colors

To change the **Preset color** in the theme change value in "**/gulpfile.js**".

```javascript
const preset_theme = 'preset-ai';
// set value like "preset-<< theme name >>"
// theme name are = 'ai', 'crm', 'hosting', 'crypto', 'pms', 'hrm', 'plugin', 'lms'
```

If you need to use **Dark theme** then change the **Preset color** in as given below

```javascript
const preset_theme = 'preset-ai-dark';
// set value like "preset-<< theme name >>-dark"
// theme name are = 'ai', 'crm', 'hosting', 'crypto', 'pms', 'hrm', 'plugin', 'lms'
```
