/*
    to create a new theme take this class and modify the class name and also the colours set.
    //Darkest : 0069c0
    //Second Darkest : 026fc9
    //Lightest : 107cd4
*/
:root {
    --Darkest-theme-color: #0069c0;
    --Second-theme-color: #026fc9;
    --Lightest-theme-color: #107cd4;
    --font-color: #fff;

    --SideBar-Background: #2d2d2d;
    --Content-Background: #353535;
    --iconItem-hover-color: #fff;
}

