Skip to content

Commit

Permalink
Merge pull request #13274 from ronso0/latenight-overview-colors
Browse files Browse the repository at this point in the history
LateNight: use default colors for sampler overviews (like main decks)
  • Loading branch information
daschuer authored May 25, 2024
2 parents c6c7d4e + ca19baa commit 1ca51f4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions res/skins/LateNight/samplers/overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
</Connection>
<BgColor><Variable name="BgColorOverview_12"/></BgColor>
<SignalColor><Variable name="SignalColor_12"/></SignalColor>
<SignalHighColor><Variable name="SignalHighColor"/></SignalHighColor>
<SignalMidColor><Variable name="SignalMidColor"/></SignalMidColor>
<SignalLowColor><Variable name="SignalLowColor"/></SignalLowColor>
<SignalRGBHighColor><Variable name="SignalHighColor"/></SignalRGBHighColor>
<SignalRGBMidColor><Variable name="SignalMidColor"/></SignalRGBMidColor>
<SignalRGBLowColor><Variable name="SignalLowColor"/></SignalRGBLowColor>
<!-- Default colors are used for high/mid/low: blue/green/red -->
<SignalHighColor></SignalHighColor>
<SignalMidColor></SignalMidColor>
<SignalLowColor></SignalLowColor>
<SignalRGBHighColor></SignalRGBHighColor>
<SignalRGBMidColor></SignalRGBMidColor>
<SignalRGBLowColor></SignalRGBLowColor>
<PlayedOverlayColor><Variable name="PlayedOverlayColor"/></PlayedOverlayColor>
<PlayPosColor><Variable name="PlayPosColor"/></PlayPosColor>
<EndOfTrackColor><Variable name="EndOfTrackColor"/></EndOfTrackColor>
Expand Down

0 comments on commit 1ca51f4

Please sign in to comment.