Here are some user themes packaged in .css on a browser pugin. (https://userstyles.org/styles/browse/lichess)
Here is a tutorial to do this manually by my friend @neiio (http://en.lichess.org/forum/lichess-feedback/tutorial---how-to-modify-lichesss-board-colors#1
Here's my personal setup, you can edit this to fit your setup as you please.
First download stylebot in your browser plugin store.
Second open plugin> Open Stylebot when on a lichess page
Hit edit CSS on the bottom left of the application menu
Paste this (my personal code. Mind if its sloppy)
"#site_baseline {
color: #5c5c5c;
}
#site_title {
color: #383338;
}
#timeline {
border-style: none;
color: #1f1f1f;
font-family: Helvetica;
}
a.goto_nav.blank_if_play {
color: #2b282b;
}
a.move {
color: #ffffff;
}
a.toggle span {
color: #575157;
}
a.user_link {
color: #919191;
font-family: Helvetica;
}
a.user_link.ulpt {
color: #424142;
}
@import url(http://fonts.googleapis.com/css?family=Georgia);
body.dark {
background-image: url(http://i.imgur.com/Dwd9km5.jpg);
background-repeat: repeat ;
}
div.entry {
border-style: none;
color: #2e2d2e;
font-family: Helvetica;
}
div.entry a {
color: #383838;
font-family: Helvetica;
}
div.loader {
color: #e6dae6;
}
div.mono-piece.pawn {
color: ;
;
}
div.nb_connected_players {
color: #393b39;
}
div.watchers {
color: #4a4a4a;
}
span.is2.on {
color: #404040;
}
td.last a {
border-style: none;
}
"
Here are some user themes packaged in .css on a browser pugin. (https://userstyles.org/styles/browse/lichess)
Here is a tutorial to do this manually by my friend @neiio (http://en.lichess.org/forum/lichess-feedback/tutorial---how-to-modify-lichesss-board-colors#1
Here's my personal setup, you can edit this to fit your setup as you please.
First download stylebot in your browser plugin store.
Second open plugin> Open Stylebot when on a lichess page
Hit edit CSS on the bottom left of the application menu
Paste this (my personal code. Mind if its sloppy)
"#site_baseline {
color: #5c5c5c;
}
#site_title {
color: #383338;
}
#timeline {
border-style: none;
color: #1f1f1f;
font-family: Helvetica;
}
a.goto_nav.blank_if_play {
color: #2b282b;
}
a.move {
color: #ffffff;
}
a.toggle span {
color: #575157;
}
a.user_link {
color: #919191;
font-family: Helvetica;
}
a.user_link.ulpt {
color: #424142;
}
@import url(http://fonts.googleapis.com/css?family=Georgia);
body.dark {
background-image: url(http://i.imgur.com/Dwd9km5.jpg);
background-repeat: repeat ;
}
div.entry {
border-style: none;
color: #2e2d2e;
font-family: Helvetica;
}
div.entry a {
color: #383838;
font-family: Helvetica;
}
div.loader {
color: #e6dae6;
}
div.mono-piece.pawn {
color: ;
;
}
div.nb_connected_players {
color: #393b39;
}
div.watchers {
color: #4a4a4a;
}
span.is2.on {
color: #404040;
}
td.last a {
border-style: none;
}
"