Forum Discussion
Anonymous
8 years agoNot applicable
Error importing custom theme
I created a custom theme based on one I downloaded from Power BI. All I changed were the color codes and the name. When I go to import, I get "Error importing theme file." Anyone know what's causing ...
- 8 years ago
Hey,
please check the hexcodes for the colors
"#FFD0000" (1st color) and "#78E1E" (3rd color)
The color codes have to be valid hexcodes 6signs (characters and numbers) plus the # sign
Regards,
Tom
tdwainwright
8 years agoNew Member
Hi,
I'm having a similiar challenge. I've recieved a JSON file that reads as follows but on importing get an error message?
Any thoughts on what is causing the problem?
{
"name": "Eight",
"dataColors": ["#0061A1", "#1C9BCE", "#52BEE7", "#B9E4F5", "#67757E", "#A2ADB4", "#E0E4E", "#8A1D20"],
"background": "#FFFFFF",
"foreground": "#3A6108",
"tableAccent": "#568410"
}