:root {
    --theme-bg-color: rgb(24, 24, 24);
    --theme-text-color: rgb(160, 160, 160);
    --theme-primary-color: rgb(190, 190, 190);
    --theme-border-color: rgba(255, 255, 255, 0.06);
    --theme-container-color: rgb(15, 15, 15);
    --theme-sec-container-color: rgb(20, 20, 20);
    --theme-items-color: rgb(20, 20, 20);    
    --theme-active-color: rgb(30, 30, 30);
    --theme-light-color: rgb(40, 40, 40);

    --theme-table-stripe-color: rgba(255, 255, 255, 0.02);
    --theme-scrollbar-track: rgb(10, 10, 10);
}