What am i doing wrong in the colors?Solved

what am i doing wrong with background color and the buttoms? heres my config of those sellected areas.

{
"ActiveButtonColor": "#00ff00ff",
"BackgroundColor": "#000000ff",
"BackgroundImage": {
"Enabled": true,
"Position": {
"MaxX": 1.0,
"MaxY": 1.0,
"MinX": 0.0,
"MinY": 0.0
},
"TransparencyInPercent": 100,
"Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg"
},
"CloseButtonColor": "#ff0000ff",
"InactiveButtonColor": "#ffff00ff",
"NextPageButtonColor": "#00ff00ff",
"Position": {
"MaxX": 0.9,
"MaxY": 0.9,
"MinX": 0.15,
"MinY": 0.2
},
"PrevPageButtonColor": "#00ff00ff",

take off the FF on each of those,

found out it was at the wrong area. it was further down for it. solved it myself :D

Locked automatically