chore: initialize POM 2 repo (docs guards green; release gates recorded NOT RUN pending install)
This commit is contained in:
91
themes/pom-nocturne.json
Normal file
91
themes/pom-nocturne.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
||||
"name": "pom-nocturne",
|
||||
"vars": {
|
||||
"black": "#09090f",
|
||||
"glass": "#151322",
|
||||
"smoke": "#242039",
|
||||
"violet": "#9b7cff",
|
||||
"prism": "#c4b5fd",
|
||||
"silver": "#d8d7e5",
|
||||
"pearl": "#f7f5ff",
|
||||
"crimson": "#ff5c7c",
|
||||
"ember": "#ff9f43",
|
||||
"jade": "#55e6a5",
|
||||
"cyan": "#58d7ff",
|
||||
"gold": "#ffd166"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "violet",
|
||||
"border": "smoke",
|
||||
"borderAccent": "violet",
|
||||
"borderMuted": "#322e48",
|
||||
"success": "jade",
|
||||
"error": "crimson",
|
||||
"warning": "gold",
|
||||
"muted": "smoke",
|
||||
"dim": "#625d79",
|
||||
"text": "",
|
||||
"thinkingText": "silver",
|
||||
"selectedBg": "smoke",
|
||||
"userMessageBg": "glass",
|
||||
"userMessageText": "",
|
||||
"customMessageBg": "glass",
|
||||
"customMessageText": "",
|
||||
"customMessageLabel": "violet",
|
||||
"toolPendingBg": "glass",
|
||||
"toolSuccessBg": "#10251f",
|
||||
"toolErrorBg": "#2b121c",
|
||||
"toolTitle": "",
|
||||
"toolOutput": "silver",
|
||||
"mdHeading": "prism",
|
||||
"mdLink": "cyan",
|
||||
"mdLinkUrl": "#7ab8cc",
|
||||
"mdCode": "violet",
|
||||
"mdCodeBlock": "silver",
|
||||
"mdCodeBlockBorder": "smoke",
|
||||
"mdQuote": "#9e9a95",
|
||||
"mdQuoteBorder": "smoke",
|
||||
"mdHr": "smoke",
|
||||
"mdListBullet": "violet",
|
||||
"toolDiffAdded": "jade",
|
||||
"toolDiffRemoved": "crimson",
|
||||
"toolDiffContext": "#6e6960",
|
||||
"syntaxComment": "#6e6960",
|
||||
"syntaxKeyword": "violet",
|
||||
"syntaxFunction": "cyan",
|
||||
"syntaxVariable": "silver",
|
||||
"syntaxString": "jade",
|
||||
"syntaxNumber": "gold",
|
||||
"syntaxType": "prism",
|
||||
"syntaxOperator": "#b8b4af",
|
||||
"syntaxPunctuation": "#8a857f",
|
||||
"thinkingOff": "#6e6960",
|
||||
"thinkingMinimal": "#7a7570",
|
||||
"thinkingLow": "#8a857f",
|
||||
"thinkingMedium": "#9e9a95",
|
||||
"thinkingHigh": "#b8b4af",
|
||||
"thinkingXhigh": "silver",
|
||||
"bashMode": "violet",
|
||||
"statusLineBg": "glass",
|
||||
"statusLineSep": "#413b5a",
|
||||
"statusLineModel": "violet",
|
||||
"statusLinePath": "cyan",
|
||||
"statusLineGitClean": "jade",
|
||||
"statusLineGitDirty": "ember",
|
||||
"statusLineContext": "#9e9a95",
|
||||
"statusLineSpend": "gold",
|
||||
"statusLineStaged": "jade",
|
||||
"statusLineDirty": "ember",
|
||||
"statusLineUntracked": "#9e9a95",
|
||||
"statusLineOutput": "cyan",
|
||||
"statusLineCost": "gold",
|
||||
"statusLineSubagents": "violet",
|
||||
"pythonMode": "gold"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "black",
|
||||
"cardBg": "glass",
|
||||
"infoBg": "smoke"
|
||||
}
|
||||
}
|
||||
105
themes/pom-parchment.json
Normal file
105
themes/pom-parchment.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user