Mantis - CodeIgniter
  • ✨Introduction
  • Guides
    • 📐Quick Start
    • 🎭Customizer
      • 🌑Light & Dark Layout
      • 🇦🇪Rtl Layout
      • 🎨Preset Colors
      • 🆎Font Family
      • 🔛Box Container
  • Extras
    • 📦Dependencies
    • 🛟Support
    • 📅Changelog
Powered by GitBook
On this page
  1. Guides
  2. Customizer

Light & Dark Layout

To make a Light / dark layout in the theme change value in "public/assets/js/config.js".

To make Dark Layout in the theme change given below

var dark_layout = 'true';

To make Light Layout in the theme change given below

var dark_layout = 'false';

Light layout is our default layout so if you want to use it then no need to change anything

PreviousCustomizerNextRtl Layout

Last updated 10 months ago

🎭
🌑