mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 03:49:43 +02:00
Use of secondary background, textcolor and border for notes when using the dark theme
This commit is contained in:
@@ -109,8 +109,9 @@ class Theme {
|
|||||||
this.labelBoxBorderColor = this.actorBorder;
|
this.labelBoxBorderColor = this.actorBorder;
|
||||||
this.labelTextColor = this.mainContrastColor;
|
this.labelTextColor = this.mainContrastColor;
|
||||||
this.loopTextColor = this.mainContrastColor;
|
this.loopTextColor = this.mainContrastColor;
|
||||||
this.noteBorderColor = this.border2;
|
this.noteBorderColor = this.secondaryBorderColor;
|
||||||
this.noteTextColor = this.mainBkg;
|
this.noteBkgColor = this.secondBkg;
|
||||||
|
this.noteTextColor = this.secondaryTextColor;
|
||||||
this.activationBorderColor = this.border1;
|
this.activationBorderColor = this.border1;
|
||||||
this.activationBkgColor = this.secondBkg;
|
this.activationBkgColor = this.secondBkg;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user