:root {
    --theme-pentominoes-selected: azure;
    --theme-pentominoes-unlit: #888;
    --theme-pentominoes-black: #222;
}
:root.theme-dark {
    --theme-pentominoes-unlit: #666;
}