Able Pro
CodeIgnitor
CodeIgnitor
  • ✨Introduction
  • 📐Quick Start
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • ☀️Theme Contrast
    • 🎨Preset Colors
    • 🔖Sidebar Caption
    • 🇦🇪Rtl Layout
    • 🔛Box Container
  • 📦Plugins
  • 📅Changelog
  • 🛟Support
Powered by GitBook
On this page
  1. Customizer

Light & Dark Layout

To make a Light / dark layout in the theme change value in "app/Config/Constants.php".

To make Dark Layout in the theme change given below

$dark_layout = 'true';

To make Light Layout in the theme change given below

$dark_layout = 'false';

To make the Layout theme depend on the user's operating system

$dark_layout = 'default';

Automatically sets the theme based on the user's operating system's color scheme.

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

​

PreviousCustomizerNextTheme Contrast

Last updated 8 months ago

🎭
🌑