[data-theme=dark] {
    --theme-col-txt-bright: #fff;
    --theme-col-txt-regular: #d5dbdd;
    --theme-col-txt-mid: rgba(171, 182, 186, 0.9);
    --theme-col-txt-mute: rgba(171, 182, 186, 0.8);
    --theme-col-txt-light: rgba(171, 182, 186, 0.6);
    --theme-col-line-color: rgba(171, 182, 186, 0.15);
    --theme-col-background: #17242c;
    --theme-col-bg-tint: rgba(171, 182, 186, 0.1);
    --theme-col-overlay-bg: rgba(15, 38, 46, 0.9);
    --theme-col-overlay-fg: #fff;
    --theme-col-codeblock-bg: #212e36;
    --theme-col-code-bg: #304450;
    --theme-col-form-bg:var(--theme-col-bg-tint);
    --theme-col-form-border: rgba(171, 182, 186, 0.3);
    --theme-col-form-outline: rgba(128, 149, 179, 0.3);
}