The Web.config file has a special entry in it in the <configuration> section:

<appSettings>
   <add key="ThemeChoice" value="ProfessionalBlue" />
</appSettings>

which is used with one of the report definitions.

