.skinroot.dark {
    --accent-light: #435;
    --window-background: #333;
    --window-background-hi: #111;
    --window-background-lo: #222;
    --border-color: #444;
    --text: #ccc;
    --text-lo: #999;
    --text-over-primary: white;
    --text-over-primary-hover: #fff;
    --text-over-accent: #eee;
    --text-over-accent-hover: #fff;
    --placeholder: black;
    --inputs: #080808;
    --black: #000;
    --shadow-color: var(--border-color);
    --back-success: #020;
    --back-warning: #420;
    --back-error: #200;
    --alpha-band: rgba(0,0,0,0.4);
    --alpha-gradient: rgba(0,0,0,0.5);
    --accent: #d0c;
    --accent-tx: #dd00cc80;
    --primary-color: #000;
}
