theme: update to kimiko-sakura and enable quiet startup; add SYSTEM.md and kimiko-ui extension

This commit is contained in:
syntaxbullet
2026-07-23 19:41:33 +02:00
parent aebf0858a4
commit 212af9301e
4 changed files with 169 additions and 1 deletions

98
themes/kimiko-sakura.json Normal file
View File

@@ -0,0 +1,98 @@
{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "kimiko-sakura",
"vars": {
"ink": "#210d1e",
"deepPlum": "#2d172a",
"plum": "#381d33",
"raisedPlum": "#41233a",
"softPlum": "#5f3550",
"mutedPlum": "#7a4b66",
"berry": "#ae3664",
"rose": "#ce507d",
"hotPink": "#e6679a",
"sakura": "#f174a8",
"blossom": "#f785b5",
"blush": "#fa9dc6",
"petal": "#fbb4d5",
"palePetal": "#fdc4de",
"whitePetal": "#fedeec",
"mutedText": "#c99ab3",
"lavender": "#d9a7e8",
"mint": "#9ed9bc",
"aqua": "#9ed9d5",
"gold": "#f3c987",
"coral": "#ff7185",
"selectedBg": "#5f3550",
"userMsgBg": "#381d33",
"customMsgBg": "#41233a",
"toolPendingBg": "#302039",
"toolSuccessBg": "#22352f",
"toolErrorBg": "#43202c"
},
"colors": {
"accent": "sakura",
"border": "rose",
"borderAccent": "petal",
"borderMuted": "softPlum",
"success": "mint",
"error": "coral",
"warning": "gold",
"muted": "mutedText",
"dim": "mutedPlum",
"text": "whitePetal",
"thinkingText": "mutedText",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "whitePetal",
"customMessageBg": "customMsgBg",
"customMessageText": "whitePetal",
"customMessageLabel": "blossom",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "palePetal",
"toolOutput": "mutedText",
"mdHeading": "petal",
"mdLink": "sakura",
"mdLinkUrl": "mutedPlum",
"mdCode": "blossom",
"mdCodeBlock": "palePetal",
"mdCodeBlockBorder": "berry",
"mdQuote": "mutedText",
"mdQuoteBorder": "rose",
"mdHr": "softPlum",
"mdListBullet": "hotPink",
"toolDiffAdded": "mint",
"toolDiffRemoved": "coral",
"toolDiffContext": "mutedText",
"syntaxComment": "#a77891",
"syntaxKeyword": "sakura",
"syntaxFunction": "palePetal",
"syntaxVariable": "blossom",
"syntaxString": "mint",
"syntaxNumber": "lavender",
"syntaxType": "gold",
"syntaxOperator": "blush",
"syntaxPunctuation": "mutedText",
"thinkingOff": "softPlum",
"thinkingMinimal": "mutedPlum",
"thinkingLow": "berry",
"thinkingMedium": "rose",
"thinkingHigh": "hotPink",
"thinkingXhigh": "blossom",
"thinkingMax": "whitePetal",
"bashMode": "gold"
},
"export": {
"pageBg": "ink",
"cardBg": "deepPlum",
"infoBg": "raisedPlum"
}
}