There is methods in Theme, which allow to manipulate clear color of it:
void clear_color( String name, String type )
void set_color( String name, String type, Color color )
But there is no explanation of format of the first and second argument.
Can someone explain please?