3
0
Fork 0

improve background

17.0
Brenden Eshbach 2025-01-03 23:09:35 -06:00
parent 5240ce6a3b
commit 922dd7f4da
2 changed files with 35 additions and 6 deletions

View File

@ -3,7 +3,7 @@
* Copyright 2023 Taras Shabaranskyi
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
:root {
:root {
.o_grid_apps_menu[data-theme="milk"] {
--app-menu-background: url("../../img/home-menu-bg-overlay.svg"),
linear-gradient(
@ -14,11 +14,11 @@
}
.o_grid_apps_menu[data-theme="community"] {
--app-menu-background: url("../../img/background-dark.jpg"),
linear-gradient(
to bottom,
#{$o-brand-primary},
#{desaturate(lighten($o-brand-primary, 20%), 15)}
--app-menu-background: url("../../img/home-menu-dark-overlay.svg"),
radial-gradient(
circle at center,
#132f3b,
#{desaturate(lighten(#060814, 20%), 15)}
);
}
}

View File

@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" width="2000" height="1128" preserveAspectRatio="none" viewBox="0 0 2000 1128">
<g mask="url(&quot;#SvgjsMask1431&quot;)" fill="none">
<rect width="2000" height="1128" x="0" y="0" fill="url(&quot;#SvgjsRadialGradient1432&quot;)"></rect>
<path d="M108 1128L1236 0L1641 0L513 1128z" fill="url(&quot;#SvgjsLinearGradient1433&quot;)"></path>
<path d="M774 1128L1902 0L2707.5 0L1579.5 1128z" fill="url(&quot;#SvgjsLinearGradient1433&quot;)"></path>
<path d="M1946 1128L818 0L392 0L1520 1128z" fill="url(&quot;#SvgjsLinearGradient1434&quot;)"></path>
<path d="M1286 1128L158 0L-418 0L710 1128z" fill="url(&quot;#SvgjsLinearGradient1434&quot;)"></path>
<path d="M1207.742955711848 1128L2000 335.742955711848L2000 1128z" fill="url(&quot;#SvgjsLinearGradient1433&quot;)"></path>
<path d="M0 1128L792.257044288152 1128L 0 335.742955711848z" fill="url(&quot;#SvgjsLinearGradient1434&quot;)"></path>
</g>
<defs>
<mask id="SvgjsMask1431">
<rect width="2000" height="1128" fill="#ffffff"></rect>
</mask>
<radialGradient cx="50%" cy="50%" r="1148.08" gradientUnits="userSpaceOnUse" id="SvgjsRadialGradient1432">
<stop stop-color="#0e2a47" offset="0"></stop>
<stop stop-color="rgba(19, 47, 59, 1)" offset="0.28"></stop>
<stop stop-color="rgba(19, 47, 59, 1)" offset="1"></stop>
</radialGradient>
<linearGradient x1="0%" y1="100%" x2="100%" y2="0%" id="SvgjsLinearGradient1433">
<stop stop-color="rgba(6, 8, 20, 1)" offset="0"></stop>
<stop stop-opacity="0" stop-color="rgba(6, 8, 20, 1)" offset="0.66"></stop>
</linearGradient>
<linearGradient x1="100%" y1="100%" x2="0%" y2="0%" id="SvgjsLinearGradient1434">
<stop stop-color="rgba(6, 8, 20, 1)" offset="0"></stop>
<stop stop-opacity="0" stop-color="rgba(6, 8, 20, 1)" offset="0.66"></stop>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB