viewof example_theme = xySlider({
width: "100px",
theme: `
${theme_default}
:scope .zone {
border-radius: 100%;
border: 2px solid black;
box-shadow: none;
background: radial-gradient(black 40%, white);
color: black;
}
:scope .zone::before { background: green }
:scope .zone::after { background: red }
:scope .thumb {
--thumb-size: 20px;
background: white;
border: none;
box-shadow: 0 0 10px;
}
`
})