Example
set("custom_colors/font_color",Color(1,0,0))
any parameter that doesn't have a direct getter or setter method can be accessed through
get(-the path hint you get when mousing over any parameter-)
e.g "custom_colors/font_color"
get() also needs a second parameter witch is what you want to change
e.g Color(1,0,0)