mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Added LIGHT_PINK
This commit is contained in:
parent
c6d6e500fb
commit
aec56c63be
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ COLOR_MAP = {
|
||||||
"DARKER_GRAY": "#222222",
|
"DARKER_GRAY": "#222222",
|
||||||
"GREY_BROWN": "#736357",
|
"GREY_BROWN": "#736357",
|
||||||
"PINK": "#D147BD",
|
"PINK": "#D147BD",
|
||||||
|
"LIGHT_PINK": "#DC75CD",
|
||||||
"GREEN_SCREEN": "#00FF00",
|
"GREEN_SCREEN": "#00FF00",
|
||||||
"ORANGE": "#FF862F",
|
"ORANGE": "#FF862F",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue