Addition of custom themes for Manim #2834
MrDiver
started this conversation in
Suggestions and Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some form of implementation of this
@behackl and I discussed this a while ago. It would be nice to have some theme based color selection which can be replaced. The idea is to have constants such as
FOREGROUND_COLOR
,BACKGROUND_COLOR
and so on. The specific naming of these constants can be discussed here.I would suggest doing this with an enum of some sort and then switching the Enum values with a theme selector or something like that!
Example from PR
Beta Was this translation helpful? Give feedback.
All reactions