/* theme: Dark */

body {
    /* text */
    --text: #ffffff;
    --text-muted: #ffffff99;
    --text-faint: #ffffff66;
    --text-dim: #ffffff40;

    /* surfaces */
    --bg-outer: #222222;
    --bg-inner: #191919;
    --border: #3B3B3B;
    --border-faint: #ffffff14;

    /* interaction */
    --accent: #2CA546;
    --error: #f87171;
    --teams: #3d2f81;
    --hover: #ffffff11;
    --active: #ffffff20;

    /* overlays */
    --backdrop: rgba(0, 0, 0, 0.3);
    --shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    /* syntax tokens */
    --code-comment: #6a9955;
    --code-keyword: #569cd6;
    --code-string: #ce9178;
    --code-number: #b5cea8;
    --code-function: #dcdcaa;
    --code-operator: #d4d4d4;
    --code-builtin: #4ec9b0;

    /* sizing */
    --border-radius: 5px;
    --tag-radius: 4px;
    --directory-width: 250px;
}
