Changing the colors of buttons?Solved
Sorry for stupid question,but how to change buttons colors,i was changing all numbers but the color not changing.
First, you need to set an option
    "Default UI style (center, lite, right, custom)": "custom",​

then edit

    "ButtonsColor": "0 0 0 1",
    "LootAllColor": "0 0 0 1",

to get all black not transparent buttons, for example

Locked automatically