# 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'
```
