Skip to content

Commit

Permalink
Replace "pattern" with "clip" in style comments
Browse files Browse the repository at this point in the history
  • Loading branch information
M374LX committed Nov 28, 2021
1 parent 32a540d commit cdd3136
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions data/themes/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ TrackContainerView QLabel

/* Clips */

/* common pattern colors */
/* common clip colors */
ClipView {
qproperty-mutedColor: rgb( 128, 128, 128 );
qproperty-mutedBackgroundColor: rgb( 80, 80, 80 );
Expand All @@ -682,7 +682,7 @@ ClipView {
font-size: 11px;
}

/* instrument pattern */
/* instrument clip */
MidiClipView {
background-color: rgb( 119, 199, 216 );
color: rgb( 187, 227, 236 );
Expand All @@ -693,19 +693,19 @@ MidiClipView {
qproperty-mutedNoteBorderColor: rgb( 80, 80, 80 );
}

/* sample track pattern */
/* sample track clip */
SampleClipView {
background-color: rgba(42,51,59,255);
color: #FF8F05;
}

/* automation pattern */
/* automation clip */
AutomationClipView {
background-color: #99afff;
color: rgb( 204, 215, 255 );
}

/* bb-pattern */
/* bb-clip */
BBClipView {
background-color: rgb( 128, 182, 175 ); /* default colour for bb-tracks */
}
Expand Down
10 changes: 5 additions & 5 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ TrackContainerView QLabel

/* Clips */

/* common pattern colors */
/* common clip colors */
ClipView {
qproperty-mutedColor: rgba(255,255,255,100);
qproperty-mutedBackgroundColor: #373d48;
Expand All @@ -728,7 +728,7 @@ ClipView {
font-size: 11px;
}

/* instrument pattern */
/* instrument clip */
MidiClipView {
background-color: #21A14F;
color: rgba(255,255,255,220);
Expand All @@ -739,19 +739,19 @@ MidiClipView {
qproperty-mutedNoteBorderColor: rgb(55, 61, 72);
}

/* sample track pattern */
/* sample track clip */
SampleClipView {
background-color: rgba(42,51,59,255);
color: #FF8F05;
}

/* automation pattern */
/* automation clip */
AutomationClipView {
background-color: #663DE1;
color: rgba(255,255,255,90);
}

/* bb-pattern */
/* bb-clip */
BBClipView {
background-color: #20BDB2; /* default colour for bb-tracks */
}
Expand Down

0 comments on commit cdd3136

Please sign in to comment.