mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Added light greys to color pallete
This commit is contained in:
@ -135,6 +135,8 @@ COLOR_MAP = {
|
||||
"PURPLE_A" : "#CAA3E8",
|
||||
"WHITE" : "#FFFFFF",
|
||||
"BLACK" : "#000000",
|
||||
"LIGHT_GRAY" : "#BBBBBB",
|
||||
"LIGHT_GREY" : "#BBBBBB",
|
||||
"GRAY" : "#888888",
|
||||
"GREY" : "#888888",
|
||||
"DARK_GREY" : "#444444",
|
||||
|
Reference in New Issue
Block a user