so im working on a theme and i have some issues.
1. within the theme i try to adjust a property to a specifc diagram only. but the change applies to every other diagram with such property. syntax:
skinparam Sequence {
ArrowFontColor #DCDCDC
}
2. for sequence diagrams i want a different color for lifeline, active lifeline and arrows. it is kinda hard to read when those are the same color. i marked the three properties in the following screenshot.
https://i.postimg.cc/MK4gGTsr/test.png