/* --------------------------------------------------------------------------------------------- */
/* TomatOS Classic Theme Default Colors CSS Document ------------------------------------------- */
/* Version 1.2.1a - Published January 1, 2024 ------------------------------------------------ */
/* Copyleft 2023 Chelsea Thorne ---------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

:root {
    /* Body Colors */
    --body-background-color: rgb(184,132,122);
    --body-background-gradiant: linear-gradient(140deg, rgba(184,132,122,1) 50%, rgba(102,147,82,1) 100%);
    --main-text-color: #1d1d1d;
    --emphasis-text-color1: #ef4d3c;
    --emphasis-text-color2: #64892f;
    --light-text-color: #ffffff;

    /* Window & UI Elements */
    --box-border-light: #ffffff;
    --box-border-mid: #aaaaaa;
    --box-border-dark: #3f3f3f;
    --box-body: #c0c0c0;
    --textarea-body: #ffffff;
    --box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
    --titlebar-gradiant-active: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(236,41,19,1) 35%, rgba(69,95,33,1) 100%);
    --titlebar-gradiant-inactive: linear-gradient(90deg, rgba(128,128,128,1) 0%, rgba(32,32,32,1) 100%);
    --divider: #dbdbdb;
    --highlight: #4a8000;

    /* Icons */
    --desktop-icon-highlight: rgba(181, 255, 147, 0.295);
    --desktop-icon-highlight-border: #1d1d1d 1px dotted;

}