polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
514 stars 47 forks source link

Support generating pictures with light background #484

Closed tengstrand closed 3 weeks ago

tengstrand commented 2 months ago

Support color-mode:light when generating pictures with polyx, e.g,.:

clojure -M:polyx info color-mode:light out:info-light.png

If we want a transparent background, we can type:

clojure -M:polyx info out:info-transparent.png :transparent

I needed this functionality myself, if you wonder why this was prioritized! :-)