This commit is contained in:
IndyDevDan
2026-02-22 20:19:33 -06:00
commit 32dfe122cb
68 changed files with 8173 additions and 0 deletions

82
.pi/themes/synthwave.json Normal file
View File

@@ -0,0 +1,82 @@
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "synthwave",
"vars": {
"bg": "#262335",
"bgDark": "#241b2f",
"bgDeep": "#1e1d2d",
"surface": "#34294f",
"selection": "#463465",
"bgRed": "#3d1018",
"bgRedWarm": "#301510",
"bgOrange": "#2e1f10",
"bgSky": "#1a2e4a",
"bgCyan": "#152838",
"bgWarm": "#4a1e6a",
"bgPink": "#35153a",
"comment": "#fede5d",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"red": "#fe4450",
"cyan": "#36f9f6",
"yellow": "#fede5d",
"pink": "#ff7edb",
"green": "#72f1b8",
"orange": "#ff8b39",
"purple": "#c792ea",
"blue": "#4d9de0"
},
"colors": {
"accent": "cyan",
"border": "pink",
"borderAccent": "cyan",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "orange",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "#4a9e6a",
"selectedBg": "bgPink",
"userMessageBg": "bgWarm",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "cyan",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgSky",
"toolErrorBg": "bgRed",
"toolTitle": "orange",
"toolOutput": "fgSoft",
"mdHeading": "yellow",
"mdLink": "cyan",
"mdLinkUrl": "comment",
"mdCode": "yellow",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "purple",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "pink",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "red",
"syntaxFunction": "cyan",
"syntaxVariable": "fg",
"syntaxString": "yellow",
"syntaxNumber": "pink",
"syntaxType": "green",
"syntaxOperator": "cyan",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "purple",
"thinkingHigh": "cyan",
"thinkingXhigh": "pink",
"bashMode": "orange"
}
}