Use of secondary background, textcolor and border for notes when using the dark theme

This commit is contained in:
Rutorai
2021-03-10 21:25:58 +01:00
parent 3a3111ab91
commit 76da6598c6

View File

@@ -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;