/* 由 build.php 根据 config.php 自动生成 */
/* theme_id: 493 - 霓虹·金黄纪元 */
:root {
    --bg: #eff7fa;
    --paper: #ffffff;
    --paper-2: #f8fbfc;
    --ink: #295160;
    --muted: #2e91b8;
    --faint: #6db8d5;
    --line: #cde5ee;
    --brand: #06a3e0;
    --brand-2: #0478a4;
    --accent: #1f17d9;
    --accent-2: #0e08a1;
    --brand-rgb: 6, 163, 224;
    --accent-rgb: 31, 23, 217;
    --ap-bg: #eff7fa;
    --ap-panel: #ffffff;
    --ap-soft: #f8fbfc;
    --ap-ink: #295160;
    --ap-ink2: #2e91b8;
    --ap-muted: #2e91b8;
    --ap-faint: #6db8d5;
    --ap-line: #cde5ee;
    --ap-line2: #cde5ee;
    --ap-brand: #06a3e0;
    --ap-brand-d: #0478a4;
    --ap-brand-soft: rgba(6, 163, 224, 0.14);
    --ap-accent: #1f17d9;
    --ap-accent-soft: rgba(31, 23, 217, 0.14);
}
