Forum Discussion
Anonymous
8 years agoNot applicable
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?
- Anonymous8 years ago
Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.
2 Replies
- AnonymousNot applicable
Also, just an fyi- i have tried importing as both a json and a text file- neither has worked.
- AnonymousNot applicable
Looks like it didn't like the hex code used for black. When I switched to #000000, it worked fine.