mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
17 lines
245 B
Python
17 lines
245 B
Python
from big_ol_pile_of_manim_imports import *
|
|
|
|
|
|
Lg_formula_config = {
|
|
"tex_to_color_map": {
|
|
"\\theta_0": WHITE,
|
|
"{L}": BLUE,
|
|
"{g}": YELLOW,
|
|
},
|
|
}
|
|
|
|
|
|
class You(PiCreature):
|
|
CONFIG = {
|
|
"color": BLUE_C,
|
|
}
|