Tailwind - HTML
  • ✨Welcome
  • πŸ—οΈQuick Start
  • πŸ“Structure
    • πŸ“‚Directory Structure
    • πŸ“„Page Structure
  • 🎭Customizer
    • πŸŒ‘Light & Dark Layout
    • πŸ‡¦πŸ‡ͺRtl Layout
    • 🎨Preset Colors
  • πŸ“¦Dependencies
  • πŸ“…Changelog
  • πŸ›ŸSupport
  • 🏁RoadMap
Powered by GitBook
On this page
  1. 🎭Customizer

🎨Preset Colors

PreviousRtl LayoutNextDependencies

Last updated 5 months ago

CtrlK

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'