Able Pro
Bootstrap
Bootstrap
  • ✨Welcome
  • πŸ“Quick Start
  • πŸ—οΈStructure
    • πŸ“‚Directory Structure
    • πŸ“„Page Structure
  • 🎭Customizer
    • πŸŒ‘Light & Dark Layout
    • β˜€οΈTheme Contrast
    • 🎨Preset Colors
    • πŸ”–Sidebar Caption
    • πŸ‡¦πŸ‡ͺRtl Layout
    • πŸ”›Box Container
  • πŸ“¦Dependencies
  • πŸ“…Changelog
  • 🏁RoadMap
Powered by GitBook
On this page
  1. 🎭Customizer

πŸŒ‘Light & Dark Layout

PreviousCustomizerNextTheme Contrast

Last updated 1 year ago

CtrlK

To make a Light / dark layout in the theme change value in "/gulpfile.js".

To make Dark Layout in the theme change given below

const dark_layout = 'true';

To make Light Layout in the theme change given below

const dark_layout = 'false';

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