Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am getting a theme import error with this code:
{
"name": "Theme1",
"dataColors": ["#003B64", "#FFF200", "#FFD500", "#A9EOEA", "#231F20", "#49494A", "#737474", "#9A9B9B", "#C3C4C4", "#E7E7E7", "#FFFFFF"],
"background":"#FFFFFF",
"foreground": "#A9EOEA",
"tableAccent": "#FFD500"
}
I can't seem to find any problems with the code. Thoughts?
Solved! Go to Solution.
Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.
Also, just an fyi- i have tried importing as both a json and a text file- neither has worked.
Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.