Compare commits

...

2 Commits

Author SHA1 Message Date
Gregory Trolliet 8ca853fd58 [THEME] Add a forgejo icon 2023-01-06 09:02:18 +01:00
Gregory Trolliet 3c6acc8514 [THEME] Add a link icon 2023-01-06 09:01:52 +01:00
2 changed files with 52 additions and 0 deletions

10
static/svg/forgejo.svg Normal file
View File

@ -0,0 +1,10 @@
<svg width="32" height="32" version="1.1" viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
<style>circle,path{fill:none;stroke:#000;stroke-width:15}path{stroke-width:25}.orange{stroke:#efefef}.red{stroke:#d6d6d6}</style>
<g transform="translate(6 6)">
<path class="orange" d="M58 168V70a50 50 0 0 1 50-50h20" stroke="#efefef" stroke-width="25.003"/>
<path class="red" d="m58 168v-30a50 50 0 0 1 50-50h20" stroke="#d6d6d6"/>
<circle class="orange" cx="142" cy="20" r="18" stroke="#efefef"/>
<circle class="red" cx="142" cy="88" r="18" stroke="#d6d6d6"/>
<circle class="red" cx="58" cy="180" r="18" stroke="#d6d6d6" stroke-width="14.999"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 672 B

42
static/svg/link.svg Normal file
View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
height="22"
viewBox="0 0 24 24"
width="22"
version="1.1"
id="svg6"
sodipodi:docname="link.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="32.681818"
inkscape:cx="11.015299"
inkscape:cy="11"
inkscape:window-width="1920"
inkscape:window-height="1080"
inkscape:window-x="1920"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M0 0h24v24H0z"
fill="none"
id="path2" />
<path
d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z"
id="path4"
style="fill:#efefef;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB