[data-theme="dark"]:root {
    --color-primary: #ee3932;
    --character: url("/themes/asuka-dark/images/character.png");
    --clock-logo: url("/themes/asuka-dark/images/clock_logo.webp");
    --qweather-logo: url("/themes/asuka-dark/images/clock_logo.webp");
    --chat:url("/themes/asuka-dark/images/asukaAIChat.png");
}

[data-theme="dark"] #nexmoe-background .nexmoe-bg {
    background-image: url("/themes/asuka-dark/images/background.png") !important;
}

[data-theme="dark"] .nexmoe-avatar {
    background-image: url("/themes/asuka-dark/images/avatar.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

[data-theme="dark"] .nexmoe-avatar img {
    display: none;
}