Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Error importing theme file

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?

  • Anonymous's avatar
    Anonymous
    8 years ago

    Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Also, just an fyi- i have tried importing as both a json and a text file- neither has worked.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.