I have been trying out Manim Community. I am wondering if there is a way to change the text colour to black through out the whole program by calling config
.
I can change the background colour using config.background_color = WHITE
. I have tried searching online and trying random things (like config.text_colour = BLACK
) to no avail. Thanks!