:root {
    --theme-color: #29af8c;
    --foot-wrapper-bg-color: #666;
    --foot-items-bg-color: #2e2e2e;
}
:root[data-theme="green"]  {
    /* --theme-color: #29af8c; */
    --foot-wrapper-bg-color: #4abfa0;
    --foot-items-bg-color: var(--theme-color);
}