Able Pro
Django
Django
  • Introduction
  • Getting Started
  • Folder Structure
  • 📄Page Structure
  • Customizer
    • Light & Dark Layout
    • Theme Contrast
    • Preset Colors
    • Sidebar Caption
    • Rtl Layout
    • Box Container
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  1. Customizer

Theme Contrast

To change theme contrast in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".

To add contrast in the theme change given below

data-pc-theme_contrast="true";
at : <body data-pc-theme_contrast="true">

To remove contrast in the theme change given below

data-pc-theme_contrast="false";
at : <body data-pc-theme_contrast="false">
PreviousLight & Dark LayoutNextPreset Colors

Last updated 9 months ago