/*
 * The Conversatron — the `crayon` theme.
 *
 * "my first conversatron": wax crayon on sugar paper, `themes/crayon.ini`.
 *
 * Crayon is a half-converted theme, and the gaps are faithfully reproduced rather than
 * filled in. It spells its front-page row colours the *old* way — `evenindexcolor` /
 * `oddindexcolor`, which the 2005 engine stopped reading — and never defines
 * `home_tablecolor` at all. So its thread table really did have no frame and no banding:
 * rows sat directly on the paper background, and anyone browsing in crayon saw that.
 * `transparent` below reproduces it on purpose (§6.4: don't invent values).
 *
 * Only four archived threads are crayon, which is about what one person's personal theme
 * preference looks like rather than a sitewide era — see the note on `overridepost` in
 * THEME_CATALOG §1.
 */

[data-theme="crayon"] {
    --body-bg: #ffffff;
    --body-bg-image: url("/img/crayon/paper.jpg");
    --body-text: #000000;
    --link: #48444a;
    --link-active: #ff0000;
    --link-visited: #000066;

    /* Undefined in crayon.ini — see the note above. */
    --home-table-color: transparent;
    --home-odd-color: transparent;
    --home-even-color: transparent;

    --entry-title-bg: #7dc9e2;
    --entry-name-askee: #000000;
    --entry-name-asker: #0000ff;

    --entry-neutral: #ffffff;
    --entry-happy: #7fdac8;
    --entry-angry: #fd8666;
    --entry-sad: #7dc9e2;

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

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