:root:has(body[data-theme="terminus"]) {
    --accent-color: #c77dba !important;
}

/* Ensure any other elements that might be using the default color fallback to magenta too */
::selection {
    background: #c77dba;
    color: #fff;
}
