Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skins: allow custom brightness threshold for hotcue colors #2928

Merged
merged 8 commits into from
Oct 27, 2020
1 change: 1 addition & 0 deletions res/skins/LateNight/controls/button_hotcue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<Group><Variable name="Group"/></Group>
<Hotcue><Variable name="number"/></Hotcue>
<NumberStates>2</NumberStates>
<DimBrightThreshold><Variable name="DimBrightThresholdHotcueBtn"/></DimBrightThreshold>
<State>
<Number>0</Number>
<Unpressed scalemode="STRETCH">skin:/<Variable name="BtnScheme"/>/buttons/btn_<Variable name="BtnType"/>_square.svg</Unpressed>
Expand Down
1 change: 1 addition & 0 deletions res/skins/LateNight/decks/overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PlayPosColor><Variable name="PlayPosColor"/></PlayPosColor>
<EndOfTrackColor><Variable name="EndOfTrackColor"/></EndOfTrackColor>
<LabelFontSize><Variable name="OverviewFontSize"/></LabelFontSize>
<DimBrightThreshold><Variable name="DimBrightThresholdOverview"/></DimBrightThreshold>
<!--LabelTextColor>#fff</LabelTextColor>
<LabelBackgroundColor>rgba(0,0,0,255)</LabelBackgroundColor>
<LabelBackgroundColor>0,0,0,255</LabelBackgroundColor>
Expand Down
42 changes: 10 additions & 32 deletions res/skins/LateNight/palemoon/buttons/btn__1_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 10 additions & 32 deletions res/skins/LateNight/palemoon/buttons/btn__2_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 10 additions & 32 deletions res/skins/LateNight/palemoon/buttons/btn__3_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 3 additions & 25 deletions res/skins/LateNight/palemoon/buttons/btn__4_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 3 additions & 25 deletions res/skins/LateNight/palemoon/buttons/btn__5_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 3 additions & 25 deletions res/skins/LateNight/palemoon/buttons/btn__6_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 3 additions & 25 deletions res/skins/LateNight/palemoon/buttons/btn__7_active_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading