-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpi.json
More file actions
95 lines (95 loc) · 2.65 KB
/
Copy pathpi.json
File metadata and controls
95 lines (95 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "omarchy-system",
"vars": {
"background": "#232136",
"foreground": "#e0def4",
"accent": "#9ccfd8",
"selectionBackground": "#3e8fb0",
"selectionForeground": "#e0def4",
"selectedBackground": "#3e475a",
"color0": "#232136",
"color1": "#eb6f92",
"color2": "#3e8fb0",
"color3": "#f6c177",
"color4": "#9ccfd8",
"color5": "#c4a7e7",
"color6": "#ea9a97",
"color7": "#e0def4",
"color8": "#6e6a86",
"color9": "#eb6f92",
"color10": "#3e8fb0",
"color11": "#f6c177",
"color12": "#9ccfd8",
"color13": "#c4a7e7",
"color14": "#ea9a97",
"color15": "#e0def4",
"panel": "#2e2c41",
"panelAlt": "#363449",
"panelPending": "#323649",
"panelSuccess": "#262e45",
"panelError": "#3b2a41",
"border": "#5c5a6f",
"borderMuted": "#49475c",
"mutedText": "#a09eb3",
"dimText": "#7e7c91"
},
"colors": {
"accent": "accent",
"border": "border",
"borderAccent": "accent",
"borderMuted": "borderMuted",
"success": "color2",
"error": "color1",
"warning": "color3",
"muted": "mutedText",
"dim": "dimText",
"text": "foreground",
"thinkingText": "dimText",
"selectedBg": "selectedBackground",
"userMessageBg": "panel",
"userMessageText": "foreground",
"customMessageBg": "panel",
"customMessageText": "foreground",
"customMessageLabel": "accent",
"toolPendingBg": "panelPending",
"toolSuccessBg": "panelSuccess",
"toolErrorBg": "panelError",
"toolTitle": "accent",
"toolOutput": "foreground",
"mdHeading": "color5",
"mdLink": "accent",
"mdLinkUrl": "color6",
"mdCode": "color6",
"mdCodeBlock": "foreground",
"mdCodeBlockBorder": "borderMuted",
"mdQuote": "mutedText",
"mdQuoteBorder": "borderMuted",
"mdHr": "borderMuted",
"mdListBullet": "color5",
"toolDiffAdded": "color2",
"toolDiffRemoved": "color1",
"toolDiffContext": "mutedText",
"syntaxComment": "dimText",
"syntaxKeyword": "color5",
"syntaxFunction": "color4",
"syntaxVariable": "accent",
"syntaxString": "color2",
"syntaxNumber": "color3",
"syntaxType": "color4",
"syntaxOperator": "color5",
"syntaxPunctuation": "mutedText",
"thinkingOff": "borderMuted",
"thinkingMinimal": "accent",
"thinkingLow": "color4",
"thinkingMedium": "color5",
"thinkingHigh": "color3",
"thinkingXhigh": "color1",
"bashMode": "color3"
},
"export": {
"pageBg": "#232136",
"cardBg": "#2e2c41",
"infoBg": "#363449"
}
}