From 6d0a29e36bd6482e8025be27d9aeec6680cc919f Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Wed, 15 Mar 2017 14:41:00 +0100 Subject: [PATCH] Update classic theme (#3424) --- data/themes/classic/style.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/data/themes/classic/style.css b/data/themes/classic/style.css index 06ae4c72bff..03e24ebcfaa 100644 --- a/data/themes/classic/style.css +++ b/data/themes/classic/style.css @@ -14,11 +14,15 @@ QMdiArea { AutomationEditor { background-color: rgb(0, 0, 0); color: #e0e0e0; + qproperty-backgroundShade: rgba(255, 255, 255, 15); qproperty-vertexColor: #ff77af; - qproperty-gridColor: #808080; qproperty-crossColor: rgb( 255, 51, 51 ); + /* Grid colors */ + qproperty-lineColor: rgba(128, 128, 128, 80); + qproperty-beatLineColor: rgba(128, 128, 128, 160); + qproperty-barLineColor: #808080; - qproperty-graphColor: rgba(153, 175, 255, 250); + qproperty-graphColor: rgba(153, 175, 255, 200); qproperty-scaleColor: qlineargradient(spread:reflect, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 #333, stop:1 #202020); @@ -116,7 +120,7 @@ QMenu::indicator:selected { PianoRoll { background-color: rgb(0, 0, 0); - qproperty-gridColor: rgb( 128, 128, 128 ); + qproperty-backgroundShade: rgba( 255, 255, 255, 10 ); qproperty-noteModeColor: rgb( 255, 255, 255 ); qproperty-noteColor: rgb( 119, 199, 216 ); qproperty-noteOpacity: 128; @@ -124,6 +128,11 @@ PianoRoll { qproperty-selectedNoteColor: rgb( 0, 125, 255 ); qproperty-barColor: #4afd85; qproperty-markedSemitoneColor: rgba( 40, 40, 40, 200 ); + /* Grid colors */ + qproperty-lineColor: rgba( 128, 128, 128, 80 ); + qproperty-beatLineColor: rgba( 128, 128, 128, 160 ); + qproperty-barLineColor: rgb( 128, 128, 128 ); + /* Text on the white piano keys */ qproperty-textColor: rgb( 0, 0, 0 ); qproperty-textColorLight: rgb( 128, 128, 128); @@ -853,4 +862,3 @@ LmmsPalette { qproperty-toolTipText: #000; qproperty-toolTipBase: #c9c9c9; } -