mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 09:36:41 +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.labelTextColor = this.mainContrastColor;
|
||||
this.loopTextColor = this.mainContrastColor;
|
||||
this.noteBorderColor = this.border2;
|
||||
this.noteTextColor = this.mainBkg;
|
||||
this.noteBorderColor = this.secondaryBorderColor;
|
||||
this.noteBkgColor = this.secondBkg;
|
||||
this.noteTextColor = this.secondaryTextColor;
|
||||
this.activationBorderColor = this.border1;
|
||||
this.activationBkgColor = this.secondBkg;
|
||||
|
||||
|
Reference in New Issue
Block a user