Define all pattern colours in CSS and make them stylable
also coding style improvements (remove leading underscores from header guards)
This commit is contained in:
@@ -467,6 +467,23 @@ TrackContainerView QLabel
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Patterns */
|
||||
|
||||
/* instrument pattern */
|
||||
patternView {
|
||||
color: rgb( 119, 199, 216 );
|
||||
}
|
||||
|
||||
/* sample track pattern */
|
||||
SampleTCOView {
|
||||
color: rgb( 74, 253, 133 );
|
||||
}
|
||||
|
||||
/* automation pattern */
|
||||
AutomationPatternView {
|
||||
color: #99afff;
|
||||
}
|
||||
|
||||
/* Plugins */
|
||||
|
||||
TripleOscillatorView knob {
|
||||
|
||||
Reference in New Issue
Block a user