Forum Discussion
Custom themes
- 11 years agoHi. It is not possible yet. But a certain of the designer was shown at ignite that had customized themes. So I guess we just need to keep waiting a little longer.
Cheers
Régis - 11 years ago
Hi! We're working on support for customizing the colors in your reports, but please go vote on the ideas you want implemented:
Thanks!
I keep getting an error when trying to bring in the Json file for the custom theme. I am using the St. Patricks Day file as a template and modifying the Hex codes to correspond with my companies colors.
{
"name": "XYZxyz",
"dataColors": ["#1E345D", "#768591", "#F38A00", "#99CAEA", "#DADFE1",
"background":"#FFFFFF",
"foreground": "#768591",
"tableAccent": "#1E345D"
}
Thanks, Steve
reddobe, you are missing a square bracket after "#DADFE1". Try this.
{
"name": "XYZxyz",
"dataColors": ["#1E345D", "#768591", "#F38A00", "#99CAEA", "#DADFE1"],
"background":"#FFFFFF",
"foreground": "#768591",
"tableAccent": "#1E345D"
}