Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
godfreyan
Frequent Visitor

Errors Uploading Custom Themes

I had made a simple custom theme a while ago that has been working fine. Then today I was playing around with custom themes from the gallery to see what they did, and when I tried to switch back to the custom theme I had been using I got an error message that it could not be uploaded. The thing is, I haven't changed anything and it had been working before. Here is the code:

 

{
    "name": "UPMC Brand Theme",
    "dataColors": ["#771b61", "#904199", "#C784E2", "#4D104A", "#0092B3", "#A9B533", "#4D104A", "#F47721", "#BB2353", "#F37F89", "#CDDC29", "#FBAF5D", "#47C6E6", "#78777A", "#BDBBBB"],
    "background":"#DBD9D6",
    "foreground": "#363533",
    "tableAccent": "#666D70",
	
}

Do you see anything here that might be causing an error?

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

Hi @godfreyan 

 

I can see the issue in your code

 

{
    "name": "UPMC Brand Theme",
    "dataColors": ["#771b61", "#904199", "#C784E2", "#4D104A", "#0092B3", "#A9B533", "#4D104A", "#F47721", "#BB2353", "#F37F89", "#CDDC29", "#FBAF5D", "#47C6E6", "#78777A", "#BDBBBB"],
    "background":"#DBD9D6",
    "foreground": "#363533",
    "tableAccent": "#666D70"
	
}

Remove comma at the end of table accent enumneration.

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

2 REPLIES 2
BhaveshPatel
Community Champion
Community Champion

Hi @godfreyan 

 

I can see the issue in your code

 

{
    "name": "UPMC Brand Theme",
    "dataColors": ["#771b61", "#904199", "#C784E2", "#4D104A", "#0092B3", "#A9B533", "#4D104A", "#F47721", "#BB2353", "#F37F89", "#CDDC29", "#FBAF5D", "#47C6E6", "#78777A", "#BDBBBB"],
    "background":"#DBD9D6",
    "foreground": "#363533",
    "tableAccent": "#666D70"
	
}

Remove comma at the end of table accent enumneration.

 

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Thank you so much! That fixed it!

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.