I can't seem to change the camera config in a scene in manim; i put the following code at the top of a scene:
CONFIG = {
"camera_config":{"background_color": "#003399"}
}
but the background doesn't change; is there something else needed to change the background?