Hi juniew,
Can to add or to eliminate the colors, as to add or to eliminate the color name in color array:
#support extra color themes
$ja_color_themes = array('blue','orange','green'); // You can add more color array if needed
for example, only make one orange color, we modify that:
#support extra color themes
$ja_color_themes = array('orange'); // You can add more color array if needed
Or if you want to eliminate the choice of colors, you can config site tools option and don’t modify colour array.
# Enable users option
$ja_tool = 1; // 0: disable all; 1: disable color, enable screen; 2: enable
🙂