:root {
    /*
    --mainColor: Links, buttons, non-selected input fields, content-subhead, code
    --mainColorLight: Highlighted input fields, highlighted scrollbar
    --mainBackgroundColor: Background on all pages
    --detailsColor: Placeholder on text inputs, checkboxes
    --mainTextColor: Text. Doesn't include form placeholder text
    --headlineColor: h1...h6
    --linksColor: Links, similar color to mainColor
    --linksHoverColor: Hover over links, similar to linksColor
    --headerColor: Background header color, background scrollbar
    --selectedHeaderPageColor: Currently selected page in the header. Similar to detailsColor
    --dropdownMenuColor: 'Info' dropdown menu color. Similar to headerColor. help-tip elements (explanation), tooltips, hover over bubbles
    --hoverBubbleColor: Hover over bubbles
    --headerLinksColor: Links in the navigation bar. Also folder's navigation bar
    --headerLinksHoverColor: Hover over navigation links
    --errorColor: Errors
    --warningColor: Warnings
    --scrollbarInactive: Non-selected scrollbar, similar to mainColor
    --bubble: Background color on all source code
    --inputFieldTextColor: Password and text box input text color
    --tor: Tor logo

    --fileColor: File names
    --fileSize: File sizes
    --fileDownloads: Number of times a file has been downloaded

    --folderHeaderColor: Background color for header in folder view
    --folderHeaderTextColor: Text color in folder header
    --folderTableBorderColor: Delimiter between files in folder view
    --folderSize: Folder's total size rgb(37, 129, 240)*/

    --mainColor: rgb(37, 129, 240);
    --mainColorLight: rgb(37, 129, 240);
    --mainBackgroundColor: #1a1e26;
    --detailsColor: #282e2c;
    --mainTextColor: rgb(37, 129, 240);
    --headlineColor: rgb(37, 129, 240);
    --linksColor: rgb(37, 129, 240);
    --linksHoverColor: #aadbc8;
    --headerColor: #1a1e26;
    --selectedHeaderPageColor: rgb(37, 129, 240);
    --dropdownMenuColor: #181c24;
    --hoverBubbleColor: #181c24;
    --headerLinksColor: rgb(37, 129, 240);
    --headerLinksHoverColor: #aadbc8;
    --errorColor: rgb(206, 38, 38);
    --warningColor: rgb(37, 129, 240);
    --scrollbarInactive: rgb(37, 129, 240);
    --bubble: #181c24;
    --inputFieldTextColor: rgb(255, 255, 255);
    --tor: #7c4598;

    --fileColor: rgb(37, 129, 240);
    --fileSize: rgb(37, 129, 240);
    --fileDownloads: rgb(37, 129, 240);

    --folderHeaderColor: rgb(37, 129, 240);
    --folderHeaderTextColor: rgb(37, 129, 240);
    --folderTableBorderColor: rgb(37, 129, 240);
    --folderSize: rgb(37, 129, 240);
}
