This is an archive related to a previous version of Esri Maps for IBM Cognos. If you need the current version go to http://doc.arcgis.com/en/maps-for-cognos/.
When designing and configuring a report, report authors can define the look of the map layout by applying one of six predefined themes or by modifying one of these themes for the current report. In a theme, the following map layout elements are defined:
For more information, see Configure map settings and tools.
In addition, system administrators can create custom themes for their organization. Custom themes are defined in themes.json.txt. Once defined, a custom theme becomes available to report authors to apply to reports they are configuring.
A custom Light Blue theme has already been added to the file.
{
"themes": [
{
"name": "theme1",
"css": {
"headerColor": "#828282",
"headerHoverColor": "#01709d",
"accentColor": "#3093ca",
"accentTextColor": "#ffffff",
"fontFamily": "'Segoe UI', Avenir, 'Helvetica Neue', Arial, sans-serif",
"menuIconColor": "gray" //options are white, gray, black
}
},
{
"name": "theme 2",
"css": {
"headerColor": "#b3f189",
"headerHoverColor": "#076b2c",
"accentColor": "#b3f189",
"accentTextColor": "#101b14",
"fontFamily": "Tahoma, Geneva",
"menuIconColor": "black"
}
},
{
"name": "theme 3",
"css": {
"headerColor": "#828282"
}
}
]
}
The custom themes you created should be listed. If two or more themes have the same name, a number is appended to the name of each duplicate theme. If the JSON file has errors, the custom themes are not displayed in the list.