@bakapiano/ccsm 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <!-- terminal window body -->
3
+ <rect x="2" y="4" width="28" height="24" rx="3" fill="#c45f3f"/>
4
+ <!-- title bar divider -->
5
+ <line x1="2" y1="10" x2="30" y2="10" stroke="#faf9f5" stroke-width="0.6" opacity="0.45"/>
6
+ <!-- traffic-light dots -->
7
+ <circle cx="6" cy="7" r="1" fill="#faf9f5"/>
8
+ <circle cx="9.5" cy="7" r="1" fill="#faf9f5" opacity="0.65"/>
9
+ <circle cx="13" cy="7" r="1" fill="#faf9f5" opacity="0.4"/>
10
+ <!-- ccsm prompt text -->
11
+ <text x="16" y="19.5"
12
+ text-anchor="middle"
13
+ dominant-baseline="central"
14
+ font-family="'Cascadia Mono', 'Consolas', 'Courier New', monospace"
15
+ font-weight="700"
16
+ font-size="10"
17
+ fill="#faf9f5">ccsm</text>
18
+ </svg>