/*
 * Theme "dark_purple" - The admin pages, the code map, edit2 and the studios.
 *
 * One of the parts css/theme/dark_purple/ is split into, by the screen each token
 * serves; the screens are the ones section 0 of css/style_game_common.css
 * marks its groups with, and the design studio names its slots with.
 * A theme is a delta: what is not here keeps the default value.
 */

:root {
    /* --- Admin bars -------------------------------------------------------- */
    --qeng-admin-bar-bg: #121113;

    /* --- The game editor (edit2) ------------------------------------------- */
    --qeng-edit-dead-bg: #161517;
    --qeng-edit-dead-text: #b5b2bc;
    --qeng-edit-dead-border: #291f43;
    --qeng-edit-drop-bg: #232225;
    --qeng-edit-drop-line: #6e56cf;
}

:root[data-theme="dark"] {
    /* --- Admin bars in dark mode ------------------------------------------- */
    --qeng-admin-bar-bg: #121113;

    /* --- The game editor in dark mode -------------------------------------- */
    --qeng-edit-dead-bg: #161517;
    --qeng-edit-dead-text: #b5b2bc;
    --qeng-edit-dead-border: #291f43;
    --qeng-edit-drop-bg: #232225;
    --qeng-edit-drop-line: #6e56cf;
}
