This commit is contained in:
Ajeet D'Souza
2026-08-21 23:54:45 +05:30
parent 8a3f76da90
commit b16321f789
3 changed files with 21 additions and 1 deletions
+9 -1
View File
@@ -36,7 +36,15 @@
<hr />
# zoxide
<h1>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./contrib/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="./contrib/logo-light.svg">
<img alt="zoxide logo" src="./contrib/logo-light.svg" height="128" width="128">
</picture>
<br />
zoxide
</h1>
[![crates.io][crates.io-badge]][crates.io]
[![Downloads][downloads-badge]][releases]
+6
View File
@@ -0,0 +1,6 @@
<svg width="171" height="184" viewBox="0 0 171 184" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="20" width="169" height="163" rx="25" fill="#F0F6FD" stroke="#0C1116" stroke-width="2"/>
<rect x="1" y="1" width="169" height="163" rx="25" fill="#F0F6FD" stroke="#0C1116" stroke-width="2"/>
<path d="M68.125 113C65.7917 113 64.625 111.771 64.625 109.312C64.625 108.021 64.9792 106.979 65.6875 106.188L99.0625 69.75H70.25L69.75 82.0625C69.7083 82.9792 69.4167 83.6875 68.875 84.1875C68.375 84.6458 67.7917 84.875 67.125 84.875C66.4583 84.875 65.8125 84.625 65.1875 84.125C64.6042 83.5833 64.3125 82.7917 64.3125 81.75V67.625C64.3125 66.875 64.6042 66.2083 65.1875 65.625C65.7708 65.0417 66.4375 64.75 67.1875 64.75H103.25C104.708 64.75 105.708 65.0417 106.25 65.625C106.792 66.2083 107.062 66.8542 107.062 67.5625C107.062 68.6875 106.688 69.625 105.938 70.375L71.4375 107.875H103.625L104.312 93.0625C104.354 92.3125 104.646 91.7292 105.188 91.3125C105.771 90.8958 106.396 90.6875 107.062 90.6875C107.729 90.6875 108.312 90.8958 108.812 91.3125C109.354 91.7292 109.625 92.3958 109.625 93.3125V110.125C109.625 110.917 109.271 111.604 108.562 112.188C107.896 112.729 107.188 113 106.438 113H68.125Z" fill="#0C1116"/>
<path d="M25.7369 41.68V38.64L33.0969 34.032V33.808L25.7369 29.2V26.16L35.9769 32.56V35.28L25.7369 41.68ZM36.9494 44.24V42H46.5494V44.24H36.9494Z" fill="#0C1116"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

+6
View File
@@ -0,0 +1,6 @@
<svg width="171" height="184" viewBox="0 0 171 184" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="20" width="169" height="163" rx="25" fill="#1F2329" stroke="white" stroke-width="2"/>
<rect x="1" y="1" width="169" height="163" rx="25" fill="#1F2329" stroke="white" stroke-width="2"/>
<path d="M68.125 113C65.7917 113 64.625 111.771 64.625 109.312C64.625 108.021 64.9792 106.979 65.6875 106.188L99.0625 69.75H70.25L69.75 82.0625C69.7083 82.9792 69.4167 83.6875 68.875 84.1875C68.375 84.6458 67.7917 84.875 67.125 84.875C66.4583 84.875 65.8125 84.625 65.1875 84.125C64.6042 83.5833 64.3125 82.7917 64.3125 81.75V67.625C64.3125 66.875 64.6042 66.2083 65.1875 65.625C65.7708 65.0417 66.4375 64.75 67.1875 64.75H103.25C104.708 64.75 105.708 65.0417 106.25 65.625C106.792 66.2083 107.062 66.8542 107.062 67.5625C107.062 68.6875 106.688 69.625 105.938 70.375L71.4375 107.875H103.625L104.312 93.0625C104.354 92.3125 104.646 91.7292 105.188 91.3125C105.771 90.8958 106.396 90.6875 107.062 90.6875C107.729 90.6875 108.312 90.8958 108.812 91.3125C109.354 91.7292 109.625 92.3958 109.625 93.3125V110.125C109.625 110.917 109.271 111.604 108.562 112.188C107.896 112.729 107.188 113 106.438 113H68.125Z" fill="white"/>
<path d="M25.7369 41.68V38.64L33.0969 34.032V33.808L25.7369 29.2V26.16L35.9769 32.56V35.28L25.7369 41.68ZM36.9494 44.24V42H46.5494V44.24H36.9494Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB