mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Added GREY
This commit is contained in:
@ -133,6 +133,7 @@ COLOR_MAP = {
|
||||
"WHITE" : "#FFFFFF",
|
||||
"BLACK" : "#000000",
|
||||
"GRAY" : "#888888",
|
||||
"GREY" : "#888888",
|
||||
}
|
||||
PALETTE = COLOR_MAP.values()
|
||||
globals().update(COLOR_MAP)
|
||||
|
Reference in New Issue
Block a user