Dark mode / dark theme instead of desert backgrounds

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/bugs
Post Reply
User avatar
mrbass
Posts: 60
Joined: 05 March 2015, 10:26

Dark mode / dark theme instead of desert backgrounds

Post 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
User avatar
mrbass
Posts: 60
Joined: 05 March 2015, 10:26

Re: Dark mode / dark theme instead of desert backgrounds

Post by mrbass »

Here's a more overall view of gameboard at end of game.
Image
User avatar
PrCalys
Posts: 7
Joined: 24 April 2020, 11:42
Contact:

Re: Dark mode / dark theme instead of desert backgrounds

Post by PrCalys »

Thank you for your contribution !
I added these modifictions in 1.0.21 release.
Post Reply

Return to “Alhambra”