lichess.org
Donate

Option to adjust/turn off colors?

Recently, colors for different move annotations were added within lichess studies. I think this is an interesting addition.

I personally think the colored moves are distracting and would like to turn it off.

Is there a way to turn this off? Can we have this option added to our account settings please?
@InfiniteFlash said in #1:
> I personally think the colored moves are distracting and would like to turn it off.
>
> Is there a way to turn this off?

Unfortunately, no. That would jeopardize the new sponsorships from Sherman Williams, Jelly Belly, and Crayola.
@pepellou said in #2:
> AFAIK there's no setting on lichess, but you can install a browser extension to modify the website's styles (such as stylus - chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en) and then for example the rule

I'm not CSS-savvy, but I was able to adjust the colors of these moves appearance in the text pane via this code:

.tview2 move.good {
color:#BABABA
}

.tview2 move.interesting {
color: #BABABA;
}

.tview2 move.mistake {
color: #BABABA;
}

If you want to disable all of the colors, you'd have to adjust all of the move.attribute colors one by one. Not sure if there's a general function.

Thanks. Hope this helps.

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