/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 486 - 霓虹·宝蓝风暴 */
:root {
    --bg: #f3e2f1;
    --paper: #ffffff;
    --paper-2: #f8f1f8;
    --ink: #4f224a;
    --muted: #b63eaa;
    --faint: #cc7bc3;
    --line: #e9cde6;
    --brand: #bc10aa;
    --brand-2: #89067b;
    --accent: #7cbc10;
    --accent-2: #528104;
    --brand-rgb: 188, 16, 170;
    --accent-rgb: 124, 188, 16;
    --ap-bg: #f3e2f1;
    --ap-panel: #ffffff;
    --ap-soft: #f8f1f8;
    --ap-ink: #4f224a;
    --ap-ink2: #b63eaa;
    --ap-muted: #b63eaa;
    --ap-faint: #cc7bc3;
    --ap-line: #e9cde6;
    --ap-line2: #e9cde6;
    --ap-brand: #bc10aa;
    --ap-brand-d: #89067b;
    --ap-brand-soft: rgba(188, 16, 170, 0.14);
    --ap-accent: #7cbc10;
    --ap-accent-soft: rgba(124, 188, 16, 0.14);
}
