@gonrocca/zero-pi 0.1.69 → 0.1.70
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 +1 -0
- package/package.json +1 -1
- package/themes/zero-omp-neon.json +85 -0
package/README.md
CHANGED
|
@@ -123,6 +123,7 @@ into `/forge` for you.
|
|
|
123
123
|
| **SDD routing skill** | Natural-language requests that say "hacelo con sdd" route into `/forge` without remembering the slash command. |
|
|
124
124
|
| **`zero-sdd` theme** | A dark, high-contrast pi theme tuned for SDD work. |
|
|
125
125
|
| **`zero-sunset` theme** | A warm sunset variant — gold/coral/magenta accents over warm-dark panels, with one cool tone kept for syntax legibility. Activate with `/theme zero-sunset`. |
|
|
126
|
+
| **`zero-omp-neon` theme** | A high-contrast OMP-inspired neon theme with separated colour roles: cyan links/paths, gold titles, mint code/success, violet borders, and navy tool cards. Activate with `/theme zero-omp-neon`. |
|
|
126
127
|
|
|
127
128
|
## ⌨️ Commands
|
|
128
129
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.70",
|
|
4
4
|
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow (clarify → explore → plan → analyze → build → veredicto) with automatic clarify/analyze gates, per-phase model autotune, and token-efficient batched builds. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
|
3
|
+
"name": "zero-omp-neon",
|
|
4
|
+
"vars": {
|
|
5
|
+
"bg": "#090b12",
|
|
6
|
+
"panel": "#111421",
|
|
7
|
+
"panel2": "#171329",
|
|
8
|
+
"panelTool": "#101a28",
|
|
9
|
+
"panelOk": "#0d1f1e",
|
|
10
|
+
"panelErr": "#2a111a",
|
|
11
|
+
"selected": "#27213f",
|
|
12
|
+
"textMain": "#ece8f6",
|
|
13
|
+
"prose": "#c9bed6",
|
|
14
|
+
"mutedCool": "#a99eb8",
|
|
15
|
+
"dimCool": "#6e657e",
|
|
16
|
+
"cyan": "#35e8ff",
|
|
17
|
+
"blue": "#67a8ff",
|
|
18
|
+
"mint": "#2dfcb3",
|
|
19
|
+
"green": "#5bff8a",
|
|
20
|
+
"gold": "#ffd166",
|
|
21
|
+
"amber": "#ff9f43",
|
|
22
|
+
"coral": "#ff7a66",
|
|
23
|
+
"rose": "#ff4f7b",
|
|
24
|
+
"magenta": "#d86bff",
|
|
25
|
+
"violet": "#a78bfa"
|
|
26
|
+
},
|
|
27
|
+
"colors": {
|
|
28
|
+
"accent": "cyan",
|
|
29
|
+
"border": "violet",
|
|
30
|
+
"borderAccent": "cyan",
|
|
31
|
+
"borderMuted": "dimCool",
|
|
32
|
+
"success": "mint",
|
|
33
|
+
"error": "rose",
|
|
34
|
+
"warning": "amber",
|
|
35
|
+
"muted": "mutedCool",
|
|
36
|
+
"dim": "dimCool",
|
|
37
|
+
"text": "textMain",
|
|
38
|
+
"thinkingText": "prose",
|
|
39
|
+
"selectedBg": "selected",
|
|
40
|
+
"userMessageBg": "panel2",
|
|
41
|
+
"userMessageText": "gold",
|
|
42
|
+
"customMessageBg": "panel",
|
|
43
|
+
"customMessageText": "prose",
|
|
44
|
+
"customMessageLabel": "cyan",
|
|
45
|
+
"toolPendingBg": "panel2",
|
|
46
|
+
"toolSuccessBg": "panelTool",
|
|
47
|
+
"toolErrorBg": "panelErr",
|
|
48
|
+
"toolTitle": "gold",
|
|
49
|
+
"toolOutput": "prose",
|
|
50
|
+
"mdHeading": "cyan",
|
|
51
|
+
"mdLink": "cyan",
|
|
52
|
+
"mdLinkUrl": "violet",
|
|
53
|
+
"mdCode": "mint",
|
|
54
|
+
"mdCodeBlock": "mint",
|
|
55
|
+
"mdCodeBlockBorder": "violet",
|
|
56
|
+
"mdQuote": "mutedCool",
|
|
57
|
+
"mdQuoteBorder": "dimCool",
|
|
58
|
+
"mdHr": "dimCool",
|
|
59
|
+
"mdListBullet": "magenta",
|
|
60
|
+
"toolDiffAdded": "mint",
|
|
61
|
+
"toolDiffRemoved": "rose",
|
|
62
|
+
"toolDiffContext": "mutedCool",
|
|
63
|
+
"syntaxComment": "dimCool",
|
|
64
|
+
"syntaxKeyword": "magenta",
|
|
65
|
+
"syntaxFunction": "cyan",
|
|
66
|
+
"syntaxVariable": "gold",
|
|
67
|
+
"syntaxString": "mint",
|
|
68
|
+
"syntaxNumber": "coral",
|
|
69
|
+
"syntaxType": "blue",
|
|
70
|
+
"syntaxOperator": "rose",
|
|
71
|
+
"syntaxPunctuation": "mutedCool",
|
|
72
|
+
"thinkingOff": "dimCool",
|
|
73
|
+
"thinkingMinimal": "mutedCool",
|
|
74
|
+
"thinkingLow": "blue",
|
|
75
|
+
"thinkingMedium": "gold",
|
|
76
|
+
"thinkingHigh": "coral",
|
|
77
|
+
"thinkingXhigh": "magenta",
|
|
78
|
+
"bashMode": "cyan"
|
|
79
|
+
},
|
|
80
|
+
"export": {
|
|
81
|
+
"pageBg": "#090b12",
|
|
82
|
+
"cardBg": "#111421",
|
|
83
|
+
"infoBg": "#171329"
|
|
84
|
+
}
|
|
85
|
+
}
|