Update theme-base.js

This commit is contained in:
Lishid
2020-10-22 22:14:10 -04:00
committed by GitHub
parent d473f3904a
commit 521bfc66f0

View File

@@ -63,8 +63,8 @@ class Theme {
this.clusterBorder = this.clusterBorder || this.tertiaryBorderColor; this.clusterBorder = this.clusterBorder || this.tertiaryBorderColor;
this.defaultLinkColor = this.defaultLinkColor || this.lineColor; this.defaultLinkColor = this.defaultLinkColor || this.lineColor;
this.titleColor = this.titleColor || this.tertiaryTextColor; this.titleColor = this.titleColor || this.tertiaryTextColor;
this.edgeLabelBackground = this.edgeLabelBackground || this.edgeLabelBackground =
(this.darkMode ? darken(this.secondaryColor, 30) : this.secondaryColor); this.edgeLabelBackground || (this.darkMode ? darken(this.secondaryColor, 30) : this.secondaryColor);
this.nodeTextColor = this.nodeTextColor || this.primaryTextColor; this.nodeTextColor = this.nodeTextColor || this.primaryTextColor;
/* Sequence Diagram variables */ /* Sequence Diagram variables */