/*
 * The Conversatron — the `bmw` theme.
 *
 * "Conversatron. The Ultimate Humor Machine." Corporate grey and a single corporate blue,
 * `themes/bmw.ini`. Theme by Xenocide.
 *
 * The joke is the restraint: bmw is the only theme that gives all three moods the *same*
 * colour, so an angry askee and a happy one are equally, expensively calm. That is not a
 * porting mistake — `entry_angry`, `entry_happy` and `entry_sad` are all `#5e95c0` in the
 * original, and flattening them here is the point.
 */

[data-theme="bmw"] {
    --body-bg: #ececec;
    --body-bg-image: none;
    --body-text: #000000;
    --link: #000099;
    --link-active: #000099;
    --link-visited: #000033;

    /* The only theme with a pure black table frame. */
    --home-table-color: #000000;
    --home-odd-color: #5e95c0;
    --home-even-color: #ffffff;

    --entry-title-bg: #5e95c0;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #000000;

    --entry-neutral: #ffffff;
    --entry-happy: #5e95c0;
    --entry-angry: #5e95c0;
    --entry-sad: #5e95c0;

    /*
     * `bmw.ini` defines no ghost colours. Ghost entries are writer-only and this theme
     * only ever renders an archived thread, so the value never showed; the shared
     * #cccccc/#333333 every other theme uses stands in rather than a fifth invented one.
     */
    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #000099;

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