:root body[theme-model='dark'] {
    /* 通用颜色高亮 */
    --common-text-highlight: #35759b;

    /* 通用背景 */
    --common-body-bg: #1e1e20;
    /* 侧边栏背景 */
    --slider-body-bg: rgba(255, 255, 255, 0.65);
    /* 会话列表背景 */
    --ai-list-bg: rgba(0, 0, 0, 1);

    /* 通用文字颜色 */
    --common-text-color: #fff;

    /* 输入框背景色 */
    --ai-input-bg: rgba(0, 0, 0, 1);

    /* 历史记录输入框背景色 */
    --session-input-bg: #f4f4f4;

    --login-background: url('public/svg/assets-login-bgc.svg');
}
