:root .theme-dark {
    --bg: rgba(26, 23, 38, 0.6);
    --bg2: rgba(14, 13, 17, 0.6);
    --fg: rgb(226, 225, 232);
    --text: rgb(226, 225, 232);
    --text-high-contrast: rgb(248, 248, 242);
    --faint-contrast: rgba(40, 42, 54, 0.6);
    --ghost-contrast: rgba(28, 27, 34, 0.6);
    --ghost-contrast-alt: rgba(28, 27, 34, 0.6);
    --mild-contrast: rgb(68, 71, 90);
    --good-contrast: rgb(226, 225, 232);
    --success: rgb(74, 129, 69);
    --warning: rgb(249, 195, 118);
    --error: rgb(255, 85, 85);
    --focus-color: rgb(140, 118, 249);
    --link: rgb(249, 195, 118);
    --button-bg: rgb(14, 13, 17);
    --button-text: rgb(249, 195, 118);
    --button-hover-bg: rgb(28, 27, 34);
    --button-bg-rgb: 52, 52, 56;
    --border: rgb(28, 27, 34);
    --separator: rgb(28, 27, 34);
    --color: rgb(98, 114, 164);
}
