Update classic theme (#3424)

This commit is contained in:
Umcaruje
2017-03-15 14:41:00 +01:00
committed by GitHub
parent afbf8009b3
commit 6d0a29e36b

View File

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