:root {
    --bg-color: #0d1117;
    --container-bg: #161d26;
    --brand-color: #58a6ff;
    --track-color: #303b47;
    --text-color: #c9d1d9;
    --help-color: #94a3b8;
    --btn-bg: #1f2935;
}


.theme {
    --bg-color: #0d1117;
    --container-bg: #10151c;
    --brand-color: #58a6ff;
    --track-color: #303b47;
    --text-color: #c9d1d9;
    --help-color: #94a3b8;
    --btn-bg: #1f2935;
}