mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
DARK_GREY
This commit is contained in:
@ -136,6 +136,8 @@ COLOR_MAP = {
|
|||||||
"BLACK" : "#000000",
|
"BLACK" : "#000000",
|
||||||
"GRAY" : "#888888",
|
"GRAY" : "#888888",
|
||||||
"GREY" : "#888888",
|
"GREY" : "#888888",
|
||||||
|
"DARK_GREY" : "#444444",
|
||||||
|
"DARK_GRAY" : "#444444",
|
||||||
}
|
}
|
||||||
PALETTE = COLOR_MAP.values()
|
PALETTE = COLOR_MAP.values()
|
||||||
globals().update(COLOR_MAP)
|
globals().update(COLOR_MAP)
|
||||||
|
Reference in New Issue
Block a user