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:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user