Make the background of BB patterns themeable (#2942)

* Make the background of BB patterns themeable

* Lighten up the color, make the BB background borderless
This commit is contained in:
Umcaruje
2016-08-02 14:45:45 +02:00
committed by GitHub
parent 04dd35e57f
commit b8f5f21177
5 changed files with 18 additions and 5 deletions

View File

@@ -573,6 +573,7 @@ TrackContentObjectView {
qproperty-mutedColor: rgb( 128, 128, 128 );
qproperty-mutedBackgroundColor: rgb( 80, 80, 80 );
qproperty-selectedColor: rgb( 0, 125, 255 );
qproperty-BBPatternBackground: rgb( 80, 80, 80 );
qproperty-textColor: rgb( 255, 255, 255 );
qproperty-textShadowColor: rgb( 0, 0, 0 );
qproperty-gradient: true; /* boolean property, set true to have a gradient */

View File

@@ -582,8 +582,9 @@ TrackContainerView QLabel
/* common pattern colors */
TrackContentObjectView {
qproperty-mutedColor: rgb(255,255,255,100);
qproperty-mutedBackgroundColor: #0A0B0D;
qproperty-mutedBackgroundColor: #373d48;
qproperty-selectedColor: #006B65;
qproperty-BBPatternBackground: #373d48;
qproperty-textColor: #fff;
qproperty-textShadowColor: rgb(0,0,0,200);
qproperty-gradient: false; /* boolean property, set true to have a gradient */