- Blind mode tutorial
lichess.org
Donate

can we get option to change move highlight colour?

I find the move highlight colour too bright. I much prefer the colour that is used to highlight when a premove is done, can see it but doesn't stand out too bright. would be nice to have the option to pick from a few colours, with at least 1 of them more blended in and not so bright.

I find the move highlight colour too bright. I much prefer the colour that is used to highlight when a premove is done, can see it but doesn't stand out too bright. would be nice to have the option to pick from a few colours, with at least 1 of them more blended in and not so bright.

You can customize the color with Stylus: https://lichess.org/page/extend and for example:

@-moz-document domain("lichess.org") {
square.last-move { background-color: rgba(20, 30, 85, 0.5); }
}

You can customize the color with Stylus: https://lichess.org/page/extend and for example: @-moz-document domain("lichess.org") { square.last-move { background-color: rgba(20, 30, 85, 0.5); } }

didn't know that, thank you.

didn't know that, thank you.

This topic has been archived and can no longer be replied to.