:root {
    --theme: rgb(0, 0, 0);
    --theme-focus: rgb(100, 100, 100);
    --theme-border: rgb(50, 50, 50);
    --theme-input-focus-border: rgb(100, 100, 100);
    --theme-input-focus-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100, 100, 100,.6);
}

/*
ORIGINALS
=========
--theme: #428bca;
--theme-bg: #3276b1;
--theme-border: #285e8e;
*/