From 8507a0f89a164fae40f8e0e855a1b316e1e0e4de Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Mon, 12 Mar 2018 21:45:25 +0100 Subject: [PATCH] Change selected notes color --- data/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 8da7522fd91..314ca98c7a2 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -144,7 +144,7 @@ PianoRoll { qproperty-noteColor: #0bd556; qproperty-noteOpacity: 165; qproperty-noteBorders: false; /* boolean property, set false to have borderless notes */ - qproperty-selectedNoteColor: #006b65; + qproperty-selectedNoteColor: #064d79; qproperty-barColor: #078f3a; qproperty-markedSemitoneColor: #06170E; /* Grid colors */