From 76da6598c68c598419a7614f276e2406420b55b4 Mon Sep 17 00:00:00 2001 From: Rutorai Date: Wed, 10 Mar 2021 21:25:58 +0100 Subject: [PATCH] Use of secondary background, textcolor and border for notes when using the dark theme --- src/themes/theme-dark.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/themes/theme-dark.js b/src/themes/theme-dark.js index de2d01e0c..e60483059 100644 --- a/src/themes/theme-dark.js +++ b/src/themes/theme-dark.js @@ -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;