chore: initialize POM 2 repo (docs guards green; release gates recorded NOT RUN pending install)

This commit is contained in:
Antigravity
2026-08-19 10:31:00 +02:00
commit 7ffd00b5c5
111 changed files with 12522 additions and 0 deletions

105
themes/pom-parchment.json Normal file
View File

@@ -0,0 +1,105 @@
{
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
"name": "pom-parchment",
"vars": {
"rosePink": "#c07088",
"quartzPurple": "#8070a0",
"softRose": "#e8dce0",
"deepRoseGray": "#3a2830",
"palePink": "#f5e8ed",
"dustyRose": "#9e6b7b",
"lavenderGray": "#a898b0",
"crystalMint": "#7fa090",
"warmGold": "#c09870",
"roseRed": "#b85860",
"roseGreen": "#88a088",
"selectedBg": "#f0e0e8",
"userMsgBg": "#faf5f7",
"toolPendingBg": "#f5eef8",
"toolSuccessBg": "#f0f5f0",
"toolErrorBg": "#f8f0f0",
"customMsgBg": "#f5f0f8",
"pomInk": "#28243a",
"pomViolet": "#7357c8",
"pomBlue": "#2f6f9f",
"pomGreen": "#237a57",
"pomRed": "#b4233f",
"pomGold": "#9a6700",
"pomPaper": "#fbf8f1",
"pomCard": "#f1ecdf",
"pomMuted": "#756f66"
},
"colors": {
"accent": "pomViolet",
"border": "quartzPurple",
"borderAccent": "pomViolet",
"borderMuted": "softRose",
"success": "pomGreen",
"error": "pomRed",
"warning": "pomGold",
"muted": "dustyRose",
"dim": "lavenderGray",
"text": "",
"thinkingText": "dustyRose",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageLabel": "pomViolet",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolOutput": "dustyRose",
"mdHeading": "pomViolet",
"mdLink": "pomBlue",
"mdLinkUrl": "lavenderGray",
"mdCode": "rosePink",
"mdCodeBlock": "crystalMint",
"mdCodeBlockBorder": "dustyRose",
"mdQuote": "dustyRose",
"mdQuoteBorder": "softRose",
"mdHr": "softRose",
"mdListBullet": "pomViolet",
"toolDiffAdded": "roseGreen",
"toolDiffRemoved": "roseRed",
"toolDiffContext": "dustyRose",
"syntaxComment": "#7fa090",
"syntaxKeyword": "#8070a0",
"syntaxFunction": "#c07088",
"syntaxVariable": "#3a2830",
"syntaxString": "#b85860",
"syntaxNumber": "#88a088",
"syntaxType": "#9e6b7b",
"syntaxOperator": "#3a2830",
"syntaxPunctuation": "#3a2830",
"thinkingOff": "softRose",
"thinkingMinimal": "#a898b0",
"thinkingLow": "#8070a0",
"thinkingMedium": "#c07088",
"thinkingHigh": "#9e6b7b",
"thinkingXhigh": "#8b4560",
"bashMode": "roseGreen",
"statusLineBg": "#f5e8ed",
"statusLineSep": "#9e6b7b",
"statusLineModel": "pomViolet",
"statusLinePath": "pomBlue",
"statusLineGitClean": "pomGreen",
"statusLineGitDirty": "pomGold",
"statusLineContext": "#8070a0",
"statusLineSpend": "#7fa090",
"statusLineStaged": 108,
"statusLineDirty": 180,
"statusLineUntracked": 139,
"statusLineOutput": 132,
"statusLineCost": 132,
"statusLineSubagents": "pomViolet",
"pythonMode": "#f0c040"
},
"export": {
"pageBg": "#fbf7f9",
"cardBg": "#ffffff",
"infoBg": "#faf5f7"
}
}