:root.highcontrast {
    /* Base colors */
    --text-color: rgba(0, 0, 0, 0.85);
    --text-color-link: blue;
    --text-color-disabled: #999;
    --container-bg-color: white;
    --input-bg-color: white;
    --input-bg-color-disabled: white;
    --border-color: var(--blue);
    --color-active: var(--blue);
    --focus-outline: 2px solid black;
    --blue: #0a0082;
    --green: #00aa91;
    /* Tooltips */
    --tooltip-bg-color: #00aa919d;
    --tooltip-text-color: white;
    --tooltip-border-color: black;
    /* Map buttons */
    --map-button-bg-color: var(--green);
    --map-button-text-color: white;
    --map-button-hover-bg-color: white;
    --map-button-hover-text-color: black;
    --map-button-active-bg-color: white;
    --map-button-active-text-color: black;
    /* Panels (topbar and bottom bar) */
    --panel-bg-color: rgba(255, 255, 255);
    --panel-text-color: var(--text-color);
    /* Titlebars */
    --titlebar-bg-color: var(--blue);
    --titlebar-text-color: white;
    /* Button */
    --button-bg-color: white;
    --button-bg-color-hover: #ddd;
    --button-bg-color-active: black;
    --button-bg-color-active-hover: var(--green);
    --button-bg-color-disabled: white;
    --button-text-color: black;
    --button-text-color-hover: black;
    --button-text-color-active: white;
    --button-text-color-active-hover: white;
    --button-text-color-disabled: #999;
    /* List */
    --list-bg-color: white;
    --list-section-bg-color: var(--green);
    --list-section-text-color: white;
    --list-item-bg-color-even: #eee;
    --list-item-bg-color-hover: #ddd;
    --list-item-bg-color-active: #aaa;
    --list-item-bg-color-active-hover: #bbb;
    --list-item-text-color-hover: black;
    --list-item-text-color-active: black;
    --list-item-text-color-active-hover: black;
    /* App menu */
    --app-menu-bg-color: white;
    --app-menu-text-color: var(--text-color);
    --app-menu-bg-color-hover: #ddd;
    --app-menu-text-color-hover: black;
    --app-submenu-bg-color: var(--blue);
    --app-submenu-text-color: white;
    --app-submenu-bg-color-hover: var(--blue);
    --app-submenu-text-color-hover: white;
}

:root.dark {
    /* Base colors */
    --text-color: rgba(0, 0, 0, 0.85);
    --text-color-link: blue;
    --text-color-disabled: #999;
    --container-bg-color: white;
    --input-bg-color: white;
    --input-bg-color-disabled: white;
    --border-color: var(--blue);
    --color-active: var(--blue);
    --focus-outline: 2px solid black;
    --blue: #0a0082;
    --green: #00aa91;
    /* Tooltips */
    --tooltip-bg-color: #00aa919d;
    --tooltip-text-color: white;
    --tooltip-border-color: black;
    /* Map buttons */
    --map-button-bg-color: var(--green);
    --map-button-text-color: white;
    --map-button-hover-bg-color: white;
    --map-button-hover-text-color: black;
    --map-button-active-bg-color: white;
    --map-button-active-text-color: black;
    /* Panels (topbar and bottom bar) */
    --panel-bg-color: rgba(255, 255, 255);
    --panel-text-color: var(--text-color);
    /* Titlebars */
    --titlebar-bg-color: var(--blue);
    --titlebar-text-color: white;
    /* Button */
    --button-bg-color: white;
    --button-bg-color-hover: #ddd;
    --button-bg-color-active: black;
    --button-bg-color-active-hover: var(--blue);
    --button-bg-color-disabled: white;
    --button-text-color: black;
    --button-text-color-hover: black;
    --button-text-color-active: white;
    --button-text-color-active-hover: white;
    --button-text-color-disabled: #999;
    /* List */
    --list-bg-color: white;
    --list-section-bg-color: var(--green);
    --list-section-text-color: white;
    --list-item-bg-color-even: #eee;
    --list-item-bg-color-hover: #ddd;
    --list-item-bg-color-active: #aaa;
    --list-item-bg-color-active-hover: #bbb;
    --list-item-text-color-hover: black;
    --list-item-text-color-active: black;
    --list-item-text-color-active-hover: black;
    /* App menu */
    --app-menu-bg-color: white;
    --app-menu-text-color: var(--text-color);
    --app-menu-bg-color-hover: #ddd;
    --app-menu-text-color-hover: black;
    --app-submenu-bg-color: var(--blue);
    --app-submenu-text-color: white;
    --app-submenu-bg-color-hover: var(--blue);
    --app-submenu-text-color-hover: white;
}

