/*
    to create a new theme take this class and modify the class name and also the colours set.
    //Darkest : 6a1b9a
    //Second Darkest : 7b1fa2
    //Lightest : 8e24aa
*/
:root {
    --Darkest-theme-color: #21042b;
    --Second-theme-color: #400379;
    --Lightest-theme-color: #38006b;
    --font-color: #fff;

    --SideBar-Background: #21042b;
    --Content-Background: #353535;
    --iconItem-hover-color: #fff;
}

