Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Custom Theme

Hi guys,   I tried importing a custom theme for my company, but keep getting an error message that it doesn't work. Here's the code: { "name": "Company", "dataColors": ["#01517...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi Anonymous ,

     

    After play with your code, I found you are use a invalid color code, please fix bold high light part with a valid color code: (6 bit hex characters)

     

    {
       "name":"Company",
       "dataColors":[
          "#015174",
          "#BFB4AA",
          "#D4CCC7",
          "#F8C276",
          "#ABBCC9",
          "#AAA093",
          "#DFBACC2",
          "#A0A0A0"
       ],
       "background":"#FFFFFF",
       "foreground":"#ee7799",
       "tableAccent":"#990011"
    }

     

     

    Regards,
    Xiaxin Sheng