Page 1 of 1

Please offer dark background

Posted: 09 March 2023, 22:20
by Tigo_BSW
Hi everybody, the beige-wooden background is not easy to bear. Usually you can choose between dark and bright background in many apps. So it would be nice to offer this for the BGA too.
Its really hard.
Also the structure of the wood is not so nice. I have the same problem in the mobile phone App *, there you can change from bright to dark, but, still with the wooden structure. I can state after about 3 yr of playing this - it stills annoys me.

So, if you change, please change to a unstructured white or black :)

I saw in the Forum, I'm not the only one with this perception.
Many thanks
Barbara

*moderator edit: please do not name specific other gaming apps on BGA

Re: Please offer dark background

Posted: 03 May 2023, 20:47
by Simiagain
You can change it using custom CSS. On your BGA preferences tab select advanced, and into the textarea paste the following code:

Code: Select all

body {
  background:url(https://cdn.discordapp.com/attachments/334713796193026049/710093648561176606/bgadark.jpg);
}
Press Ctrl+F5 to reset your browser's cache, and navigate to the main page of BGA.
The code will change the wooden patterned background to a darker, and less saturated one. (Image from Blacktango) If it's still not enough dark, then try using this one:

Code: Select all

html {
  background-color: #111;
 }
 

Re: Please offer dark background

Posted: 04 May 2023, 18:47
by Blacktango
Don't forget to vote for the black theme suggestion here! ;)