Skip to content

Commit

Permalink
Update classic/style.css with TabWidget, TrackView, PianoView and Fad…
Browse files Browse the repository at this point in the history
…er colors (LMMS#3665)

* Add TabWidget color settings to classic/style.css

* update the classic theme

* Revert unnecessary formattings

* Fix style.css
  • Loading branch information
PhysSong committed Jul 8, 2017
1 parent 9ebe13f commit 9c6cde1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/themes/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,19 @@ PianoRoll {
qproperty-textShadow: rgb( 240, 240, 240 );
}

TabWidget {
background-color: #5b6571;
qproperty-tabText: rgba(255, 255, 255, 180);
qproperty-tabTitleText: #fff;
qproperty-tabSelected: #61666b;
qproperty-tabBackground: #3c434b;
qproperty-tabBorder: #3c434b;
}

GroupBox {
background-color: #5b6571;
}

/* main toolbar oscilloscope - can have transparent bg now */

VisualizationWidget {
Expand Down Expand Up @@ -281,6 +294,11 @@ TrackContainerView QFrame{
background-color: #49515b;
}

/* background for track controls */
TrackView > QWidget {
background-color: #5b6571;
}

/* autoscroll, loop, stop behaviour toggle buttons */

/* track background colors */
Expand Down Expand Up @@ -523,6 +541,12 @@ PluginDescWidget:hover {
background-color: #e0e0e0;
}

/* piano widget */

PianoView {
background-color: #14171a;
}

/* font sizes for text buttons */

FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton {
Expand All @@ -543,6 +567,7 @@ FxLine {
/* persistent peak markers for fx peak meters */
Fader {
qproperty-peakGreen: rgb( 74, 253, 133);
qproperty-peakYellow: rgb(224, 222, 18);
qproperty-peakRed: rgb( 255, 100, 100);
}

Expand Down

0 comments on commit 9c6cde1

Please sign in to comment.