Skip to content

Commit

Permalink
LateNight: test crown icon for Sync Leader (PaleMoon -crown)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jul 20, 2021
1 parent ceaa0b3 commit d5f35d4
Show file tree
Hide file tree
Showing 4 changed files with 3,167 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 111 additions & 1 deletion res/skins/LateNight/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

<Schemes>
<Scheme>
<Name>PaleMoon</Name>
<Name>PaleMoon -clock</Name>
<!-- Mix any of the existing button, knob, slider or style theme subsets.
The button templates for example link to skin:/BtnTheme/buttons/btn_...
Expand Down Expand Up @@ -229,6 +229,116 @@
<SetVariable name="BarMarginCrossfader">7,7</SetVariable>
</Scheme><!-- PaleMoon -->

<Scheme>
<Name>PaleMoon -crown</Name>
<!-- Mix any of the existing button, knob, slider or style theme subsets.
The button templates for example link to skin:/BtnTheme/buttons/btn_...
BtnScheme borders / background images for pushbuttons, spinboxes,
effect selector, AutoDJ fade mode selector.
If 'BtnSize' variable is undefined it links to transparent
dummy icons like btn_embedded__active.svg
Note: Icons for buttons that have images set in xml already are set
in the respective style-[theme].qss
KnobScheme guess what
SliderScheme ...exactly!
StyleScheme icons & backgrounds for library, splitters, spinnies,
VU meter, default cover art etc. -->
<Style src="skin:style_palemoon-crown.qss"/>
<SetVariable name="BtnScheme">palemoon</SetVariable>
<SetVariable name="KnobScheme">palemoon</SetVariable>
<SetVariable name="SliderScheme">palemoon</SetVariable>
<SetVariable name="StyleScheme">palemoon</SetVariable>

<!-- Waveform & Overview colors -->
<!-- This is a hack to have a grey background in empty decks.
When a track is loaded the bg gets darker for better contrast -->
<SetVariable name="BgColorOverview_12">#19191a</SetVariable>
<SetVariable name="BgColorOverview_34">#001b23</SetVariable>
<SetVariable name="BgColorOverview_SamPre">rgba(15, 15, 15, 20)</SetVariable>
<SetVariable name="BgColorWaveform_12">#0f0f0e</SetVariable>
<SetVariable name="BgColorWaveform_34">#001b23</SetVariable>
<SetVariable name="SignalColor_12">#d9b28c</SetVariable>
<SetVariable name="SignalColor_34">#7bc6c3</SetVariable>

<!-- Only named colors are accepted, see w3 color chart
https://www.w3.org/wiki/CSS/Properties/color/keywords -->
<SetVariable name="SignalHighColor">mediumblue</SetVariable><!-- #0000cd -->
<SetVariable name="SignalMidColor">darkgreen</SetVariable><!-- #006400 -->
<SetVariable name="SignalLowColor">orangered</SetVariable><!-- #ff4500 -->

<SetVariable name="DimBrightThresholdOverview">127</SetVariable>
<SetVariable name="DimBrightThresholdWaveform">105</SetVariable>
<SetVariable name="DimBrightThresholdHotcueBtn">105</SetVariable>

<SetVariable name="AxesColor">#999</SetVariable>
<SetVariable name="BeatColor">#999</SetVariable>
<SetVariable name="PlayPosColor">#00c6ff</SetVariable>
<SetVariable name="CueColor">#ff7a01</SetVariable>
<SetVariable name="LoopColor">#00b400</SetVariable>
<SetVariable name="IntroOutroColor">#2c5c9a</SetVariable>
<SetVariable name="PlayedOverlayColor">#dd151515</SetVariable>
<SetVariable name="EndOfTrackColor">#f856e7</SetVariable>
<SetVariable name="OverviewFontSizeDeck">13</SetVariable>
<SetVariable name="OverviewFontSizeDeckMini">11</SetVariable>
<SetVariable name="OverviewFontSizeSampler">10</SetVariable>
<SetVariable name="OverviewFontSizePreview">9</SetVariable>

<!-- Set the button icons used by templates in LateNight/controls/button...xml
There, those border icons are stacked on top of the additional icons set in css.
Other buttons that use text (like vinyl controls and Fx assign button) are styled
in css via
border-width: 2px;
border-image: url(skin:/path/to/btn_icon.svg) 2 2 2 2;
Example themes: (in PaleMoon only the embedded style is used)
* elevated: domed buttons that stand out, with a 3D border and a drop shadow
* embedded: slightly domed buttons that seem leveled with surface and a surrounding groove
-->
<!-- Buttons in top-level containers like mixer, rate controls, collapsed FxUnits etc. -->
<SetVariable name="TopRegion_BtnType">embedded</SetVariable>
<!-- Buttons in subregions like transport row, mic/aux units etc. -->
<SetVariable name="SubRegion_BtnType">embedded</SetVariable>

<!-- Knob settings -->
<SetVariable name="PotiMinAngle">-130</SetVariable>
<SetVariable name="PotiMaxAngle">130</SetVariable>
<!-- Arc Settings -->
<SetVariable name="ArcRadiusBig">14.5</SetVariable>
<SetVariable name="ArcRadiusCompact">12.5</SetVariable>
<SetVariable name="ArcRadiusSmall">12.0</SetVariable>
<SetVariable name="ArcThicknessBig">2</SetVariable>
<SetVariable name="ArcRoundCaps">true</SetVariable>
<!-- Arc Colors -->
<SetVariable name="ArcColorEq">#858585</SetVariable>
<SetVariable name="ArcColorGain">#b96300</SetVariable>
<SetVariable name="ArcColorFx12Quick">#518f00</SetVariable>
<SetVariable name="ArcColorFx34">#028392</SetVariable>
<SetVariable name="ArcColorFxParameter">#6d6d6d</SetVariable>
<SetVariable name="ArcColorGainLow">#8d3b11</SetVariable>
<SetVariable name="ArcColorMstBal">#a00000</SetVariable>
<SetVariable name="ArcColorFxMix">#a00000</SetVariable>
<!-- Knob pointers = suffix for indicator image url -->
<SetVariable name="KnobColorEq">grey</SetVariable>
<SetVariable name="KnobColorQuickEffect">green</SetVariable>
<SetVariable name="KnobColorFx12">green</SetVariable>
<SetVariable name="KnobColorFx34">blue</SetVariable>
<SetVariable name="KnobColorFxParameter">grey</SetVariable>
<!-- Size of the small EQ kill indicators:
svg is 6x6 px, set size to '0f,0f' to hide them -->
<SetVariable name="EqKillDotSize">9f,9f</SetVariable>

<!-- Slider bar settings -->
<SetVariable name="BarBgColor">#020202</SetVariable>
<SetVariable name="BarColorVolume">#257b82</SetVariable>
<SetVariable name="BarColorCrossfader">#257b82</SetVariable>
<SetVariable name="BarColorPitch">#888</SetVariable>
<SetVariable name="BarWidth">2</SetVariable>
<SetVariable name="BarMarginVolume">8,8</SetVariable>
<SetVariable name="BarMarginPitch">7,8</SetVariable>
<SetVariable name="BarMarginPitchSampler">5,5</SetVariable>
<SetVariable name="BarMarginCrossfader">7,7</SetVariable>
</Scheme><!-- PaleMoon crown -->

<Scheme>
<Name>Classic</Name>
<Style src="skin:style_classic.qss"/>
Expand Down
Loading

0 comments on commit d5f35d4

Please sign in to comment.