mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
DARK_GREY
This commit is contained in:
parent
8c7dbe8efa
commit
3cc62e63aa
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ COLOR_MAP = {
|
|||
"BLACK" : "#000000",
|
||||
"GRAY" : "#888888",
|
||||
"GREY" : "#888888",
|
||||
"DARK_GREY" : "#444444",
|
||||
"DARK_GRAY" : "#444444",
|
||||
}
|
||||
PALETTE = COLOR_MAP.values()
|
||||
globals().update(COLOR_MAP)
|
||||
|
|
Loading…
Add table
Reference in a new issue