Page 1 of 1

Dark mode / dark theme instead of desert backgrounds

Posted: 15 May 2022, 06:04
by mrbass
I was able to get the player boards black and your own player board black background instead of the desert one. Also changed all 6 colors of stats to be bright colors. Blue was especially hard to see. I wasn't able to get the Stock area (white background), Common Money Select Area (colorful background), or player Money area (white background) nor even filter down brightness on player aid. Anyway definitely helps for those into dark mode / dark theme.

Copy and paste this code into the CSS section
https://github.com/bastien09/bga-dark-theme

Code: Select all

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-1 {
color:#5af3fb;
}

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-2 {
color:#fb412d;
}

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-3 {
color:#f8d29c;
}

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-4 {
color:#f9f2f5;
}

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-5 {
color:#a3cd4f;
}

.bgagame-alhambra .alhambra-stats .alhambra-stat.stat-6 {
color:#e3c6f3;
}

.bgagame-alhambra #bottom-part .alhambra-wrapper:before,.bgagame-alhambra #upper-part #right-part .alhambra-wrapper:before {
background-image:url(https://x.boardgamearena.net/data/themereleases/220513-1000/img/layout/desert-texture.jpg);
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
filter:brightness(0%);
}
Image
Image

Re: Dark mode / dark theme instead of desert backgrounds

Posted: 15 May 2022, 07:15
by mrbass
Here's a more overall view of gameboard at end of game.
Image

Re: Dark mode / dark theme instead of desert backgrounds

Posted: 22 May 2022, 17:01
by Calys
Thank you for your contribution !
I added these modifictions in 1.0.21 release.