Skip to content

Commit

Permalink
Traktor: Added some orange styling to SequenceControl.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Apr 17, 2024
1 parent 3da8c50 commit ddeb5b7
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions resources/runtime/themes/Orange/StyleSheet.xss
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,95 @@
</item>
</colors>
</item>
<item>
<typeName>traktor.ui.SequencerControl</typeName>
<colors>
<item>
<first>background-color</first>
<second>37, 37, 38, 0</second>
</item>
<item>
<first>control-background-color</first>
<second>55, 55, 55, 255</second>
</item>
<item>
<first>cursor-color</first>
<second>224, 91, 0, 255</second>
</item>
<item>
<first>info-background-color</first>
<second>224, 91, 0, 255</second>
</item>
</colors>
</item>
<item>
<typeName>traktor.ui.Sequence</typeName>
<colors>
<item>
<first>background-color</first>
<second>90, 90, 90, 255</second>
</item>
<item>
<first>background-color-selected</first>
<second>90, 90, 90, 255</second>
</item>
<item>
<first>line-color</first>
<second>160, 160, 160, 255</second>
</item>
<item>
<first>tick-color</first>
<second>128, 128, 128, 255</second>
</item>
</colors>
</item>
<item>
<typeName>traktor.ui.SequenceGroup</typeName>
<colors>
<item>
<first>background-color</first>
<second>120, 120, 120, 255</second>
</item>
<item>
<first>background-color-selected</first>
<second>153, 153, 153, 255</second>
</item>
</colors>
</item>
<item>
<typeName>traktor.ui.Tick</typeName>
<colors>
<item>
<first>background-color</first>
<second>224, 91, 0, 255</second>
</item>
<item>
<first>background-color-selected</first>
<second>210, 150, 90, 255</second>
</item>
<item>
<first>color</first>
<second>63, 63, 70, 255</second>
</item>
</colors>
</item>
<item>
<typeName>traktor.ui.Track</typeName>
<colors>
<item>
<first>background-color</first>
<second>224, 91, 0, 255</second>
</item>
<item>
<first>background-color-selected</first>
<second>210, 150, 90, 255</second>
</item>
<item>
<first>color</first>
<second>62, 62, 64, 255</second>
</item>
</colors>
</item>
</entities>
<values>
<item>
Expand Down

0 comments on commit ddeb5b7

Please sign in to comment.