Forum Discussion
sy898661
Helper V
8 years agojson file color theme help
Hello, I am trying to create a new theme but cannot for the life of me figure out how to save as a json file. I do not have Notepad++, just regular notepad, and google does not seem to understand th...
- Anonymous8 years ago
HI sy898661,
Your custom theme doesn't necessarily have to be a json file as long as it's in a json format.
You can use Notepad and save it as a text file - it works fine. Just remember to change the file type in the file explorer when importing the custom theme so you can find the text file.
Import ThemeChange the file type
Anonymous
8 years agoNot applicable
HI sy898661,
Your json theme code has wrong color code, please modify these bold part as valid color code:
{
"name":"BMTheme",
"dataColors":[
"#a0a0a0",
"#646464",
"#02e56",
"#353d98",
"#0509c",
"#a9218E",
"#ee304e",
"#f26631"
]
}
Regards,
Xiaoxin Sheng