Browse Source

Update logo prompt to killall human

main
Matteo Benedetto 3 months ago
parent
commit
52bf81803e
  1. 8
      assets/mcp-hal9002-logo.svg

8
assets/mcp-hal9002-logo.svg

@ -78,16 +78,16 @@
<ellipse cx="272" cy="234" rx="6" ry="4" fill="white" fill-opacity="0.15" transform="rotate(20, 272, 234)"/>
<!-- Terminal prompt bar -->
<rect x="108" y="362" width="296" height="56" rx="28" fill="url(#bar-bg)" stroke="#333333" stroke-width="2"/>
<rect x="92" y="362" width="328" height="56" rx="28" fill="url(#bar-bg)" stroke="#333333" stroke-width="2"/>
<!-- Prompt: $> symbol -->
<text x="136" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="24" font-weight="bold" fill="#E84040">$&gt;</text>
<text x="120" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="24" font-weight="bold" fill="#E84040">$&gt;</text>
<!-- Command text -->
<text x="182" y="398" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="22" fill="#CCCCCC">hal9002</text>
<text x="166" y="396" font-family="monospace, 'JetBrains Mono', 'Fira Code'" font-size="18" fill="#CCCCCC">killall human</text>
<!-- Blinking cursor -->
<rect x="302" y="378" width="12" height="26" rx="2" fill="#E84040">
<rect x="342" y="378" width="12" height="26" rx="2" fill="#E84040">
<animate attributeName="opacity" values="1;1;0;0" dur="1.2s" repeatCount="indefinite"/>
</rect>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Loading…
Cancel
Save