ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
26.48k stars 1.82k forks source link

Feat: dvipsnames and svgnames color palettes #3913

Closed christopher-hampson closed 2 weeks ago

christopher-hampson commented 2 months ago

Overview: What does this pull request change?

    >>> from manim import DVIPSNAMES
    >>> DVIPSNAMES.DARKORCHID
    ManimColor("#A4538A")
    >>> from manim import SVGNAMES
    >>> SVGNAMES.LIGHTCORAL
    ManimColor("##EF7F7F")

Motivation and Explanation: Why and how do your changes improve the library?

Links to added or changed documentation pages

Further Information and Comments

Reviewer Checklist