🎨Preset Colors

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

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

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

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

Last updated