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

80
.pi/themes/gruvbox.json Normal file
View File

@@ -0,0 +1,80 @@
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "gruvbox",
"vars": {
"bg": "#221f1c",
"bgDark": "#1c1a17",
"bgDeep": "#171412",
"surface": "#322d29",
"selection": "#3f3731",
"bgRed": "#341714",
"bgOrange": "#322215",
"bgSky": "#152432",
"bgCyan": "#142924",
"bgWarm": "#322b15",
"bgPink": "#321524",
"comment": "#fcebc5",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"red": "#fb4b37",
"green": "#ebed5e",
"yellow": "#fcd783",
"blue": "#67a6e4",
"purple": "#ca74e7",
"aqua": "#81e4be",
"orange": "#fd953f"
},
"colors": {
"accent": "orange",
"border": "yellow",
"borderAccent": "orange",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "aqua",
"selectedBg": "bgWarm",
"userMessageBg": "bgOrange",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "aqua",
"toolPendingBg": "bgSky",
"toolSuccessBg": "bgCyan",
"toolErrorBg": "bgRed",
"toolTitle": "orange",
"toolOutput": "fgSoft",
"mdHeading": "yellow",
"mdLink": "aqua",
"mdLinkUrl": "comment",
"mdCode": "green",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "blue",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "orange",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "red",
"syntaxFunction": "aqua",
"syntaxVariable": "blue",
"syntaxString": "green",
"syntaxNumber": "purple",
"syntaxType": "yellow",
"syntaxOperator": "orange",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "aqua",
"thinkingHigh": "yellow",
"thinkingXhigh": "red",
"bashMode": "orange"
}
}