Fix for lifelines color in default theme

This commit is contained in:
Knut Sveidqvist
2025-01-31 15:15:55 +01:00
parent 7e9a29f486
commit 79218398ee

View File

@@ -190,8 +190,7 @@ class Theme {
/* Sequence Diagram variables */ /* Sequence Diagram variables */
// this.actorBorder = lighten(this.border1, 0.5); this.actorBorder = this.border1;
this.actorBorder = lighten(this.border1, 23);
this.actorBkg = this.mainBkg; this.actorBkg = this.mainBkg;
this.labelBoxBkgColor = this.actorBkg; this.labelBoxBkgColor = this.actorBkg;
this.signalColor = this.textColor; this.signalColor = this.textColor;