Config to support word colour format
Closed this issue · 1 comments
etolbakov commented
Currently excalidocker-config.yaml supports only hex
format for colors
...
services: # rectangle
background_color: "#b2f2bb"
....
ports: # ellipse
background_color: "#a5d8ff"
....
It would be helpful to let users specify colors like red
, blue
, green
, etc.
Potentially - this crate can be useful
https://docs.rs/hex_color/latest/hex_color/