🚀
This commit is contained in:
80
.pi/themes/gruvbox.json
Normal file
80
.pi/themes/gruvbox.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user