Merge pull request #3561 from shvhil/dev

Added Zen's new brand SVGs and updated README.md to reflect the same.
This commit is contained in:
mr. m
2024-12-11 15:26:45 +01:00
committed by GitHub
3 changed files with 41 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<img src="https://github.com/zen-browser/.github/blob/main/profile/logo-black.png" width="100px" align="left">
<img src="./docs/assets/zen-dark.svg" width="100px" align="left">
### `Zen Browser`

20
docs/assets/zen-dark.svg Normal file
View File

@@ -0,0 +1,20 @@
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_9_47)">
<rect x="17" y="3" width="1024" height="1024" rx="225" fill="#202020"/>
<circle cx="529" cy="515" r="340" stroke="#F2F0E3" stroke-width="70"/>
<circle cx="529" cy="515" r="224.915" stroke="#F2F0E3" stroke-width="51"/>
<circle cx="529" cy="515" r="129.018" stroke="#F2F0E3" stroke-width="31"/>
</g>
<defs>
<filter id="filter0_d_9_47" x="0.6" y="0.6" width="1056.8" height="1056.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="14"/>
<feGaussianBlur stdDeviation="8.2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_9_47"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_9_47" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

20
docs/assets/zen-light.svg Normal file
View File

@@ -0,0 +1,20 @@
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_9_26)">
<rect x="17" y="3" width="1024" height="1024" rx="225" fill="#F2F0E3"/>
<circle cx="529" cy="515" r="340" stroke="#F76F53" stroke-width="70"/>
<circle cx="529" cy="515" r="224.915" stroke="#F76F53" stroke-width="51"/>
<circle cx="529" cy="515" r="129.018" stroke="#F76F53" stroke-width="31"/>
</g>
<defs>
<filter id="filter0_d_9_26" x="0.6" y="0.6" width="1056.8" height="1056.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="14"/>
<feGaussianBlur stdDeviation="8.2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_9_26"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_9_26" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB