/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 475 - 霓虹·酒红华彩 */
:root {
    --bg: #f1f3f9;
    --paper: #ffffff;
    --paper-2: #f8f9fc;
    --ink: #293b60;
    --muted: #3e62b1;
    --faint: #718cc6;
    --line: #d1d9ea;
    --brand: #144fd2;
    --brand-2: #0838a1;
    --accent: #ebcd24;
    --accent-2: #c0a507;
    --brand-rgb: 20, 79, 210;
    --accent-rgb: 235, 205, 36;
    --ap-bg: #f1f3f9;
    --ap-panel: #ffffff;
    --ap-soft: #f8f9fc;
    --ap-ink: #293b60;
    --ap-ink2: #3e62b1;
    --ap-muted: #3e62b1;
    --ap-faint: #718cc6;
    --ap-line: #d1d9ea;
    --ap-line2: #d1d9ea;
    --ap-brand: #144fd2;
    --ap-brand-d: #0838a1;
    --ap-brand-soft: rgba(20, 79, 210, 0.14);
    --ap-accent: #ebcd24;
    --ap-accent-soft: rgba(235, 205, 36, 0.14);
}
