Problem
Currently, every field when defining a custom theme needs to be added. Most of these can be dynamically computed from a few base values, due to toggling the lightness, etc., which we use internally when defining themes.
Since this is basic color theory, it would be relatively easy to implement and simplify configuration. This would also help migrate to a Python package, since it would minimize the barrier to entry for people using it at runtime rather than using pre-defined styles.
Problem
Currently, every field when defining a custom theme needs to be added. Most of these can be dynamically computed from a few base values, due to toggling the lightness, etc., which we use internally when defining themes.
Since this is basic color theory, it would be relatively easy to implement and simplify configuration. This would also help migrate to a Python package, since it would minimize the barrier to entry for people using it at runtime rather than using pre-defined styles.