@tenchi4u/pi-cc-header 1.0.5 → 1.0.6
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.
- package/README.md +2 -2
- package/extensions/pi-cc-header.ts +1488 -1482
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Visual changes still apply per-session but won't be persisted.
|
|
|
22
22
|
|
|
23
23
|
## Features
|
|
24
24
|
|
|
25
|
-
- 14-frame Pi logo animation, speed 25/50/75/100
|
|
25
|
+
- 14-frame Pi logo animation, speed any positive ms (presets: 25/30/35/40/45/50/75/100)
|
|
26
26
|
- 9-color palette: Anthropic orange, Clawd red, and more
|
|
27
27
|
- IBM-style horizontal stripes
|
|
28
28
|
- Minecraft-style pixel theme with 4-level 24-bit gradient
|
|
@@ -42,7 +42,7 @@ All flags under `/pch`:
|
|
|
42
42
|
| `/pch --c [code]` | Logo/header color (`c/a/r/o/y/g/w/b/p`); no arg = show current | Immediate |
|
|
43
43
|
| `/pch --i` | Toggle IBM stripes | Immediate |
|
|
44
44
|
| `/pch --m` | Toggle Minecraft gradient | Immediate |
|
|
45
|
-
| `/pch --sp [ms]` | Speed (`25/50/75/100`); no arg = show current | Immediate |
|
|
45
|
+
| `/pch --sp [ms]` | Speed (any positive number; presets `25/30/35/40/45/50/75/100`); no arg = show current | Immediate |
|
|
46
46
|
| `/pch --v [all\|pi\|off]` | Version label color; no arg = cycle | Immediate |
|
|
47
47
|
| `/pch --ps` | Toggle pkg skills count | Immediate |
|
|
48
48
|
| `/pch --s [text]` | Set slogan to literal text | Immediate |
|