Skip to content

Commit

Permalink
Update classic theme (LMMS#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Umcaruje authored Mar 15, 2017
1 parent afbf800 commit 6d0a29e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions data/themes/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -116,14 +120,19 @@ 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;
qproperty-noteBorders: true; /* boolean property, set false to have borderless notes */
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);
Expand Down Expand Up @@ -853,4 +862,3 @@ LmmsPalette {
qproperty-toolTipText: #000;
qproperty-toolTipBase: #c9c9c9;
}

0 comments on commit 6d0a29e

Please sign in to comment.