mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Added GRAY constant
This commit is contained in:
parent
8c5929532a
commit
83c8d8bbd4
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ COLOR_MAP = {
|
|||
"PURPLE_A" : "#CAA3E8",
|
||||
"WHITE" : "#FFFFFF",
|
||||
"BLACK" : "#000000",
|
||||
"GRAY" : "#888888",
|
||||
}
|
||||
PALETTE = COLOR_MAP.values()
|
||||
globals().update(COLOR_MAP)
|
||||
|
|
Loading…
Add table
Reference in a new issue