@oh-my-pi/pi-coding-agent 3.15.0 → 3.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
- package/src/modes/interactive/components/hook-editor.ts +1 -0
- package/src/modes/interactive/components/status-line/separators.ts +4 -4
- package/src/modes/interactive/components/status-line.ts +3 -1
- package/src/modes/interactive/interactive-mode.ts +1 -0
- package/src/modes/interactive/theme/defaults/alabaster.json +99 -0
- package/src/modes/interactive/theme/defaults/amethyst.json +103 -0
- package/src/modes/interactive/theme/defaults/anthracite.json +100 -0
- package/src/modes/interactive/theme/defaults/basalt.json +90 -0
- package/src/modes/interactive/theme/defaults/birch.json +101 -0
- package/src/modes/interactive/theme/defaults/dark-abyss.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-aurora.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-cavern.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-copper.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-cosmos.json +96 -0
- package/src/modes/interactive/theme/defaults/dark-eclipse.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-ember.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-equinox.json +96 -0
- package/src/modes/interactive/theme/defaults/dark-lavender.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-lunar.json +95 -0
- package/src/modes/interactive/theme/defaults/dark-midnight.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-nebula.json +96 -0
- package/src/modes/interactive/theme/defaults/dark-rainforest.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-reef.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-sakura.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-slate.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-solstice.json +96 -0
- package/src/modes/interactive/theme/defaults/dark-starfall.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-swamp.json +96 -0
- package/src/modes/interactive/theme/defaults/dark-taiga.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-terminal.json +94 -0
- package/src/modes/interactive/theme/defaults/dark-tundra.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-twilight.json +97 -0
- package/src/modes/interactive/theme/defaults/dark-volcanic.json +97 -0
- package/src/modes/interactive/theme/defaults/graphite.json +99 -0
- package/src/modes/interactive/theme/defaults/index.ts +128 -0
- package/src/modes/interactive/theme/defaults/light-aurora-day.json +97 -0
- package/src/modes/interactive/theme/defaults/light-canyon.json +97 -0
- package/src/modes/interactive/theme/defaults/light-cirrus.json +96 -0
- package/src/modes/interactive/theme/defaults/light-coral.json +94 -0
- package/src/modes/interactive/theme/defaults/light-dawn.json +96 -0
- package/src/modes/interactive/theme/defaults/light-dunes.json +97 -0
- package/src/modes/interactive/theme/defaults/light-eucalyptus.json +94 -0
- package/src/modes/interactive/theme/defaults/light-frost.json +94 -0
- package/src/modes/interactive/theme/defaults/light-glacier.json +97 -0
- package/src/modes/interactive/theme/defaults/light-haze.json +96 -0
- package/src/modes/interactive/theme/defaults/light-honeycomb.json +94 -0
- package/src/modes/interactive/theme/defaults/light-lagoon.json +97 -0
- package/src/modes/interactive/theme/defaults/light-lavender.json +94 -0
- package/src/modes/interactive/theme/defaults/light-meadow.json +97 -0
- package/src/modes/interactive/theme/defaults/light-mint.json +94 -0
- package/src/modes/interactive/theme/defaults/light-opal.json +97 -0
- package/src/modes/interactive/theme/defaults/light-orchard.json +97 -0
- package/src/modes/interactive/theme/defaults/light-paper.json +94 -0
- package/src/modes/interactive/theme/defaults/light-prism.json +96 -0
- package/src/modes/interactive/theme/defaults/light-sand.json +94 -0
- package/src/modes/interactive/theme/defaults/light-savanna.json +97 -0
- package/src/modes/interactive/theme/defaults/light-soleil.json +96 -0
- package/src/modes/interactive/theme/defaults/light-wetland.json +97 -0
- package/src/modes/interactive/theme/defaults/light-zenith.json +95 -0
- package/src/modes/interactive/theme/defaults/limestone.json +100 -0
- package/src/modes/interactive/theme/defaults/mahogany.json +104 -0
- package/src/modes/interactive/theme/defaults/marble.json +99 -0
- package/src/modes/interactive/theme/defaults/obsidian.json +90 -0
- package/src/modes/interactive/theme/defaults/onyx.json +90 -0
- package/src/modes/interactive/theme/defaults/pearl.json +99 -0
- package/src/modes/interactive/theme/defaults/porcelain.json +90 -0
- package/src/modes/interactive/theme/defaults/quartz.json +102 -0
- package/src/modes/interactive/theme/defaults/sandstone.json +101 -0
- package/src/modes/interactive/theme/defaults/titanium.json +89 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-frost",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cyan": "#00bcd4",
|
|
6
|
+
"blue": "#2196f3",
|
|
7
|
+
"green": "#4caf50",
|
|
8
|
+
"red": "#f44336",
|
|
9
|
+
"yellow": "#ffeb3b",
|
|
10
|
+
"gray": "#607d8b",
|
|
11
|
+
"dimGray": "#90a4ae",
|
|
12
|
+
"darkGray": "#cfd8dc",
|
|
13
|
+
"accent": "#03a9f4",
|
|
14
|
+
"selectedBg": "#e1f5fe",
|
|
15
|
+
"userMsgBg": "#f1faff",
|
|
16
|
+
"toolPendingBg": "#e6f7ff",
|
|
17
|
+
"toolSuccessBg": "#e8f5e9",
|
|
18
|
+
"toolErrorBg": "#ffebee",
|
|
19
|
+
"customMsgBg": "#e3f2fd"
|
|
20
|
+
},
|
|
21
|
+
"colors": {
|
|
22
|
+
"accent": "accent",
|
|
23
|
+
"border": "blue",
|
|
24
|
+
"borderAccent": "accent",
|
|
25
|
+
"borderMuted": "darkGray",
|
|
26
|
+
"success": "green",
|
|
27
|
+
"error": "red",
|
|
28
|
+
"warning": "yellow",
|
|
29
|
+
"muted": "gray",
|
|
30
|
+
"dim": "dimGray",
|
|
31
|
+
"text": "",
|
|
32
|
+
"thinkingText": "gray",
|
|
33
|
+
"selectedBg": "selectedBg",
|
|
34
|
+
"userMessageBg": "userMsgBg",
|
|
35
|
+
"userMessageText": "",
|
|
36
|
+
"customMessageBg": "customMsgBg",
|
|
37
|
+
"customMessageText": "",
|
|
38
|
+
"customMessageLabel": "accent",
|
|
39
|
+
"toolPendingBg": "toolPendingBg",
|
|
40
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
41
|
+
"toolErrorBg": "toolErrorBg",
|
|
42
|
+
"toolTitle": "",
|
|
43
|
+
"toolOutput": "gray",
|
|
44
|
+
"mdHeading": "#03a9f4",
|
|
45
|
+
"mdLink": "#2196f3",
|
|
46
|
+
"mdLinkUrl": "dimGray",
|
|
47
|
+
"mdCode": "#00bcd4",
|
|
48
|
+
"mdCodeBlock": "#0288d1",
|
|
49
|
+
"mdCodeBlockBorder": "darkGray",
|
|
50
|
+
"mdQuote": "gray",
|
|
51
|
+
"mdQuoteBorder": "darkGray",
|
|
52
|
+
"mdHr": "darkGray",
|
|
53
|
+
"mdListBullet": "accent",
|
|
54
|
+
"toolDiffAdded": "green",
|
|
55
|
+
"toolDiffRemoved": "red",
|
|
56
|
+
"toolDiffContext": "gray",
|
|
57
|
+
"link": "#2196f3",
|
|
58
|
+
"syntaxComment": "#607d8b",
|
|
59
|
+
"syntaxKeyword": "#2196f3",
|
|
60
|
+
"syntaxFunction": "#ffeb3b",
|
|
61
|
+
"syntaxVariable": "#00bcd4",
|
|
62
|
+
"syntaxString": "#f44336",
|
|
63
|
+
"syntaxNumber": "#4caf50",
|
|
64
|
+
"syntaxType": "#03a9f4",
|
|
65
|
+
"syntaxOperator": "#90a4ae",
|
|
66
|
+
"syntaxPunctuation": "#90a4ae",
|
|
67
|
+
"thinkingOff": "darkGray",
|
|
68
|
+
"thinkingMinimal": "dimGray",
|
|
69
|
+
"thinkingLow": "blue",
|
|
70
|
+
"thinkingMedium": "cyan",
|
|
71
|
+
"thinkingHigh": "accent",
|
|
72
|
+
"thinkingXhigh": "red",
|
|
73
|
+
"bashMode": "accent",
|
|
74
|
+
"statusLineBg": "#e1f5fe",
|
|
75
|
+
"statusLineSep": "#90a4ae",
|
|
76
|
+
"statusLineModel": "accent",
|
|
77
|
+
"statusLinePath": "blue",
|
|
78
|
+
"statusLineGitClean": "green",
|
|
79
|
+
"statusLineGitDirty": "yellow",
|
|
80
|
+
"statusLineContext": "gray",
|
|
81
|
+
"statusLineSpend": "cyan",
|
|
82
|
+
"statusLineStaged": 28,
|
|
83
|
+
"statusLineDirty": 178,
|
|
84
|
+
"statusLineUntracked": 39,
|
|
85
|
+
"statusLineOutput": 205,
|
|
86
|
+
"statusLineCost": 205,
|
|
87
|
+
"statusLineSubagents": "accent"
|
|
88
|
+
},
|
|
89
|
+
"export": {
|
|
90
|
+
"pageBg": "#f1faff",
|
|
91
|
+
"cardBg": "#e6f7ff",
|
|
92
|
+
"infoBg": "#e8f5e9"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-glacier",
|
|
4
|
+
"vars": {
|
|
5
|
+
"glacierBg": "#F2F7FA",
|
|
6
|
+
"glacierPanel": "#E6EFF4",
|
|
7
|
+
"glacierSurface": "#FAFDFF",
|
|
8
|
+
"glacierBorder": "#C4D6E2",
|
|
9
|
+
"crevasseBlue": "#3A7FB6",
|
|
10
|
+
"iceTeal": "#3E8F7A",
|
|
11
|
+
"warningAmber": "#C58A36",
|
|
12
|
+
"errorRed": "#C45A55",
|
|
13
|
+
"frostBlue": "#5F8FB8",
|
|
14
|
+
"glacierMist": "#CFE2F1",
|
|
15
|
+
"mutedText": "#51626D",
|
|
16
|
+
"dimText": "#7A8A95"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "crevasseBlue",
|
|
20
|
+
"border": "glacierBorder",
|
|
21
|
+
"borderAccent": "frostBlue",
|
|
22
|
+
"borderMuted": "glacierPanel",
|
|
23
|
+
"success": "iceTeal",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "warningAmber",
|
|
26
|
+
"muted": "mutedText",
|
|
27
|
+
"dim": "dimText",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedText",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "glacierMist",
|
|
32
|
+
"userMessageBg": "glacierSurface",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#E9F1F6",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "crevasseBlue",
|
|
37
|
+
"toolPendingBg": "glacierBg",
|
|
38
|
+
"toolSuccessBg": "#E2F2EC",
|
|
39
|
+
"toolErrorBg": "#F1E1E2",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedText",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "crevasseBlue",
|
|
44
|
+
"mdLink": "frostBlue",
|
|
45
|
+
"mdLinkUrl": "dimText",
|
|
46
|
+
"mdCode": "iceTeal",
|
|
47
|
+
"mdCodeBlock": "crevasseBlue",
|
|
48
|
+
"mdCodeBlockBorder": "glacierBorder",
|
|
49
|
+
"mdQuote": "mutedText",
|
|
50
|
+
"mdQuoteBorder": "glacierBorder",
|
|
51
|
+
"mdHr": "glacierBorder",
|
|
52
|
+
"mdListBullet": "iceTeal",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "iceTeal",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedText",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimText",
|
|
59
|
+
"syntaxKeyword": "crevasseBlue",
|
|
60
|
+
"syntaxFunction": "frostBlue",
|
|
61
|
+
"syntaxVariable": "mutedText",
|
|
62
|
+
"syntaxString": "iceTeal",
|
|
63
|
+
"syntaxNumber": "warningAmber",
|
|
64
|
+
"syntaxType": "crevasseBlue",
|
|
65
|
+
"syntaxOperator": "mutedText",
|
|
66
|
+
"syntaxPunctuation": "mutedText",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "glacierBorder",
|
|
69
|
+
"thinkingMinimal": "dimText",
|
|
70
|
+
"thinkingLow": "frostBlue",
|
|
71
|
+
"thinkingMedium": "crevasseBlue",
|
|
72
|
+
"thinkingHigh": "iceTeal",
|
|
73
|
+
"thinkingXhigh": "warningAmber",
|
|
74
|
+
|
|
75
|
+
"bashMode": "crevasseBlue",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#EEF5F9",
|
|
78
|
+
"statusLineSep": "glacierBorder",
|
|
79
|
+
"statusLineModel": "crevasseBlue",
|
|
80
|
+
"statusLinePath": "frostBlue",
|
|
81
|
+
"statusLineGitClean": "iceTeal",
|
|
82
|
+
"statusLineGitDirty": "warningAmber",
|
|
83
|
+
"statusLineContext": "mutedText",
|
|
84
|
+
"statusLineSpend": "crevasseBlue",
|
|
85
|
+
"statusLineStaged": "iceTeal",
|
|
86
|
+
"statusLineDirty": "warningAmber",
|
|
87
|
+
"statusLineUntracked": "frostBlue",
|
|
88
|
+
"statusLineOutput": "crevasseBlue",
|
|
89
|
+
"statusLineCost": "warningAmber",
|
|
90
|
+
"statusLineSubagents": "crevasseBlue"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#F2F7FA",
|
|
94
|
+
"cardBg": "#FAFDFF",
|
|
95
|
+
"infoBg": "#E6EFF4"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-haze",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cream": "#f9f2e7",
|
|
6
|
+
"sun": "#f1c07a",
|
|
7
|
+
"honey": "#d9944a",
|
|
8
|
+
"sky": "#7da4c7",
|
|
9
|
+
"sage": "#8ea98b",
|
|
10
|
+
"ink": "#3f3a33",
|
|
11
|
+
"muted": "#5f5a52",
|
|
12
|
+
"dim": "#7a746c",
|
|
13
|
+
"success": "#4b9a6b",
|
|
14
|
+
"error": "#c95555",
|
|
15
|
+
"warning": "#d88b35"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"accent": "sun",
|
|
19
|
+
"border": "#e3d8c9",
|
|
20
|
+
"borderAccent": "sky",
|
|
21
|
+
"borderMuted": "#efe7dc",
|
|
22
|
+
"success": "success",
|
|
23
|
+
"error": "error",
|
|
24
|
+
"warning": "warning",
|
|
25
|
+
"muted": "muted",
|
|
26
|
+
"dim": "dim",
|
|
27
|
+
"text": "",
|
|
28
|
+
"thinkingText": "muted",
|
|
29
|
+
|
|
30
|
+
"selectedBg": "#f1e7d7",
|
|
31
|
+
"userMessageBg": "#fffaf3",
|
|
32
|
+
"userMessageText": "",
|
|
33
|
+
"customMessageBg": "#f5eddf",
|
|
34
|
+
"customMessageText": "",
|
|
35
|
+
"customMessageLabel": "honey",
|
|
36
|
+
"toolPendingBg": "#f3efe7",
|
|
37
|
+
"toolSuccessBg": "#eef6ef",
|
|
38
|
+
"toolErrorBg": "#f8eeee",
|
|
39
|
+
"toolTitle": "",
|
|
40
|
+
"toolOutput": "muted",
|
|
41
|
+
|
|
42
|
+
"mdHeading": "honey",
|
|
43
|
+
"mdLink": "sky",
|
|
44
|
+
"mdLinkUrl": "dim",
|
|
45
|
+
"mdCode": "#8a5a2c",
|
|
46
|
+
"mdCodeBlock": "ink",
|
|
47
|
+
"mdCodeBlockBorder": "#e0d6c8",
|
|
48
|
+
"mdQuote": "muted",
|
|
49
|
+
"mdQuoteBorder": "#e0d6c8",
|
|
50
|
+
"mdHr": "#e0d6c8",
|
|
51
|
+
"mdListBullet": "sun",
|
|
52
|
+
|
|
53
|
+
"toolDiffAdded": "success",
|
|
54
|
+
"toolDiffRemoved": "error",
|
|
55
|
+
"toolDiffContext": "muted",
|
|
56
|
+
|
|
57
|
+
"syntaxComment": "dim",
|
|
58
|
+
"syntaxKeyword": "sky",
|
|
59
|
+
"syntaxFunction": "honey",
|
|
60
|
+
"syntaxVariable": "ink",
|
|
61
|
+
"syntaxString": "warning",
|
|
62
|
+
"syntaxNumber": "sun",
|
|
63
|
+
"syntaxType": "sage",
|
|
64
|
+
"syntaxOperator": "ink",
|
|
65
|
+
"syntaxPunctuation": "ink",
|
|
66
|
+
|
|
67
|
+
"thinkingOff": "#e4dacc",
|
|
68
|
+
"thinkingMinimal": "dim",
|
|
69
|
+
"thinkingLow": "sage",
|
|
70
|
+
"thinkingMedium": "sky",
|
|
71
|
+
"thinkingHigh": "honey",
|
|
72
|
+
"thinkingXhigh": "sun",
|
|
73
|
+
|
|
74
|
+
"bashMode": "sky",
|
|
75
|
+
|
|
76
|
+
"statusLineBg": "#f2eadf",
|
|
77
|
+
"statusLineSep": "#cdbfaa",
|
|
78
|
+
"statusLineModel": "honey",
|
|
79
|
+
"statusLinePath": "sky",
|
|
80
|
+
"statusLineGitClean": "success",
|
|
81
|
+
"statusLineGitDirty": "warning",
|
|
82
|
+
"statusLineContext": "muted",
|
|
83
|
+
"statusLineSpend": "sun",
|
|
84
|
+
"statusLineStaged": "success",
|
|
85
|
+
"statusLineDirty": "warning",
|
|
86
|
+
"statusLineUntracked": "sky",
|
|
87
|
+
"statusLineOutput": "ink",
|
|
88
|
+
"statusLineCost": "sun",
|
|
89
|
+
"statusLineSubagents": "honey"
|
|
90
|
+
},
|
|
91
|
+
"export": {
|
|
92
|
+
"pageBg": "#fbf6ee",
|
|
93
|
+
"cardBg": "#ffffff",
|
|
94
|
+
"infoBg": "#f3e9dc"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-honeycomb",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cyan": "#0097a7",
|
|
6
|
+
"blue": "#f57f17",
|
|
7
|
+
"green": "#388e3c",
|
|
8
|
+
"red": "#d32f2f",
|
|
9
|
+
"yellow": "#ffb300",
|
|
10
|
+
"gray": "#5d4037",
|
|
11
|
+
"dimGray": "#8d6e63",
|
|
12
|
+
"darkGray": "#ffecb3",
|
|
13
|
+
"accent": "#ffb300",
|
|
14
|
+
"selectedBg": "#fff8e1",
|
|
15
|
+
"userMsgBg": "#fffde7",
|
|
16
|
+
"toolPendingBg": "#fff3e0",
|
|
17
|
+
"toolSuccessBg": "#f9fbe7",
|
|
18
|
+
"toolErrorBg": "#fbe9e7",
|
|
19
|
+
"customMsgBg": "#ffecb3"
|
|
20
|
+
},
|
|
21
|
+
"colors": {
|
|
22
|
+
"accent": "accent",
|
|
23
|
+
"border": "blue",
|
|
24
|
+
"borderAccent": "accent",
|
|
25
|
+
"borderMuted": "darkGray",
|
|
26
|
+
"success": "green",
|
|
27
|
+
"error": "red",
|
|
28
|
+
"warning": "yellow",
|
|
29
|
+
"muted": "gray",
|
|
30
|
+
"dim": "dimGray",
|
|
31
|
+
"text": "",
|
|
32
|
+
"thinkingText": "gray",
|
|
33
|
+
"selectedBg": "selectedBg",
|
|
34
|
+
"userMessageBg": "userMsgBg",
|
|
35
|
+
"userMessageText": "",
|
|
36
|
+
"customMessageBg": "customMsgBg",
|
|
37
|
+
"customMessageText": "",
|
|
38
|
+
"customMessageLabel": "accent",
|
|
39
|
+
"toolPendingBg": "toolPendingBg",
|
|
40
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
41
|
+
"toolErrorBg": "toolErrorBg",
|
|
42
|
+
"toolTitle": "",
|
|
43
|
+
"toolOutput": "gray",
|
|
44
|
+
"mdHeading": "#ffa000",
|
|
45
|
+
"mdLink": "#e65100",
|
|
46
|
+
"mdLinkUrl": "dimGray",
|
|
47
|
+
"mdCode": "#ff6f00",
|
|
48
|
+
"mdCodeBlock": "#f57f17",
|
|
49
|
+
"mdCodeBlockBorder": "darkGray",
|
|
50
|
+
"mdQuote": "gray",
|
|
51
|
+
"mdQuoteBorder": "darkGray",
|
|
52
|
+
"mdHr": "darkGray",
|
|
53
|
+
"mdListBullet": "accent",
|
|
54
|
+
"toolDiffAdded": "green",
|
|
55
|
+
"toolDiffRemoved": "red",
|
|
56
|
+
"toolDiffContext": "gray",
|
|
57
|
+
"link": "#e65100",
|
|
58
|
+
"syntaxComment": "#5d4037",
|
|
59
|
+
"syntaxKeyword": "#f57f17",
|
|
60
|
+
"syntaxFunction": "#ffb300",
|
|
61
|
+
"syntaxVariable": "#0097a7",
|
|
62
|
+
"syntaxString": "#d32f2f",
|
|
63
|
+
"syntaxNumber": "#388e3c",
|
|
64
|
+
"syntaxType": "#ffb300",
|
|
65
|
+
"syntaxOperator": "#8d6e63",
|
|
66
|
+
"syntaxPunctuation": "#8d6e63",
|
|
67
|
+
"thinkingOff": "darkGray",
|
|
68
|
+
"thinkingMinimal": "dimGray",
|
|
69
|
+
"thinkingLow": "blue",
|
|
70
|
+
"thinkingMedium": "cyan",
|
|
71
|
+
"thinkingHigh": "accent",
|
|
72
|
+
"thinkingXhigh": "red",
|
|
73
|
+
"bashMode": "accent",
|
|
74
|
+
"statusLineBg": "#fff8e1",
|
|
75
|
+
"statusLineSep": "#8d6e63",
|
|
76
|
+
"statusLineModel": "accent",
|
|
77
|
+
"statusLinePath": "blue",
|
|
78
|
+
"statusLineGitClean": "green",
|
|
79
|
+
"statusLineGitDirty": "yellow",
|
|
80
|
+
"statusLineContext": "gray",
|
|
81
|
+
"statusLineSpend": "cyan",
|
|
82
|
+
"statusLineStaged": 28,
|
|
83
|
+
"statusLineDirty": 178,
|
|
84
|
+
"statusLineUntracked": 39,
|
|
85
|
+
"statusLineOutput": 205,
|
|
86
|
+
"statusLineCost": 205,
|
|
87
|
+
"statusLineSubagents": "accent"
|
|
88
|
+
},
|
|
89
|
+
"export": {
|
|
90
|
+
"pageBg": "#fffde7",
|
|
91
|
+
"cardBg": "#fff3e0",
|
|
92
|
+
"infoBg": "#f9fbe7"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-lagoon",
|
|
4
|
+
"vars": {
|
|
5
|
+
"lagoonBg": "#EEF6F8",
|
|
6
|
+
"lagoonSurface": "#F7FBFD",
|
|
7
|
+
"lagoonElevated": "#DDEBF0",
|
|
8
|
+
"lagoonBorder": "#CFE0E7",
|
|
9
|
+
"turquoise": "#2E7FA6",
|
|
10
|
+
"coral": "#D36A5A",
|
|
11
|
+
"palmGreen": "#48A07C",
|
|
12
|
+
"lagoonTeal": "#5DB7B0",
|
|
13
|
+
"sandMist": "#E6F0F2",
|
|
14
|
+
"mutedText": "#5A7280",
|
|
15
|
+
"dimText": "#7B8F9A",
|
|
16
|
+
"errorRed": "#C45A55"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "turquoise",
|
|
20
|
+
"border": "lagoonBorder",
|
|
21
|
+
"borderAccent": "lagoonTeal",
|
|
22
|
+
"borderMuted": "lagoonElevated",
|
|
23
|
+
"success": "palmGreen",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "coral",
|
|
26
|
+
"muted": "mutedText",
|
|
27
|
+
"dim": "dimText",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedText",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "sandMist",
|
|
32
|
+
"userMessageBg": "lagoonSurface",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#E8F2F4",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "turquoise",
|
|
37
|
+
"toolPendingBg": "lagoonBg",
|
|
38
|
+
"toolSuccessBg": "#E1F3EC",
|
|
39
|
+
"toolErrorBg": "#F2E2E0",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedText",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "turquoise",
|
|
44
|
+
"mdLink": "lagoonTeal",
|
|
45
|
+
"mdLinkUrl": "dimText",
|
|
46
|
+
"mdCode": "palmGreen",
|
|
47
|
+
"mdCodeBlock": "lagoonTeal",
|
|
48
|
+
"mdCodeBlockBorder": "lagoonBorder",
|
|
49
|
+
"mdQuote": "mutedText",
|
|
50
|
+
"mdQuoteBorder": "lagoonBorder",
|
|
51
|
+
"mdHr": "lagoonBorder",
|
|
52
|
+
"mdListBullet": "palmGreen",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "palmGreen",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedText",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimText",
|
|
59
|
+
"syntaxKeyword": "turquoise",
|
|
60
|
+
"syntaxFunction": "lagoonTeal",
|
|
61
|
+
"syntaxVariable": "mutedText",
|
|
62
|
+
"syntaxString": "palmGreen",
|
|
63
|
+
"syntaxNumber": "coral",
|
|
64
|
+
"syntaxType": "turquoise",
|
|
65
|
+
"syntaxOperator": "mutedText",
|
|
66
|
+
"syntaxPunctuation": "mutedText",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "lagoonBorder",
|
|
69
|
+
"thinkingMinimal": "dimText",
|
|
70
|
+
"thinkingLow": "lagoonTeal",
|
|
71
|
+
"thinkingMedium": "turquoise",
|
|
72
|
+
"thinkingHigh": "palmGreen",
|
|
73
|
+
"thinkingXhigh": "coral",
|
|
74
|
+
|
|
75
|
+
"bashMode": "turquoise",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#E7F1F4",
|
|
78
|
+
"statusLineSep": "lagoonBorder",
|
|
79
|
+
"statusLineModel": "turquoise",
|
|
80
|
+
"statusLinePath": "lagoonTeal",
|
|
81
|
+
"statusLineGitClean": "palmGreen",
|
|
82
|
+
"statusLineGitDirty": "coral",
|
|
83
|
+
"statusLineContext": "mutedText",
|
|
84
|
+
"statusLineSpend": "turquoise",
|
|
85
|
+
"statusLineStaged": "palmGreen",
|
|
86
|
+
"statusLineDirty": "coral",
|
|
87
|
+
"statusLineUntracked": "lagoonTeal",
|
|
88
|
+
"statusLineOutput": "turquoise",
|
|
89
|
+
"statusLineCost": "coral",
|
|
90
|
+
"statusLineSubagents": "turquoise"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#EEF6F8",
|
|
94
|
+
"cardBg": "#F7FBFD",
|
|
95
|
+
"infoBg": "#DDEBF0"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-lavender",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cyan": "#00acc1",
|
|
6
|
+
"blue": "#5e35b1",
|
|
7
|
+
"green": "#43a047",
|
|
8
|
+
"red": "#e53935",
|
|
9
|
+
"yellow": "#fdd835",
|
|
10
|
+
"gray": "#4527a0",
|
|
11
|
+
"dimGray": "#7e57c2",
|
|
12
|
+
"darkGray": "#d1c4e9",
|
|
13
|
+
"accent": "#7e57c2",
|
|
14
|
+
"selectedBg": "#ede7f6",
|
|
15
|
+
"userMsgBg": "#f3e5f5",
|
|
16
|
+
"toolPendingBg": "#f2eff9",
|
|
17
|
+
"toolSuccessBg": "#e8f5e9",
|
|
18
|
+
"toolErrorBg": "#ffebee",
|
|
19
|
+
"customMsgBg": "#e1bee7"
|
|
20
|
+
},
|
|
21
|
+
"colors": {
|
|
22
|
+
"accent": "accent",
|
|
23
|
+
"border": "blue",
|
|
24
|
+
"borderAccent": "accent",
|
|
25
|
+
"borderMuted": "darkGray",
|
|
26
|
+
"success": "green",
|
|
27
|
+
"error": "red",
|
|
28
|
+
"warning": "yellow",
|
|
29
|
+
"muted": "gray",
|
|
30
|
+
"dim": "dimGray",
|
|
31
|
+
"text": "",
|
|
32
|
+
"thinkingText": "gray",
|
|
33
|
+
"selectedBg": "selectedBg",
|
|
34
|
+
"userMessageBg": "userMsgBg",
|
|
35
|
+
"userMessageText": "",
|
|
36
|
+
"customMessageBg": "customMsgBg",
|
|
37
|
+
"customMessageText": "",
|
|
38
|
+
"customMessageLabel": "accent",
|
|
39
|
+
"toolPendingBg": "toolPendingBg",
|
|
40
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
41
|
+
"toolErrorBg": "toolErrorBg",
|
|
42
|
+
"toolTitle": "",
|
|
43
|
+
"toolOutput": "gray",
|
|
44
|
+
"mdHeading": "#7e57c2",
|
|
45
|
+
"mdLink": "#5e35b1",
|
|
46
|
+
"mdLinkUrl": "dimGray",
|
|
47
|
+
"mdCode": "#673ab7",
|
|
48
|
+
"mdCodeBlock": "#5e35b1",
|
|
49
|
+
"mdCodeBlockBorder": "darkGray",
|
|
50
|
+
"mdQuote": "gray",
|
|
51
|
+
"mdQuoteBorder": "darkGray",
|
|
52
|
+
"mdHr": "darkGray",
|
|
53
|
+
"mdListBullet": "accent",
|
|
54
|
+
"toolDiffAdded": "green",
|
|
55
|
+
"toolDiffRemoved": "red",
|
|
56
|
+
"toolDiffContext": "gray",
|
|
57
|
+
"link": "#5e35b1",
|
|
58
|
+
"syntaxComment": "#4527a0",
|
|
59
|
+
"syntaxKeyword": "#5e35b1",
|
|
60
|
+
"syntaxFunction": "#fdd835",
|
|
61
|
+
"syntaxVariable": "#00acc1",
|
|
62
|
+
"syntaxString": "#e53935",
|
|
63
|
+
"syntaxNumber": "#43a047",
|
|
64
|
+
"syntaxType": "#7e57c2",
|
|
65
|
+
"syntaxOperator": "#7e57c2",
|
|
66
|
+
"syntaxPunctuation": "#7e57c2",
|
|
67
|
+
"thinkingOff": "darkGray",
|
|
68
|
+
"thinkingMinimal": "dimGray",
|
|
69
|
+
"thinkingLow": "blue",
|
|
70
|
+
"thinkingMedium": "cyan",
|
|
71
|
+
"thinkingHigh": "accent",
|
|
72
|
+
"thinkingXhigh": "red",
|
|
73
|
+
"bashMode": "accent",
|
|
74
|
+
"statusLineBg": "#ede7f6",
|
|
75
|
+
"statusLineSep": "#7e57c2",
|
|
76
|
+
"statusLineModel": "accent",
|
|
77
|
+
"statusLinePath": "blue",
|
|
78
|
+
"statusLineGitClean": "green",
|
|
79
|
+
"statusLineGitDirty": "yellow",
|
|
80
|
+
"statusLineContext": "gray",
|
|
81
|
+
"statusLineSpend": "cyan",
|
|
82
|
+
"statusLineStaged": 28,
|
|
83
|
+
"statusLineDirty": 178,
|
|
84
|
+
"statusLineUntracked": 39,
|
|
85
|
+
"statusLineOutput": 205,
|
|
86
|
+
"statusLineCost": 205,
|
|
87
|
+
"statusLineSubagents": "accent"
|
|
88
|
+
},
|
|
89
|
+
"export": {
|
|
90
|
+
"pageBg": "#f3e5f5",
|
|
91
|
+
"cardBg": "#f2eff9",
|
|
92
|
+
"infoBg": "#e8f5e9"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-meadow",
|
|
4
|
+
"vars": {
|
|
5
|
+
"meadowBg": "#F3F7F1",
|
|
6
|
+
"meadowPanel": "#E8EFE4",
|
|
7
|
+
"meadowSurface": "#FAFDF8",
|
|
8
|
+
"meadowBorder": "#C9D4C3",
|
|
9
|
+
"grassGreen": "#4F8B56",
|
|
10
|
+
"wildflowerPurple": "#7A5BBF",
|
|
11
|
+
"successGreen": "#3F8F55",
|
|
12
|
+
"warningGold": "#C8902C",
|
|
13
|
+
"errorRed": "#C75B5B",
|
|
14
|
+
"skyTeal": "#3D7F7A",
|
|
15
|
+
"mutedText": "#556257",
|
|
16
|
+
"dimText": "#7A857B"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "wildflowerPurple",
|
|
20
|
+
"border": "meadowBorder",
|
|
21
|
+
"borderAccent": "grassGreen",
|
|
22
|
+
"borderMuted": "meadowPanel",
|
|
23
|
+
"success": "successGreen",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "warningGold",
|
|
26
|
+
"muted": "mutedText",
|
|
27
|
+
"dim": "dimText",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedText",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "meadowPanel",
|
|
32
|
+
"userMessageBg": "meadowSurface",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#EDEDE7",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "wildflowerPurple",
|
|
37
|
+
"toolPendingBg": "meadowBg",
|
|
38
|
+
"toolSuccessBg": "#E4F1E6",
|
|
39
|
+
"toolErrorBg": "#F4E3E3",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedText",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "wildflowerPurple",
|
|
44
|
+
"mdLink": "skyTeal",
|
|
45
|
+
"mdLinkUrl": "dimText",
|
|
46
|
+
"mdCode": "grassGreen",
|
|
47
|
+
"mdCodeBlock": "skyTeal",
|
|
48
|
+
"mdCodeBlockBorder": "meadowBorder",
|
|
49
|
+
"mdQuote": "mutedText",
|
|
50
|
+
"mdQuoteBorder": "meadowBorder",
|
|
51
|
+
"mdHr": "meadowBorder",
|
|
52
|
+
"mdListBullet": "grassGreen",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "successGreen",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedText",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimText",
|
|
59
|
+
"syntaxKeyword": "wildflowerPurple",
|
|
60
|
+
"syntaxFunction": "skyTeal",
|
|
61
|
+
"syntaxVariable": "mutedText",
|
|
62
|
+
"syntaxString": "grassGreen",
|
|
63
|
+
"syntaxNumber": "warningGold",
|
|
64
|
+
"syntaxType": "grassGreen",
|
|
65
|
+
"syntaxOperator": "mutedText",
|
|
66
|
+
"syntaxPunctuation": "mutedText",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "meadowBorder",
|
|
69
|
+
"thinkingMinimal": "dimText",
|
|
70
|
+
"thinkingLow": "grassGreen",
|
|
71
|
+
"thinkingMedium": "wildflowerPurple",
|
|
72
|
+
"thinkingHigh": "skyTeal",
|
|
73
|
+
"thinkingXhigh": "successGreen",
|
|
74
|
+
|
|
75
|
+
"bashMode": "grassGreen",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#EEF4EB",
|
|
78
|
+
"statusLineSep": "meadowBorder",
|
|
79
|
+
"statusLineModel": "wildflowerPurple",
|
|
80
|
+
"statusLinePath": "skyTeal",
|
|
81
|
+
"statusLineGitClean": "successGreen",
|
|
82
|
+
"statusLineGitDirty": "warningGold",
|
|
83
|
+
"statusLineContext": "mutedText",
|
|
84
|
+
"statusLineSpend": "wildflowerPurple",
|
|
85
|
+
"statusLineStaged": "successGreen",
|
|
86
|
+
"statusLineDirty": "warningGold",
|
|
87
|
+
"statusLineUntracked": "skyTeal",
|
|
88
|
+
"statusLineOutput": "wildflowerPurple",
|
|
89
|
+
"statusLineCost": "warningGold",
|
|
90
|
+
"statusLineSubagents": "wildflowerPurple"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#F3F7F1",
|
|
94
|
+
"cardBg": "#FAFDF8",
|
|
95
|
+
"infoBg": "#E8EFE4"
|
|
96
|
+
}
|
|
97
|
+
}
|