mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-02 22:28:16 +00:00
dynamic number of colors + update efy submodule to 23.02.01 Beta
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
>
|
||||
<linearGradient id="P" gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient id="g1" x1="-169.7" y1="426.7" x2="214.5" y2="352" href="#P">
|
||||
<stop stop-color="rgb(var(--efy_color1_var))" />
|
||||
<stop offset="1" stop-color="rgb(var(--efy_color2_var))" />
|
||||
<stop stop-color="hsl(var(--efy_color1_var))" />
|
||||
<stop offset="1" stop-color="hsl(var(--efy_color2_var))" />
|
||||
</linearGradient>
|
||||
<linearGradient id="g2" x1="-7.8" y1="303.4" x2="553.4" y2="194.3" href="#P">
|
||||
<stop stop-color="rgb(var(--efy_color1_var))" />
|
||||
<stop offset="1" stop-color="rgb(var(--efy_color2_var))" />
|
||||
<stop stop-color="hsl(var(--efy_color1_var))" />
|
||||
<stop offset="1" stop-color="hsl(var(--efy_color2_var))" />
|
||||
</linearGradient>
|
||||
<linearGradient id="g3" x1="45.4" y1="706.9" x2="13.5" y2="857.1" href="#P">
|
||||
<stop offset=".2" stop-color="#493b32" />
|
||||
|
||||
@@ -462,7 +462,7 @@ export default {
|
||||
seekBarColors: {
|
||||
base: "rgba(255, 255, 255, 0.3)",
|
||||
buffered: "rgba(255, 255, 255, 0.54)",
|
||||
played: "rgb(var(--efy_color1_var))",
|
||||
played: `hsl(var(--efy_color1_var))`,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user