Skip to content

Lichess: black & white Gioco pieces by pabe

Screenshot of Lichess: black & white Gioco pieces

Details

Authorpabe

LicenseMIT

Categorylichess

Created

Updated

Size616 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Lichess original Gioco piece set has a warm yellowish tint. I'm not too fond of this, so here is a userstyle to make this piece set black & white instead.

Notes

Use the gioco piece set.

Source code

/* ==UserStyle==
@name           Lichess: black & white Gioco pieces
@namespace      pabe
@version        202405302300
@description    Lichess original Gioco piece set has a warm yellowish tint. This userstyle makes this piece set black & white instead.
@author         pabe (https://userstyles.world/user/pabe)
@licence.       MIT
==/UserStyle== */

@-moz-document domain("lichess.org") {
    body[data-piece-set="gioco"] cg-board .black {
        filter: saturate(10%) brightness(80%);
    }
    body[data-piece-set="gioco"] cg-board .white {
        filter: saturate(10%) brightness(105%);
    }
}

Reviews

No reviews yet.