/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 17 - 柠檬活力 */
:root {
    --bg: #f6f6f3;
    --paper: #ffffff;
    --paper-2: #fafaf9;
    --ink: #62602d;
    --muted: #989761;
    --faint: #a8a785;
    --line: #ebebe5;
    --brand: #d4d163;
    --brand-2: #cec92c;
    --accent: #4dd21e;
    --accent-2: #329c0d;
    --brand-rgb: 212, 209, 99;
    --accent-rgb: 77, 210, 30;
    --ap-bg: #f6f6f3;
    --ap-panel: #ffffff;
    --ap-soft: #fafaf9;
    --ap-ink: #62602d;
    --ap-ink2: #989761;
    --ap-muted: #989761;
    --ap-faint: #a8a785;
    --ap-line: #ebebe5;
    --ap-line2: #ebebe5;
    --ap-brand: #d4d163;
    --ap-brand-d: #cec92c;
    --ap-brand-soft: rgba(212, 209, 99, 0.14);
    --ap-accent: #4dd21e;
    --ap-accent-soft: rgba(77, 210, 30, 0.14);
}
