brand: Forgejo hacktivism theme env + flying wand logo
Mirror live DEFAULT_THEME compose env and Kamek-inspired logo/favicon (blue robe, flying on magic wand). Theme CSS already exchange-dark.
This commit is contained in:
parent
857eda1cfc
commit
5784757905
5 changed files with 158 additions and 134 deletions
|
|
@ -16,8 +16,8 @@ Global default and intended look match **exchange.hacktivism.ch**:
|
|||
| Path | Role |
|
||||
|------|------|
|
||||
| `assets/css/theme-hacktivism.css` | Full dark theme (based on forgejo-dark vars + exchange palette) |
|
||||
| `assets/img/logo.svg` / `logo.png` / `favicon.svg` | Site logo / favicon |
|
||||
| `compose.yml` | Rootless compose reference |
|
||||
| `assets/img/logo.svg` / `logo.png` / `favicon.svg` | Kamek-inspired logo (blue robe, flying on wand); not Nintendo art |
|
||||
| `compose.yml` | Rootless compose + `FORGEJO__ui__DEFAULT_THEME=hacktivism` |
|
||||
| `app.ini.example` | Config sketch |
|
||||
|
||||
### Live paths on koopa
|
||||
|
|
|
|||
|
|
@ -1,79 +1,90 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128" role="img" aria-label="Kamek-inspired wizard with blue robe">
|
||||
<!-- Original design inspired by Magikoopa wizards; not Nintendo artwork -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128" role="img" aria-label="Wizard flying on magic wand, blue robe">
|
||||
<!-- Original Kamek-inspired mark; not Nintendo art. No filters/transforms for clean raster. -->
|
||||
|
||||
<!-- magic glow -->
|
||||
<circle cx="104" cy="26" r="18" fill="#fde68a" opacity="0.35"/>
|
||||
<circle cx="104" cy="26" r="10" fill="#38bdf8" opacity="0.2"/>
|
||||
<!-- motion streaks -->
|
||||
<line x1="4" y1="64" x2="22" y2="64" stroke="#5eead4" stroke-width="2.5" stroke-linecap="round" opacity="0.55"/>
|
||||
<line x1="6" y1="74" x2="20" y2="74" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" opacity="0.45"/>
|
||||
<line x1="8" y1="54" x2="20" y2="54" stroke="#fde68a" stroke-width="2" stroke-linecap="round" opacity="0.45"/>
|
||||
|
||||
<!-- wand (behind figure slightly) -->
|
||||
<line x1="88" y1="110" x2="108" y2="34" stroke="#e8a838" stroke-width="6" stroke-linecap="round"/>
|
||||
<circle cx="110" cy="28" r="11" fill="#f59e0b" stroke="#fff6e8" stroke-width="2.5"/>
|
||||
<circle cx="106" cy="24" r="3.5" fill="#fef9c3"/>
|
||||
<!-- sparkles -->
|
||||
<polygon points="120,12 122,18 128,20 122,22 120,28 118,22 112,20 118,18" fill="#fef08a"/>
|
||||
<polygon points="94,10 95.2,14 99,15.2 95.2,16.4 94,20.5 92.8,16.4 89,15.2 92.8,14" fill="#5eead4"/>
|
||||
<!-- ground shadow -->
|
||||
<ellipse cx="64" cy="118" rx="30" ry="5" fill="#000" opacity="0.2"/>
|
||||
|
||||
<!-- BLUE ROBE (large, classic Magikoopa blue) -->
|
||||
<ellipse cx="52" cy="96" rx="40" ry="30" fill="#1d4ed8"/>
|
||||
<ellipse cx="52" cy="94" rx="36" ry="26" fill="#2563eb"/>
|
||||
<!-- robe folds -->
|
||||
<path d="M28 88 Q52 112 76 88" fill="none" stroke="#1e3a8a" stroke-width="3" stroke-linecap="round" opacity="0.55"/>
|
||||
<path d="M34 78 Q52 96 70 78" fill="none" stroke="#3b82f6" stroke-width="2.5" stroke-linecap="round" opacity="0.7"/>
|
||||
<!-- white trim (Magikoopa collar/edge) -->
|
||||
<path d="M22 78 Q52 102 82 78" fill="none" stroke="#f8fafc" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M30 86 Q52 106 74 86" fill="none" stroke="#e2e8f0" stroke-width="3" stroke-linecap="round"/>
|
||||
<!-- ===== MAGIC WAND (mount) — diagonal, thick gold shaft ===== -->
|
||||
<!-- sits under the rider from lower-left to upper-right -->
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#92400e" stroke-width="11" stroke-linecap="round"/>
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#e8a838" stroke-width="7" stroke-linecap="round"/>
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#fde68a" stroke-width="2" stroke-linecap="round" opacity="0.75"/>
|
||||
|
||||
<!-- green shell peek at bottom -->
|
||||
<ellipse cx="52" cy="108" rx="18" ry="12" fill="#16a34a"/>
|
||||
<ellipse cx="52" cy="108" rx="10" ry="6" fill="#4ade80" opacity="0.65"/>
|
||||
<ellipse cx="52" cy="108" rx="4" ry="3" fill="#bbf7d0"/>
|
||||
<!-- wand jewel (front tip) -->
|
||||
<circle cx="112" cy="70" r="13" fill="#f59e0b" stroke="#fff7ed" stroke-width="3"/>
|
||||
<circle cx="108" cy="66" r="4.5" fill="#fef9c3"/>
|
||||
<!-- sparkles at tip -->
|
||||
<polygon points="120,54 121.6,58.5 126,60 121.6,61.5 120,66 118.4,61.5 114,60 118.4,58.5" fill="#fef08a"/>
|
||||
<polygon points="102,56 103,59 106,60 103,61 102,64 101,61 98,60 101,59" fill="#5eead4"/>
|
||||
<circle cx="118" cy="78" r="2" fill="#bae6fd"/>
|
||||
|
||||
<!-- hands peaking from sleeves (yellow) -->
|
||||
<ellipse cx="22" cy="96" rx="8" ry="6" fill="#fbbf24"/>
|
||||
<ellipse cx="82" cy="96" rx="8" ry="6" fill="#fbbf24"/>
|
||||
<!-- ===== RIDER on top of wand ===== -->
|
||||
<!-- blue cape fluttering left -->
|
||||
<path d="M38 78 C18 82, 10 98, 8 110 C22 98, 34 96, 40 92 Z" fill="#1e3a8a"/>
|
||||
<path d="M40 80 C22 88, 14 104, 12 112 C28 100, 36 98, 42 94 Z" fill="#1d4ed8"/>
|
||||
|
||||
<!-- head -->
|
||||
<ellipse cx="52" cy="56" rx="32" ry="28" fill="#fbbf24"/>
|
||||
<ellipse cx="52" cy="60" rx="26" ry="20" fill="#fcd34d"/>
|
||||
<!-- cheeks -->
|
||||
<ellipse cx="28" cy="62" rx="7" ry="5" fill="#fb923c" opacity="0.4"/>
|
||||
<ellipse cx="76" cy="62" rx="7" ry="5" fill="#fb923c" opacity="0.4"/>
|
||||
<!-- BLUE ROBE (body sitting ON shaft) -->
|
||||
<ellipse cx="54" cy="86" rx="28" ry="22" fill="#1d4ed8"/>
|
||||
<ellipse cx="54" cy="84" rx="24" ry="18" fill="#2563eb"/>
|
||||
<!-- white trim -->
|
||||
<path d="M32 74 Q54 94 76 74" fill="none" stroke="#f8fafc" stroke-width="4" stroke-linecap="round"/>
|
||||
<path d="M36 82 Q54 98 72 82" fill="none" stroke="#e2e8f0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
|
||||
<!-- round glasses -->
|
||||
<circle cx="36" cy="56" r="12" fill="#bae6fd" fill-opacity="0.45" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<circle cx="68" cy="56" r="12" fill="#bae6fd" fill-opacity="0.45" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<line x1="48" y1="56" x2="56" y2="56" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<line x1="24" y1="52" x2="16" y2="46" stroke="#0f172a" stroke-width="3" stroke-linecap="round"/>
|
||||
<line x1="80" y1="52" x2="88" y2="46" stroke="#0f172a" stroke-width="3" stroke-linecap="round"/>
|
||||
<!-- eyes -->
|
||||
<circle cx="38" cy="57" r="3.5" fill="#0f172a"/>
|
||||
<circle cx="70" cy="57" r="3.5" fill="#0f172a"/>
|
||||
<circle cx="39.3" cy="55.5" r="1.2" fill="#fff"/>
|
||||
<circle cx="71.3" cy="55.5" r="1.2" fill="#fff"/>
|
||||
<!-- green shell -->
|
||||
<ellipse cx="66" cy="92" rx="13" ry="11" fill="#16a34a"/>
|
||||
<ellipse cx="66" cy="92" rx="6" ry="5" fill="#86efac" opacity="0.75"/>
|
||||
|
||||
<!-- snout -->
|
||||
<ellipse cx="52" cy="70" rx="10" ry="6" fill="#f59e0b"/>
|
||||
<ellipse cx="52" cy="69" rx="5" ry="2.5" fill="#fde68a" opacity="0.75"/>
|
||||
<!-- legs over the wand -->
|
||||
<ellipse cx="42" cy="100" rx="10" ry="7" fill="#1e40af"/>
|
||||
<ellipse cx="60" cy="102" rx="10" ry="7" fill="#1e40af"/>
|
||||
<!-- yellow feet hanging past shaft -->
|
||||
<ellipse cx="38" cy="106" rx="7" ry="4.5" fill="#fbbf24"/>
|
||||
<ellipse cx="64" cy="108" rx="7" ry="4.5" fill="#fbbf24"/>
|
||||
|
||||
<!-- white mustache fluff -->
|
||||
<path d="M30 74 Q40 84 52 80 Q64 84 74 74 Q66 82 52 84 Q38 82 30 74 Z" fill="#f8fafc"/>
|
||||
<!-- left arm forward -->
|
||||
<ellipse cx="30" cy="82" rx="9" ry="7" fill="#1d4ed8"/>
|
||||
<circle cx="24" cy="78" r="5.5" fill="#fbbf24"/>
|
||||
<!-- right arm up -->
|
||||
<ellipse cx="74" cy="74" rx="9" ry="7" fill="#1d4ed8"/>
|
||||
<circle cx="80" cy="68" r="5.5" fill="#fbbf24"/>
|
||||
<circle cx="82" cy="60" r="5" fill="#38bdf8"/>
|
||||
<circle cx="81" cy="58" r="1.8" fill="#e0f2fe"/>
|
||||
|
||||
<!-- BLUE pointed wizard hat -->
|
||||
<path d="M18 50 L52 2 L86 50 Z" fill="#1d4ed8"/>
|
||||
<path d="M28 50 L52 12 L76 50 Z" fill="#3b82f6" opacity="0.55"/>
|
||||
<!-- brim -->
|
||||
<ellipse cx="52" cy="50" rx="38" ry="10" fill="#1e40af"/>
|
||||
<ellipse cx="52" cy="48" rx="34" ry="7" fill="#2563eb"/>
|
||||
<!-- white brim edge -->
|
||||
<ellipse cx="52" cy="50" rx="38" ry="10" fill="none" stroke="#f8fafc" stroke-width="2.5"/>
|
||||
<!-- stars on hat -->
|
||||
<polygon points="52,16 54,22 60,24 54,26 52,32 50,26 44,24 50,22" fill="#f8fafc"/>
|
||||
<polygon points="38,28 39.2,31.5 42.5,32.8 39.2,34 38,37.5 36.8,34 33.5,32.8 36.8,31.5" fill="#fef08a"/>
|
||||
<!-- hat tip pom -->
|
||||
<circle cx="52" cy="4" r="7" fill="#f8fafc"/>
|
||||
<circle cx="50" cy="2" r="2.5" fill="#e2e8f0"/>
|
||||
<!-- ===== HEAD ===== -->
|
||||
<ellipse cx="54" cy="50" rx="26" ry="24" fill="#fbbf24"/>
|
||||
<ellipse cx="54" cy="53" rx="21" ry="17" fill="#fcd34d"/>
|
||||
<ellipse cx="34" cy="54" rx="6" ry="4" fill="#fb923c" opacity="0.4"/>
|
||||
<ellipse cx="74" cy="54" rx="6" ry="4" fill="#fb923c" opacity="0.4"/>
|
||||
|
||||
<!-- smile -->
|
||||
<path d="M40 76 Q52 86 64 76" fill="none" stroke="#92400e" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<!-- glasses -->
|
||||
<circle cx="42" cy="50" r="10" fill="#bae6fd" fill-opacity="0.4" stroke="#0f172a" stroke-width="3"/>
|
||||
<circle cx="66" cy="50" r="10" fill="#bae6fd" fill-opacity="0.4" stroke="#0f172a" stroke-width="3"/>
|
||||
<line x1="52" y1="50" x2="56" y2="50" stroke="#0f172a" stroke-width="3"/>
|
||||
<line x1="32" y1="47" x2="24" y2="42" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<line x1="76" y1="47" x2="84" y2="42" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<circle cx="44" cy="50" r="3" fill="#0f172a"/>
|
||||
<circle cx="68" cy="50" r="3" fill="#0f172a"/>
|
||||
<circle cx="45.2" cy="48.8" r="1.1" fill="#fff"/>
|
||||
<circle cx="69.2" cy="48.8" r="1.1" fill="#fff"/>
|
||||
|
||||
<!-- snout + mustache -->
|
||||
<ellipse cx="54" cy="62" rx="8" ry="5" fill="#f59e0b"/>
|
||||
<path d="M36 64 Q46 74 54 70 Q62 74 72 64 Q64 72 54 74 Q44 72 36 64 Z" fill="#f8fafc"/>
|
||||
<path d="M44 66 Q54 74 64 66" fill="none" stroke="#92400e" stroke-width="2.2" stroke-linecap="round"/>
|
||||
|
||||
<!-- BLUE pointed hat -->
|
||||
<path d="M28 44 L54 2 L80 44 Z" fill="#1d4ed8"/>
|
||||
<path d="M36 44 L54 10 L72 44 Z" fill="#3b82f6" opacity="0.5"/>
|
||||
<ellipse cx="54" cy="44" rx="30" ry="8" fill="#1e40af"/>
|
||||
<ellipse cx="54" cy="42.5" rx="26" ry="5" fill="#2563eb"/>
|
||||
<ellipse cx="54" cy="44" rx="30" ry="8" fill="none" stroke="#f8fafc" stroke-width="2.2"/>
|
||||
<polygon points="54,12 55.6,16.8 60.5,18.4 55.6,20 54,24.8 52.4,20 47.5,18.4 52.4,16.8" fill="#f8fafc"/>
|
||||
<polygon points="42,22 43.1,25.2 46.2,26.4 43.1,27.6 42,30.8 40.9,27.6 37.8,26.4 40.9,25.2" fill="#fef08a"/>
|
||||
<circle cx="54" cy="4" r="6" fill="#f8fafc"/>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 96 KiB |
|
|
@ -1,79 +1,90 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128" role="img" aria-label="Kamek-inspired wizard with blue robe">
|
||||
<!-- Original design inspired by Magikoopa wizards; not Nintendo artwork -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128" role="img" aria-label="Wizard flying on magic wand, blue robe">
|
||||
<!-- Original Kamek-inspired mark; not Nintendo art. No filters/transforms for clean raster. -->
|
||||
|
||||
<!-- magic glow -->
|
||||
<circle cx="104" cy="26" r="18" fill="#fde68a" opacity="0.35"/>
|
||||
<circle cx="104" cy="26" r="10" fill="#38bdf8" opacity="0.2"/>
|
||||
<!-- motion streaks -->
|
||||
<line x1="4" y1="64" x2="22" y2="64" stroke="#5eead4" stroke-width="2.5" stroke-linecap="round" opacity="0.55"/>
|
||||
<line x1="6" y1="74" x2="20" y2="74" stroke="#38bdf8" stroke-width="2" stroke-linecap="round" opacity="0.45"/>
|
||||
<line x1="8" y1="54" x2="20" y2="54" stroke="#fde68a" stroke-width="2" stroke-linecap="round" opacity="0.45"/>
|
||||
|
||||
<!-- wand (behind figure slightly) -->
|
||||
<line x1="88" y1="110" x2="108" y2="34" stroke="#e8a838" stroke-width="6" stroke-linecap="round"/>
|
||||
<circle cx="110" cy="28" r="11" fill="#f59e0b" stroke="#fff6e8" stroke-width="2.5"/>
|
||||
<circle cx="106" cy="24" r="3.5" fill="#fef9c3"/>
|
||||
<!-- sparkles -->
|
||||
<polygon points="120,12 122,18 128,20 122,22 120,28 118,22 112,20 118,18" fill="#fef08a"/>
|
||||
<polygon points="94,10 95.2,14 99,15.2 95.2,16.4 94,20.5 92.8,16.4 89,15.2 92.8,14" fill="#5eead4"/>
|
||||
<!-- ground shadow -->
|
||||
<ellipse cx="64" cy="118" rx="30" ry="5" fill="#000" opacity="0.2"/>
|
||||
|
||||
<!-- BLUE ROBE (large, classic Magikoopa blue) -->
|
||||
<ellipse cx="52" cy="96" rx="40" ry="30" fill="#1d4ed8"/>
|
||||
<ellipse cx="52" cy="94" rx="36" ry="26" fill="#2563eb"/>
|
||||
<!-- robe folds -->
|
||||
<path d="M28 88 Q52 112 76 88" fill="none" stroke="#1e3a8a" stroke-width="3" stroke-linecap="round" opacity="0.55"/>
|
||||
<path d="M34 78 Q52 96 70 78" fill="none" stroke="#3b82f6" stroke-width="2.5" stroke-linecap="round" opacity="0.7"/>
|
||||
<!-- white trim (Magikoopa collar/edge) -->
|
||||
<path d="M22 78 Q52 102 82 78" fill="none" stroke="#f8fafc" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M30 86 Q52 106 74 86" fill="none" stroke="#e2e8f0" stroke-width="3" stroke-linecap="round"/>
|
||||
<!-- ===== MAGIC WAND (mount) — diagonal, thick gold shaft ===== -->
|
||||
<!-- sits under the rider from lower-left to upper-right -->
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#92400e" stroke-width="11" stroke-linecap="round"/>
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#e8a838" stroke-width="7" stroke-linecap="round"/>
|
||||
<line x1="6" y1="100" x2="108" y2="72" stroke="#fde68a" stroke-width="2" stroke-linecap="round" opacity="0.75"/>
|
||||
|
||||
<!-- green shell peek at bottom -->
|
||||
<ellipse cx="52" cy="108" rx="18" ry="12" fill="#16a34a"/>
|
||||
<ellipse cx="52" cy="108" rx="10" ry="6" fill="#4ade80" opacity="0.65"/>
|
||||
<ellipse cx="52" cy="108" rx="4" ry="3" fill="#bbf7d0"/>
|
||||
<!-- wand jewel (front tip) -->
|
||||
<circle cx="112" cy="70" r="13" fill="#f59e0b" stroke="#fff7ed" stroke-width="3"/>
|
||||
<circle cx="108" cy="66" r="4.5" fill="#fef9c3"/>
|
||||
<!-- sparkles at tip -->
|
||||
<polygon points="120,54 121.6,58.5 126,60 121.6,61.5 120,66 118.4,61.5 114,60 118.4,58.5" fill="#fef08a"/>
|
||||
<polygon points="102,56 103,59 106,60 103,61 102,64 101,61 98,60 101,59" fill="#5eead4"/>
|
||||
<circle cx="118" cy="78" r="2" fill="#bae6fd"/>
|
||||
|
||||
<!-- hands peaking from sleeves (yellow) -->
|
||||
<ellipse cx="22" cy="96" rx="8" ry="6" fill="#fbbf24"/>
|
||||
<ellipse cx="82" cy="96" rx="8" ry="6" fill="#fbbf24"/>
|
||||
<!-- ===== RIDER on top of wand ===== -->
|
||||
<!-- blue cape fluttering left -->
|
||||
<path d="M38 78 C18 82, 10 98, 8 110 C22 98, 34 96, 40 92 Z" fill="#1e3a8a"/>
|
||||
<path d="M40 80 C22 88, 14 104, 12 112 C28 100, 36 98, 42 94 Z" fill="#1d4ed8"/>
|
||||
|
||||
<!-- head -->
|
||||
<ellipse cx="52" cy="56" rx="32" ry="28" fill="#fbbf24"/>
|
||||
<ellipse cx="52" cy="60" rx="26" ry="20" fill="#fcd34d"/>
|
||||
<!-- cheeks -->
|
||||
<ellipse cx="28" cy="62" rx="7" ry="5" fill="#fb923c" opacity="0.4"/>
|
||||
<ellipse cx="76" cy="62" rx="7" ry="5" fill="#fb923c" opacity="0.4"/>
|
||||
<!-- BLUE ROBE (body sitting ON shaft) -->
|
||||
<ellipse cx="54" cy="86" rx="28" ry="22" fill="#1d4ed8"/>
|
||||
<ellipse cx="54" cy="84" rx="24" ry="18" fill="#2563eb"/>
|
||||
<!-- white trim -->
|
||||
<path d="M32 74 Q54 94 76 74" fill="none" stroke="#f8fafc" stroke-width="4" stroke-linecap="round"/>
|
||||
<path d="M36 82 Q54 98 72 82" fill="none" stroke="#e2e8f0" stroke-width="2.5" stroke-linecap="round"/>
|
||||
|
||||
<!-- round glasses -->
|
||||
<circle cx="36" cy="56" r="12" fill="#bae6fd" fill-opacity="0.45" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<circle cx="68" cy="56" r="12" fill="#bae6fd" fill-opacity="0.45" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<line x1="48" y1="56" x2="56" y2="56" stroke="#0f172a" stroke-width="3.5"/>
|
||||
<line x1="24" y1="52" x2="16" y2="46" stroke="#0f172a" stroke-width="3" stroke-linecap="round"/>
|
||||
<line x1="80" y1="52" x2="88" y2="46" stroke="#0f172a" stroke-width="3" stroke-linecap="round"/>
|
||||
<!-- eyes -->
|
||||
<circle cx="38" cy="57" r="3.5" fill="#0f172a"/>
|
||||
<circle cx="70" cy="57" r="3.5" fill="#0f172a"/>
|
||||
<circle cx="39.3" cy="55.5" r="1.2" fill="#fff"/>
|
||||
<circle cx="71.3" cy="55.5" r="1.2" fill="#fff"/>
|
||||
<!-- green shell -->
|
||||
<ellipse cx="66" cy="92" rx="13" ry="11" fill="#16a34a"/>
|
||||
<ellipse cx="66" cy="92" rx="6" ry="5" fill="#86efac" opacity="0.75"/>
|
||||
|
||||
<!-- snout -->
|
||||
<ellipse cx="52" cy="70" rx="10" ry="6" fill="#f59e0b"/>
|
||||
<ellipse cx="52" cy="69" rx="5" ry="2.5" fill="#fde68a" opacity="0.75"/>
|
||||
<!-- legs over the wand -->
|
||||
<ellipse cx="42" cy="100" rx="10" ry="7" fill="#1e40af"/>
|
||||
<ellipse cx="60" cy="102" rx="10" ry="7" fill="#1e40af"/>
|
||||
<!-- yellow feet hanging past shaft -->
|
||||
<ellipse cx="38" cy="106" rx="7" ry="4.5" fill="#fbbf24"/>
|
||||
<ellipse cx="64" cy="108" rx="7" ry="4.5" fill="#fbbf24"/>
|
||||
|
||||
<!-- white mustache fluff -->
|
||||
<path d="M30 74 Q40 84 52 80 Q64 84 74 74 Q66 82 52 84 Q38 82 30 74 Z" fill="#f8fafc"/>
|
||||
<!-- left arm forward -->
|
||||
<ellipse cx="30" cy="82" rx="9" ry="7" fill="#1d4ed8"/>
|
||||
<circle cx="24" cy="78" r="5.5" fill="#fbbf24"/>
|
||||
<!-- right arm up -->
|
||||
<ellipse cx="74" cy="74" rx="9" ry="7" fill="#1d4ed8"/>
|
||||
<circle cx="80" cy="68" r="5.5" fill="#fbbf24"/>
|
||||
<circle cx="82" cy="60" r="5" fill="#38bdf8"/>
|
||||
<circle cx="81" cy="58" r="1.8" fill="#e0f2fe"/>
|
||||
|
||||
<!-- BLUE pointed wizard hat -->
|
||||
<path d="M18 50 L52 2 L86 50 Z" fill="#1d4ed8"/>
|
||||
<path d="M28 50 L52 12 L76 50 Z" fill="#3b82f6" opacity="0.55"/>
|
||||
<!-- brim -->
|
||||
<ellipse cx="52" cy="50" rx="38" ry="10" fill="#1e40af"/>
|
||||
<ellipse cx="52" cy="48" rx="34" ry="7" fill="#2563eb"/>
|
||||
<!-- white brim edge -->
|
||||
<ellipse cx="52" cy="50" rx="38" ry="10" fill="none" stroke="#f8fafc" stroke-width="2.5"/>
|
||||
<!-- stars on hat -->
|
||||
<polygon points="52,16 54,22 60,24 54,26 52,32 50,26 44,24 50,22" fill="#f8fafc"/>
|
||||
<polygon points="38,28 39.2,31.5 42.5,32.8 39.2,34 38,37.5 36.8,34 33.5,32.8 36.8,31.5" fill="#fef08a"/>
|
||||
<!-- hat tip pom -->
|
||||
<circle cx="52" cy="4" r="7" fill="#f8fafc"/>
|
||||
<circle cx="50" cy="2" r="2.5" fill="#e2e8f0"/>
|
||||
<!-- ===== HEAD ===== -->
|
||||
<ellipse cx="54" cy="50" rx="26" ry="24" fill="#fbbf24"/>
|
||||
<ellipse cx="54" cy="53" rx="21" ry="17" fill="#fcd34d"/>
|
||||
<ellipse cx="34" cy="54" rx="6" ry="4" fill="#fb923c" opacity="0.4"/>
|
||||
<ellipse cx="74" cy="54" rx="6" ry="4" fill="#fb923c" opacity="0.4"/>
|
||||
|
||||
<!-- smile -->
|
||||
<path d="M40 76 Q52 86 64 76" fill="none" stroke="#92400e" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<!-- glasses -->
|
||||
<circle cx="42" cy="50" r="10" fill="#bae6fd" fill-opacity="0.4" stroke="#0f172a" stroke-width="3"/>
|
||||
<circle cx="66" cy="50" r="10" fill="#bae6fd" fill-opacity="0.4" stroke="#0f172a" stroke-width="3"/>
|
||||
<line x1="52" y1="50" x2="56" y2="50" stroke="#0f172a" stroke-width="3"/>
|
||||
<line x1="32" y1="47" x2="24" y2="42" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<line x1="76" y1="47" x2="84" y2="42" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
|
||||
<circle cx="44" cy="50" r="3" fill="#0f172a"/>
|
||||
<circle cx="68" cy="50" r="3" fill="#0f172a"/>
|
||||
<circle cx="45.2" cy="48.8" r="1.1" fill="#fff"/>
|
||||
<circle cx="69.2" cy="48.8" r="1.1" fill="#fff"/>
|
||||
|
||||
<!-- snout + mustache -->
|
||||
<ellipse cx="54" cy="62" rx="8" ry="5" fill="#f59e0b"/>
|
||||
<path d="M36 64 Q46 74 54 70 Q62 74 72 64 Q64 72 54 74 Q44 72 36 64 Z" fill="#f8fafc"/>
|
||||
<path d="M44 66 Q54 74 64 66" fill="none" stroke="#92400e" stroke-width="2.2" stroke-linecap="round"/>
|
||||
|
||||
<!-- BLUE pointed hat -->
|
||||
<path d="M28 44 L54 2 L80 44 Z" fill="#1d4ed8"/>
|
||||
<path d="M36 44 L54 10 L72 44 Z" fill="#3b82f6" opacity="0.5"/>
|
||||
<ellipse cx="54" cy="44" rx="30" ry="8" fill="#1e40af"/>
|
||||
<ellipse cx="54" cy="42.5" rx="26" ry="5" fill="#2563eb"/>
|
||||
<ellipse cx="54" cy="44" rx="30" ry="8" fill="none" stroke="#f8fafc" stroke-width="2.2"/>
|
||||
<polygon points="54,12 55.6,16.8 60.5,18.4 55.6,20 54,24.8 52.4,20 47.5,18.4 52.4,16.8" fill="#f8fafc"/>
|
||||
<polygon points="42,22 43.1,25.2 46.2,26.4 43.1,27.6 42,30.8 40.9,27.6 37.8,26.4 40.9,25.2" fill="#fef08a"/>
|
||||
<circle cx="54" cy="4" r="6" fill="#f8fafc"/>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.9 KiB |
|
|
@ -39,6 +39,8 @@ services:
|
|||
FORGEJO__session__PROVIDER: memory
|
||||
FORGEJO__log__LEVEL: Info
|
||||
FORGEJO____APP_NAME: "hacktivism git"
|
||||
FORGEJO__ui__DEFAULT_THEME: hacktivism
|
||||
FORGEJO__ui__THEMES: hacktivism,forgejo-auto,forgejo-light,forgejo-dark,gitea-auto,gitea-light,gitea-dark
|
||||
ports:
|
||||
- "9024:3000"
|
||||
- "9200:2222"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue