Use greentea-themed forgejo icons

This commit is contained in:
TEC 2023-06-24 13:48:25 +08:00
parent 921aba8bfa
commit 3f30c8601f
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
4 changed files with 8 additions and 1 deletions

View File

@ -82,6 +82,12 @@
systemd.tmpfiles.rules = [
"L+ ${config.services.gitea.stateDir}/custom/templates/home.tmpl - - - - ${./template-home.tmpl}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/tree-greentea-themed.svg - - - - ${./tree-greentea-themed.svg}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/tree-greentea-themed.svg - - - - ${./images/tree-greentea-themed.svg}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/logo.svg - - - - ${./images/forgejo-icon-greentea-themed.svg}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/logo.png - - - - ${./images/forgejo-icon-greentea-themed.png}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/favicon.svg - - - - ${./images/forgejo-icon-greentea-themed.svg}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/favicon.png - - - - ${./images/forgejo-icon-greentea-themed.png}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/apple-touch-icon.png - - - - ${./images/forgejo-icon-greentea-themed.png}"
"L+ ${config.services.gitea.stateDir}/custom/public/img/avatar_default.png - - - - ${./images/forgejo-icon-greentea-themed.png}"
];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtml" id="svg18" version="1.1" viewBox="0 0 212 212" width="32" height="32"><style id="style4" type="text/css">circle,path{fill:none;stroke:#000;stroke-width:15}path{stroke-width:25}.orange{stroke:#f60}.red{stroke:#d40000}</style><g id="g16" transform="translate(6 6)"><path id="path6" d="M58 168V70a50 50 0 0 1 50-50h20" class="orange" style="stroke:#90bf60;stroke-opacity:1"/><path id="path8" d="M58 168v-30a50 50 0 0 1 50-50h20" class="red" style="stroke:#609926;stroke-opacity:1"/><circle id="circle10" cx="142" cy="20" r="18" class="orange" style="stroke:#90bf60;stroke-opacity:1"/><circle id="circle12" cx="142" cy="88" r="18" class="red" style="stroke:#609926;stroke-opacity:1"/><circle id="circle14" cx="58" cy="180" r="18" class="red" style="stroke:#609926;stroke-opacity:1"/></g><xhtml:iframe id="cmdline_iframe" class="cleanslate hidden" loading="lazy" src="Forgejo_logo_files/commandline.html" style="height:0!important"/></svg>

After

Width:  |  Height:  |  Size: 1017 B

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB