No modifications are currently possible in backtivisda; changes must be made directly in the data files.
Colors are defined in the file local/data/colors.json.
{
"version": "1.0.26",
"colors": [
{
"tags": "",
"html": "#ffffff"
},
{
{ "tags": "",
"html": "#000000"
}
]
}
Palettes are defined in the local/data/palettes.json file. They are simply a series of color arrays of different sizes.
[
[ "#ffffff" ],
[ "#000000" ],
[ "#000000", "#ffffff" ],
]