/*
    ### Dark Theme ###
*/
:root {
    --theme-logo-color: 221, 151, 123;
    /*
    --theme-color-1: 46, 36, 28;
    --theme-color-2: 57, 47, 39;
    --theme-color-3: 68, 58, 50;
    --theme-color-borders: 104, 94, 86;
    */
    /*
    --theme-color-1: 9, 51, 42;
    --theme-color-2: 20, 62, 53;
    --theme-color-3: 29, 71, 58;
    --theme-color-borders: 67, 109, 90;
    */
    --theme-color-1: 28, 43, 67;
    --theme-color-2: 31, 51, 84;
    --theme-color-3: 33, 58, 99;
    --theme-color-borders: 56, 92, 146;
    --theme-color-text: 240, 240, 240;
    --theme-color-toolbar: var(--theme-color-text);
    --theme-noise-bg: url('/img/noise-dark.png');
    --theme-noise-bg-opposite: url('/img/noise-light.png');
    --theme-arrow-point-down: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 0 20 5"><polygon style="fill:rgb(240, 240, 240);" points="0 0,20 0,10 5"/></svg>');
    --theme-arrow-point-up: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="5" viewBox="0 -5 20 5"><polygon style="fill:rgb(240, 240, 240);" points="0 0,10 -5,20 0"/></svg>');
    --theme-arrow-point-right: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="20" viewBox="0 0 5 20"><polygon style="fill:rgb(240, 240, 240);" points="0 0,5 10,0 20"/></svg>');
    --theme-arrow-point-left: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="20" viewBox="-5 0 5 20"><polygon style="fill:rgb(240, 240, 240);" points="0 0,0 20,-5 10"/></svg>');
    --theme-circle: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 2 2"><circle style="fill:rgb(240, 240, 240);" cx="1" cy="1" r="1"/></svg>');
    --theme-svg-solid: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" viewBox="0 0 1 1" preserveAspectRatio="none"><rect width="1" height="1" style="fill:rgb(240, 240, 240);"/></svg>');
}