:root {
    --black: #000;
    --accent: #b65edf;
    --accent-tx: #b65edf80;
    --accent-light: #fef;
    --primary-color: white;
    --window-background: #eee;
    --window-background-hi: #fff;
    --window-background-lo: #ddd;
    --border-color: lightgray;
    --text: #000;
    --text-lo: #444;
    --text-over-primary: black;
    --text-over-primary-hover: var(--accent);
    --text-over-accent: #eee;
    --text-over-accent-hover: #fff;
    --placeholder: #fff;
    --inputs: #ffe;
    --shadow-color: black;
    --back-success: #efe;
    --back-warning: #ffd;;
    --back-error: #fee;
    --alpha-band: rgba(0, 0, 0, 0.1);
    --alpha-gradient: white;
    --accent-alt: yellow;

    --bg-error: red;
    --bg-ok: green;
    --bg-warning: #660;
}
