/* 
    Round Review Theme CSS - DARK theme
    by Maxelweb
*/

/* ========================================== */

:root {
    --primary: #4f73dd;
    --secondary: #666666;
    --warning: #784e27;
    --success: #658131;
    --danger: #813636;
    --muted: #666666;


    --theme-body-bg: #212123;
    --theme-body-text: #F0F0F0;
    --theme-banner-bg: #2c2c2f;
    --theme-banner-border: #474746;
    --theme-banner-text: #F0F0F0;
    --theme-banner-a: #CCC;
    --theme-banner-a-hover: #C0C0C0;
    --theme-banner-nav-hover: #434344;
    --theme-input-tables-bg: #272729;
    --theme-input-tables-border: #1b1b1d;
    --theme-input-focus-primary: #1d2c5a;
    --theme-input-focus-secondary: #2e2f30;
    --theme-a-link: #5c7de1;
    --theme-a-link-hover: #5c6ea6;

    --theme-resources-folder-bg: #39393d;
    --theme-resources-folder-border: #333;
    --theme-resources-folder-bg-hover: #45454e;

    --theme-document-widget-bg: #272729;

    --theme-toolbars-bg: #222;
    --theme-toolbars-border: #212123;
    --theme-toolbars-alt-border: #333;
    --theme-toolbars-outline-border: #212123;
    --theme-toolbars-shadow: rgba(0,0,0,0.3);

    --theme-comment-bg: #333;
    --theme-comment-border: #333;
    --theme-comment-control: #ffff44;
}
