Sidebar Color

We have provided multiple sidebar color options and which seems very easy to have it. You need to change the below value in the Admin/src/assets/js/layout-setup.js file. Set the defaultValue for "data-sidebar-color" to "default" or "dark" as per your requirement.

const settings = [
    { attribute: "data-layout", defaultValue: "vertical" },
    { attribute: "data-bs-theme", defaultValue: "light" },
    { attribute: "data-content-width", defaultValue: "default" },
    { attribute: "dir", defaultValue: "ltr" },
    { attribute: "data-sidebar-color", defaultValue: "light" },
    { attribute: "data-sidebar", defaultValue: "default" },
    { attribute: "data-theme-colors", defaultValue: "default" },
];

{ attribute: "data-sidebar-color", defaultValue: "light" },

{ attribute: "data-sidebar-color", defaultValue: "dark" },