/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 223 - 深邃·柠黄涟漪 */
:root {
    --bg: #e0d4d2;
    --paper: #ffffff;
    --paper-2: #e6e1e0;
    --ink: #361d17;
    --muted: #8f6156;
    --faint: #b89a94;
    --line: #e3dbd9;
    --brand: #873422;
    --brand-2: #5a1f11;
    --accent: #3fb12b;
    --accent-2: #257e15;
    --brand-rgb: 135, 52, 34;
    --accent-rgb: 63, 177, 43;
    --ap-bg: #e0d4d2;
    --ap-panel: #ffffff;
    --ap-soft: #e6e1e0;
    --ap-ink: #361d17;
    --ap-ink2: #8f6156;
    --ap-muted: #8f6156;
    --ap-faint: #b89a94;
    --ap-line: #e3dbd9;
    --ap-line2: #e3dbd9;
    --ap-brand: #873422;
    --ap-brand-d: #5a1f11;
    --ap-brand-soft: rgba(135, 52, 34, 0.14);
    --ap-accent: #3fb12b;
    --ap-accent-soft: rgba(63, 177, 43, 0.14);
}
