Merge pull request #3038 from pinghe/develop

Add C4 Diagram. Compatible with C4-PlantUML syntax.
This commit is contained in:
Knut Sveidqvist
2022-06-07 17:12:10 +02:00
committed by GitHub
18 changed files with 2979 additions and 0 deletions

View File

@@ -95,6 +95,11 @@ class Theme {
this.taskTextDarkColor = this.taskTextDarkColor || this.textColor;
this.taskTextClickableColor = this.taskTextClickableColor || '#003163';
/* Sequence Diagram variables */
this.personBorder = this.personBorder || this.primaryBorderColor;
this.personBkg = this.personBkg || this.mainBkg;
/* state colors */
this.transitionColor = this.transitionColor || this.lineColor;
this.transitionLabelColor = this.transitionLabelColor || this.textColor;