/*
 * The Conversatron — the `xmas` theme.
 *
 * Christmas: gold and green over falling snow, `themes/xmas.ini`. Theme by Rainbow Brite.
 *
 * The one theme whose askee names are dark (`#004400` green) and whose *asker* names are
 * white — every other theme has that the other way round. It is deliberate: the gold
 * title strip is light, so a white name would vanish on it.
 *
 * `themes/xmasn.py` is a separate, unregistered night version — a whole Python module
 * from before the theme engine existed, referencing images that are still present. It is
 * not ported; it was never reachable.
 */

[data-theme="xmas"] {
    --body-bg: #cacacd;
    --body-bg-image: url("/img/snowbkg.gif");
    --body-text: #07770f;
    --link: #d30711;
    --link-active: #ceb75f;
    --link-visited: #7d7f7c;

    --home-table-color: #cccc99;
    --home-odd-color: #ffffff;
    --home-even-color: #dddee8;

    --entry-title-bg: #ceb75f;
    --entry-name-askee: #004400;
    --entry-name-asker: #ffffff;

    --entry-neutral: #ffffcc;
    --entry-happy: #ccffcc;
    --entry-angry: #ff9966;
    --entry-sad: #99ccff;

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #d30711;

    --doc-banner-bg: #000000;
    --doc-banner-text: #ffffff;
}
