mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Added light greys to color pallete
This commit is contained in:
parent
aa9d1822c7
commit
8f5ee436ec
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue