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:
Vesa
2014-02-25 21:28:08 +02:00
parent 2100bf8c0c
commit e7b097d255
13 changed files with 53 additions and 29 deletions

View File

@@ -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 {