manim
manim copied to clipboard
ManimColor YELLOW_C is inconsistent with other colors.
Description of bug / unexpected behavior
ManimColor YELLOW_C is inconsistent with other colors.
Maybe we need to change the YELLOW_C to PURE_YELLOW and and a new YELLOW_C like this:
PURE_YELLOW = ManimColor("#FFFF00") YELLOW_C = ManimColor("#F7D96F")
Then, we get a more consistent color system.
Expected behavior
How to reproduce the issue
Code for reproducing the problem
Paste your code here.
Additional media files
Images/GIFs
Logs
Terminal output
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
System specifications
System Details
- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)):
- RAM:
- Python version (
python/py/python3 --version): - Installed modules (provide output from
pip list):
PASTE HERE
LaTeX details
- LaTeX distribution (e.g. TeX Live 2020):
- Installed LaTeX packages:
FFMPEG
Output of ffmpeg -version:
PASTE HERE
Additional comments
I'd be fine with changing YELLOW_C, I even think this makes sense. In contrast to some of the other colors, I'd stick with PURE_YELLOW for YELLOW -- and then (CC @chopan050) also add PURE_MAGENTA and PURE_CYAN. These could then be added to the overview graphic in the docs on the right-hand side below the other PURE_* colors.