Page 1 of 1

White background alternative

PostPosted: Wed Oct 28, 2020 9:57 pm
by Invisible Witness
Is there an option to choose different background color? I thought I saw some workaround on First Access page. Maybe in future version we could have darker option.

Re: White background alternative

PostPosted: Thu Oct 29, 2020 8:54 am
by brooks_piggott
Create a text file called CustomTheme.css in your docs/wolverine studios/ddspf21 folder that the game will pick up.

To darken the background and bold everything in the grids you could use something like:

Code: Select all
    body, .ui.table, .ui.table > thead > tr > th {background-color: #f2f3f4; color: #000; text-shadow: none; font-weight: bold;}



Unfortunately we can't really document all of the screens and options that you can use here. Some of the screens adhere to a specific design and won't pick up the changes, other screens will pick them up and look subpar. Feel free to play around with the colors and font-weighting.