@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,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-soleil",
|
|
4
|
+
"vars": {
|
|
5
|
+
"sand": "#f7f2e7",
|
|
6
|
+
"terracotta": "#c96a45",
|
|
7
|
+
"olive": "#7a8a55",
|
|
8
|
+
"sea": "#2f7b9c",
|
|
9
|
+
"sun": "#e2b058",
|
|
10
|
+
"ink": "#3a352f",
|
|
11
|
+
"muted": "#5f5a54",
|
|
12
|
+
"dim": "#7a746d",
|
|
13
|
+
"success": "#4f9b6c",
|
|
14
|
+
"error": "#c94b4b",
|
|
15
|
+
"warning": "#d18a3a"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"accent": "terracotta",
|
|
19
|
+
"border": "#d7cfc1",
|
|
20
|
+
"borderAccent": "sea",
|
|
21
|
+
"borderMuted": "#e6dfd4",
|
|
22
|
+
"success": "success",
|
|
23
|
+
"error": "error",
|
|
24
|
+
"warning": "warning",
|
|
25
|
+
"muted": "muted",
|
|
26
|
+
"dim": "dim",
|
|
27
|
+
"text": "",
|
|
28
|
+
"thinkingText": "muted",
|
|
29
|
+
|
|
30
|
+
"selectedBg": "#efe6d6",
|
|
31
|
+
"userMessageBg": "#fffaf3",
|
|
32
|
+
"userMessageText": "",
|
|
33
|
+
"customMessageBg": "#f4ebdd",
|
|
34
|
+
"customMessageText": "",
|
|
35
|
+
"customMessageLabel": "olive",
|
|
36
|
+
"toolPendingBg": "#f2eee6",
|
|
37
|
+
"toolSuccessBg": "#eef6ef",
|
|
38
|
+
"toolErrorBg": "#f8ece8",
|
|
39
|
+
"toolTitle": "",
|
|
40
|
+
"toolOutput": "muted",
|
|
41
|
+
|
|
42
|
+
"mdHeading": "terracotta",
|
|
43
|
+
"mdLink": "sea",
|
|
44
|
+
"mdLinkUrl": "dim",
|
|
45
|
+
"mdCode": "#8b4b2c",
|
|
46
|
+
"mdCodeBlock": "ink",
|
|
47
|
+
"mdCodeBlockBorder": "#d7cfc1",
|
|
48
|
+
"mdQuote": "muted",
|
|
49
|
+
"mdQuoteBorder": "#d7cfc1",
|
|
50
|
+
"mdHr": "#d7cfc1",
|
|
51
|
+
"mdListBullet": "sun",
|
|
52
|
+
|
|
53
|
+
"toolDiffAdded": "success",
|
|
54
|
+
"toolDiffRemoved": "error",
|
|
55
|
+
"toolDiffContext": "muted",
|
|
56
|
+
|
|
57
|
+
"syntaxComment": "dim",
|
|
58
|
+
"syntaxKeyword": "sea",
|
|
59
|
+
"syntaxFunction": "terracotta",
|
|
60
|
+
"syntaxVariable": "ink",
|
|
61
|
+
"syntaxString": "warning",
|
|
62
|
+
"syntaxNumber": "sun",
|
|
63
|
+
"syntaxType": "olive",
|
|
64
|
+
"syntaxOperator": "ink",
|
|
65
|
+
"syntaxPunctuation": "ink",
|
|
66
|
+
|
|
67
|
+
"thinkingOff": "#e2dbcf",
|
|
68
|
+
"thinkingMinimal": "dim",
|
|
69
|
+
"thinkingLow": "olive",
|
|
70
|
+
"thinkingMedium": "sea",
|
|
71
|
+
"thinkingHigh": "terracotta",
|
|
72
|
+
"thinkingXhigh": "sun",
|
|
73
|
+
|
|
74
|
+
"bashMode": "sea",
|
|
75
|
+
|
|
76
|
+
"statusLineBg": "#f1ebe0",
|
|
77
|
+
"statusLineSep": "#cdbfae",
|
|
78
|
+
"statusLineModel": "terracotta",
|
|
79
|
+
"statusLinePath": "sea",
|
|
80
|
+
"statusLineGitClean": "success",
|
|
81
|
+
"statusLineGitDirty": "warning",
|
|
82
|
+
"statusLineContext": "muted",
|
|
83
|
+
"statusLineSpend": "sun",
|
|
84
|
+
"statusLineStaged": "success",
|
|
85
|
+
"statusLineDirty": "warning",
|
|
86
|
+
"statusLineUntracked": "sea",
|
|
87
|
+
"statusLineOutput": "ink",
|
|
88
|
+
"statusLineCost": "sun",
|
|
89
|
+
"statusLineSubagents": "terracotta"
|
|
90
|
+
},
|
|
91
|
+
"export": {
|
|
92
|
+
"pageBg": "#fbf7ef",
|
|
93
|
+
"cardBg": "#ffffff",
|
|
94
|
+
"infoBg": "#f2e8d9"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -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-wetland",
|
|
4
|
+
"vars": {
|
|
5
|
+
"wetlandBg": "#F1F5F3",
|
|
6
|
+
"wetlandSurface": "#F8FBF9",
|
|
7
|
+
"wetlandElevated": "#E6EEEA",
|
|
8
|
+
"wetlandBorder": "#D7E1DC",
|
|
9
|
+
"heronBlue": "#4B7AA8",
|
|
10
|
+
"reedTan": "#CBB792",
|
|
11
|
+
"cattailBrown": "#8A6A45",
|
|
12
|
+
"marshGreen": "#4F9B6A",
|
|
13
|
+
"warningGold": "#C5A046",
|
|
14
|
+
"errorRed": "#C6564A",
|
|
15
|
+
"mutedText": "#5B6E66",
|
|
16
|
+
"dimText": "#7A8F86"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "heronBlue",
|
|
20
|
+
"border": "wetlandBorder",
|
|
21
|
+
"borderAccent": "reedTan",
|
|
22
|
+
"borderMuted": "wetlandElevated",
|
|
23
|
+
"success": "marshGreen",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "warningGold",
|
|
26
|
+
"muted": "mutedText",
|
|
27
|
+
"dim": "dimText",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedText",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "wetlandElevated",
|
|
32
|
+
"userMessageBg": "wetlandSurface",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#E8F0EC",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "heronBlue",
|
|
37
|
+
"toolPendingBg": "wetlandBg",
|
|
38
|
+
"toolSuccessBg": "#E1F0E6",
|
|
39
|
+
"toolErrorBg": "#F1E1DC",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedText",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "cattailBrown",
|
|
44
|
+
"mdLink": "heronBlue",
|
|
45
|
+
"mdLinkUrl": "dimText",
|
|
46
|
+
"mdCode": "marshGreen",
|
|
47
|
+
"mdCodeBlock": "heronBlue",
|
|
48
|
+
"mdCodeBlockBorder": "wetlandBorder",
|
|
49
|
+
"mdQuote": "mutedText",
|
|
50
|
+
"mdQuoteBorder": "wetlandBorder",
|
|
51
|
+
"mdHr": "wetlandBorder",
|
|
52
|
+
"mdListBullet": "marshGreen",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "marshGreen",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedText",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimText",
|
|
59
|
+
"syntaxKeyword": "heronBlue",
|
|
60
|
+
"syntaxFunction": "cattailBrown",
|
|
61
|
+
"syntaxVariable": "mutedText",
|
|
62
|
+
"syntaxString": "marshGreen",
|
|
63
|
+
"syntaxNumber": "warningGold",
|
|
64
|
+
"syntaxType": "heronBlue",
|
|
65
|
+
"syntaxOperator": "mutedText",
|
|
66
|
+
"syntaxPunctuation": "mutedText",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "wetlandBorder",
|
|
69
|
+
"thinkingMinimal": "dimText",
|
|
70
|
+
"thinkingLow": "reedTan",
|
|
71
|
+
"thinkingMedium": "heronBlue",
|
|
72
|
+
"thinkingHigh": "marshGreen",
|
|
73
|
+
"thinkingXhigh": "warningGold",
|
|
74
|
+
|
|
75
|
+
"bashMode": "marshGreen",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#E9F0EC",
|
|
78
|
+
"statusLineSep": "wetlandBorder",
|
|
79
|
+
"statusLineModel": "heronBlue",
|
|
80
|
+
"statusLinePath": "heronBlue",
|
|
81
|
+
"statusLineGitClean": "marshGreen",
|
|
82
|
+
"statusLineGitDirty": "warningGold",
|
|
83
|
+
"statusLineContext": "mutedText",
|
|
84
|
+
"statusLineSpend": "heronBlue",
|
|
85
|
+
"statusLineStaged": "marshGreen",
|
|
86
|
+
"statusLineDirty": "warningGold",
|
|
87
|
+
"statusLineUntracked": "heronBlue",
|
|
88
|
+
"statusLineOutput": "heronBlue",
|
|
89
|
+
"statusLineCost": "warningGold",
|
|
90
|
+
"statusLineSubagents": "heronBlue"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#F1F5F3",
|
|
94
|
+
"cardBg": "#F8FBF9",
|
|
95
|
+
"infoBg": "#E6EEEA"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "light-zenith",
|
|
4
|
+
"vars": {
|
|
5
|
+
"paper": "#f6f7fb",
|
|
6
|
+
"ink": "#2f343b",
|
|
7
|
+
"muted": "#4b5563",
|
|
8
|
+
"dim": "#6b7280",
|
|
9
|
+
"silver": "#b8c0cc",
|
|
10
|
+
"blue": "#2a6fbe",
|
|
11
|
+
"cyan": "#2aa3c2",
|
|
12
|
+
"success": "#2f9d65",
|
|
13
|
+
"error": "#c23b3b",
|
|
14
|
+
"warning": "#d0852d"
|
|
15
|
+
},
|
|
16
|
+
"colors": {
|
|
17
|
+
"accent": "blue",
|
|
18
|
+
"border": "silver",
|
|
19
|
+
"borderAccent": "cyan",
|
|
20
|
+
"borderMuted": "#d7dbe3",
|
|
21
|
+
"success": "success",
|
|
22
|
+
"error": "error",
|
|
23
|
+
"warning": "warning",
|
|
24
|
+
"muted": "muted",
|
|
25
|
+
"dim": "dim",
|
|
26
|
+
"text": "",
|
|
27
|
+
"thinkingText": "muted",
|
|
28
|
+
|
|
29
|
+
"selectedBg": "#e9edf5",
|
|
30
|
+
"userMessageBg": "#ffffff",
|
|
31
|
+
"userMessageText": "",
|
|
32
|
+
"customMessageBg": "#eef2f8",
|
|
33
|
+
"customMessageText": "",
|
|
34
|
+
"customMessageLabel": "cyan",
|
|
35
|
+
"toolPendingBg": "#eef1f6",
|
|
36
|
+
"toolSuccessBg": "#eaf5ef",
|
|
37
|
+
"toolErrorBg": "#f8ecec",
|
|
38
|
+
"toolTitle": "",
|
|
39
|
+
"toolOutput": "muted",
|
|
40
|
+
|
|
41
|
+
"mdHeading": "ink",
|
|
42
|
+
"mdLink": "blue",
|
|
43
|
+
"mdLinkUrl": "dim",
|
|
44
|
+
"mdCode": "cyan",
|
|
45
|
+
"mdCodeBlock": "ink",
|
|
46
|
+
"mdCodeBlockBorder": "silver",
|
|
47
|
+
"mdQuote": "muted",
|
|
48
|
+
"mdQuoteBorder": "silver",
|
|
49
|
+
"mdHr": "silver",
|
|
50
|
+
"mdListBullet": "blue",
|
|
51
|
+
|
|
52
|
+
"toolDiffAdded": "success",
|
|
53
|
+
"toolDiffRemoved": "error",
|
|
54
|
+
"toolDiffContext": "muted",
|
|
55
|
+
|
|
56
|
+
"syntaxComment": "dim",
|
|
57
|
+
"syntaxKeyword": "blue",
|
|
58
|
+
"syntaxFunction": "ink",
|
|
59
|
+
"syntaxVariable": "ink",
|
|
60
|
+
"syntaxString": "warning",
|
|
61
|
+
"syntaxNumber": "cyan",
|
|
62
|
+
"syntaxType": "success",
|
|
63
|
+
"syntaxOperator": "ink",
|
|
64
|
+
"syntaxPunctuation": "ink",
|
|
65
|
+
|
|
66
|
+
"thinkingOff": "#d9dee7",
|
|
67
|
+
"thinkingMinimal": "dim",
|
|
68
|
+
"thinkingLow": "silver",
|
|
69
|
+
"thinkingMedium": "cyan",
|
|
70
|
+
"thinkingHigh": "blue",
|
|
71
|
+
"thinkingXhigh": "#1b4f8f",
|
|
72
|
+
|
|
73
|
+
"bashMode": "blue",
|
|
74
|
+
|
|
75
|
+
"statusLineBg": "#f0f3f8",
|
|
76
|
+
"statusLineSep": "#c4cbd6",
|
|
77
|
+
"statusLineModel": "blue",
|
|
78
|
+
"statusLinePath": "cyan",
|
|
79
|
+
"statusLineGitClean": "success",
|
|
80
|
+
"statusLineGitDirty": "warning",
|
|
81
|
+
"statusLineContext": "muted",
|
|
82
|
+
"statusLineSpend": "blue",
|
|
83
|
+
"statusLineStaged": "success",
|
|
84
|
+
"statusLineDirty": "warning",
|
|
85
|
+
"statusLineUntracked": "cyan",
|
|
86
|
+
"statusLineOutput": "ink",
|
|
87
|
+
"statusLineCost": "blue",
|
|
88
|
+
"statusLineSubagents": "blue"
|
|
89
|
+
},
|
|
90
|
+
"export": {
|
|
91
|
+
"pageBg": "#ffffff",
|
|
92
|
+
"cardBg": "#fbfcff",
|
|
93
|
+
"infoBg": "#f1f4f9"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "limestone",
|
|
4
|
+
"vars": {
|
|
5
|
+
"amber": "#a07840",
|
|
6
|
+
"sage": "#708060",
|
|
7
|
+
"warmBrown": "#907050",
|
|
8
|
+
"clay": "#886030",
|
|
9
|
+
"sediment": "#d4cec0",
|
|
10
|
+
"darkEarth": "#302c24",
|
|
11
|
+
"mediumEarth": "#504838",
|
|
12
|
+
"mutedSage": "#909080",
|
|
13
|
+
"lightSediment": "#e8e4d8",
|
|
14
|
+
"selectedBg": "#ebe6d4",
|
|
15
|
+
"userMsgBg": "#f0ece0",
|
|
16
|
+
"toolPendingBg": "#ebe8dc",
|
|
17
|
+
"toolSuccessBg": "#e4e8dc",
|
|
18
|
+
"toolErrorBg": "#f0e4d8",
|
|
19
|
+
"customMsgBg": "#ede8dc"
|
|
20
|
+
},
|
|
21
|
+
"colors": {
|
|
22
|
+
"accent": "amber",
|
|
23
|
+
"border": "warmBrown",
|
|
24
|
+
"borderAccent": "amber",
|
|
25
|
+
"borderMuted": "sediment",
|
|
26
|
+
"success": "sage",
|
|
27
|
+
"error": "#a85840",
|
|
28
|
+
"warning": "clay",
|
|
29
|
+
"muted": "mediumEarth",
|
|
30
|
+
"dim": "mutedSage",
|
|
31
|
+
"text": "",
|
|
32
|
+
"thinkingText": "mediumEarth",
|
|
33
|
+
|
|
34
|
+
"selectedBg": "selectedBg",
|
|
35
|
+
"userMessageBg": "userMsgBg",
|
|
36
|
+
"userMessageText": "",
|
|
37
|
+
"customMessageBg": "customMsgBg",
|
|
38
|
+
"customMessageText": "",
|
|
39
|
+
"customMessageLabel": "#906838",
|
|
40
|
+
"toolPendingBg": "toolPendingBg",
|
|
41
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
42
|
+
"toolErrorBg": "toolErrorBg",
|
|
43
|
+
"toolTitle": "",
|
|
44
|
+
"toolOutput": "mediumEarth",
|
|
45
|
+
|
|
46
|
+
"mdHeading": "clay",
|
|
47
|
+
"mdLink": "warmBrown",
|
|
48
|
+
"mdLinkUrl": "mutedSage",
|
|
49
|
+
"mdCode": "amber",
|
|
50
|
+
"mdCodeBlock": "sage",
|
|
51
|
+
"mdCodeBlockBorder": "mediumEarth",
|
|
52
|
+
"mdQuote": "mediumEarth",
|
|
53
|
+
"mdQuoteBorder": "sediment",
|
|
54
|
+
"mdHr": "sediment",
|
|
55
|
+
"mdListBullet": "sage",
|
|
56
|
+
|
|
57
|
+
"toolDiffAdded": "sage",
|
|
58
|
+
"toolDiffRemoved": "#a85840",
|
|
59
|
+
"toolDiffContext": "mediumEarth",
|
|
60
|
+
|
|
61
|
+
"syntaxComment": "#708060",
|
|
62
|
+
"syntaxKeyword": "#886030",
|
|
63
|
+
"syntaxFunction": "#907050",
|
|
64
|
+
"syntaxVariable": "#504838",
|
|
65
|
+
"syntaxString": "#a85840",
|
|
66
|
+
"syntaxNumber": "#708060",
|
|
67
|
+
"syntaxType": "#a07840",
|
|
68
|
+
"syntaxOperator": "#302c24",
|
|
69
|
+
"syntaxPunctuation": "#302c24",
|
|
70
|
+
|
|
71
|
+
"thinkingOff": "sediment",
|
|
72
|
+
"thinkingMinimal": "#b0a890",
|
|
73
|
+
"thinkingLow": "#907050",
|
|
74
|
+
"thinkingMedium": "#a07840",
|
|
75
|
+
"thinkingHigh": "#886030",
|
|
76
|
+
"thinkingXhigh": "#704020",
|
|
77
|
+
|
|
78
|
+
"bashMode": "sage",
|
|
79
|
+
|
|
80
|
+
"statusLineBg": "#e8e4d8",
|
|
81
|
+
"statusLineSep": "#a0988c",
|
|
82
|
+
"statusLineModel": "#886030",
|
|
83
|
+
"statusLinePath": "#907050",
|
|
84
|
+
"statusLineGitClean": "#607040",
|
|
85
|
+
"statusLineGitDirty": "#a87040",
|
|
86
|
+
"statusLineContext": "#806848",
|
|
87
|
+
"statusLineSpend": "#708060",
|
|
88
|
+
"statusLineStaged": 100,
|
|
89
|
+
"statusLineDirty": 136,
|
|
90
|
+
"statusLineUntracked": 94,
|
|
91
|
+
"statusLineOutput": 130,
|
|
92
|
+
"statusLineCost": 130,
|
|
93
|
+
"statusLineSubagents": "amber"
|
|
94
|
+
},
|
|
95
|
+
"export": {
|
|
96
|
+
"pageBg": "#f5f1e8",
|
|
97
|
+
"cardBg": "#fcfaf5",
|
|
98
|
+
"infoBg": "#f0ece0"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "mahogany",
|
|
4
|
+
"vars": {
|
|
5
|
+
"brass": "#c4a050",
|
|
6
|
+
"burgundy": "#9d4451",
|
|
7
|
+
"forest": "#6a7c5d",
|
|
8
|
+
"cedar": "#b5826f",
|
|
9
|
+
"amber": "#d4a574",
|
|
10
|
+
"grain": "#3a302a",
|
|
11
|
+
"darkGrain": "#2a221d",
|
|
12
|
+
"woodBase": "#181210",
|
|
13
|
+
"cream": "#ece4d8",
|
|
14
|
+
"mutedCream": "#b8b0a6",
|
|
15
|
+
"dimCream": "#8a847c",
|
|
16
|
+
"selectedBg": "#2a221d",
|
|
17
|
+
"userMsgBg": "#1f1914",
|
|
18
|
+
"toolPendingBg": "#1c1813",
|
|
19
|
+
"toolSuccessBg": "#1a1d18",
|
|
20
|
+
"toolErrorBg": "#241816",
|
|
21
|
+
"customMsgBg": "#211d1f"
|
|
22
|
+
},
|
|
23
|
+
"colors": {
|
|
24
|
+
"accent": "brass",
|
|
25
|
+
"border": "grain",
|
|
26
|
+
"borderAccent": "brass",
|
|
27
|
+
"borderMuted": "darkGrain",
|
|
28
|
+
"success": "forest",
|
|
29
|
+
"error": "burgundy",
|
|
30
|
+
"warning": "amber",
|
|
31
|
+
"muted": "mutedCream",
|
|
32
|
+
"dim": "dimCream",
|
|
33
|
+
"text": "",
|
|
34
|
+
"thinkingText": "mutedCream",
|
|
35
|
+
|
|
36
|
+
"selectedBg": "selectedBg",
|
|
37
|
+
"userMessageBg": "userMsgBg",
|
|
38
|
+
"userMessageText": "",
|
|
39
|
+
"customMessageBg": "customMsgBg",
|
|
40
|
+
"customMessageText": "",
|
|
41
|
+
"customMessageLabel": "cedar",
|
|
42
|
+
"toolPendingBg": "toolPendingBg",
|
|
43
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
44
|
+
"toolErrorBg": "toolErrorBg",
|
|
45
|
+
"toolTitle": "",
|
|
46
|
+
"toolOutput": "mutedCream",
|
|
47
|
+
|
|
48
|
+
"mdHeading": "brass",
|
|
49
|
+
"mdLink": "cedar",
|
|
50
|
+
"mdLinkUrl": "dimCream",
|
|
51
|
+
"mdCode": "#d9b89c",
|
|
52
|
+
"mdCodeBlock": "cream",
|
|
53
|
+
"mdCodeBlockBorder": "grain",
|
|
54
|
+
"mdQuote": "mutedCream",
|
|
55
|
+
"mdQuoteBorder": "darkGrain",
|
|
56
|
+
"mdHr": "grain",
|
|
57
|
+
"mdListBullet": "brass",
|
|
58
|
+
|
|
59
|
+
"toolDiffAdded": "forest",
|
|
60
|
+
"toolDiffRemoved": "burgundy",
|
|
61
|
+
"toolDiffContext": "mutedCream",
|
|
62
|
+
|
|
63
|
+
"link": "cedar",
|
|
64
|
+
|
|
65
|
+
"syntaxComment": "#7a6e63",
|
|
66
|
+
"syntaxKeyword": "burgundy",
|
|
67
|
+
"syntaxFunction": "brass",
|
|
68
|
+
"syntaxVariable": "cedar",
|
|
69
|
+
"syntaxString": "#a68968",
|
|
70
|
+
"syntaxNumber": "forest",
|
|
71
|
+
"syntaxType": "amber",
|
|
72
|
+
"syntaxOperator": "mutedCream",
|
|
73
|
+
"syntaxPunctuation": "mutedCream",
|
|
74
|
+
|
|
75
|
+
"thinkingOff": "darkGrain",
|
|
76
|
+
"thinkingMinimal": "dimCream",
|
|
77
|
+
"thinkingLow": "grain",
|
|
78
|
+
"thinkingMedium": "cedar",
|
|
79
|
+
"thinkingHigh": "brass",
|
|
80
|
+
"thinkingXhigh": "amber",
|
|
81
|
+
|
|
82
|
+
"bashMode": "brass",
|
|
83
|
+
|
|
84
|
+
"statusLineBg": "woodBase",
|
|
85
|
+
"statusLineSep": 237,
|
|
86
|
+
"statusLineModel": "cedar",
|
|
87
|
+
"statusLinePath": "brass",
|
|
88
|
+
"statusLineGitClean": "forest",
|
|
89
|
+
"statusLineGitDirty": "amber",
|
|
90
|
+
"statusLineContext": "#8a7566",
|
|
91
|
+
"statusLineSpend": "cedar",
|
|
92
|
+
"statusLineStaged": 101,
|
|
93
|
+
"statusLineDirty": 137,
|
|
94
|
+
"statusLineUntracked": 179,
|
|
95
|
+
"statusLineOutput": 138,
|
|
96
|
+
"statusLineCost": 138,
|
|
97
|
+
"statusLineSubagents": "brass"
|
|
98
|
+
},
|
|
99
|
+
"export": {
|
|
100
|
+
"pageBg": "#181210",
|
|
101
|
+
"cardBg": "#1f1914",
|
|
102
|
+
"infoBg": "#2a221d"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "marble",
|
|
4
|
+
"vars": {
|
|
5
|
+
"carraraWhite": "#f9f7f5",
|
|
6
|
+
"veinGray": "#5a6878",
|
|
7
|
+
"marbleVein": "#c4c0bc",
|
|
8
|
+
"carvedBlack": "#2a2826",
|
|
9
|
+
"deepNavy": "#2c3e50",
|
|
10
|
+
"burgundy": "#8b4049",
|
|
11
|
+
"forestGreen": "#4a6741",
|
|
12
|
+
"warmGray": "#7a766f",
|
|
13
|
+
"lightVein": "#e5e2de",
|
|
14
|
+
"selectedBg": "#ede9e6",
|
|
15
|
+
"userMsgBg": "#f2efec",
|
|
16
|
+
"toolPendingBg": "#e8ebf0",
|
|
17
|
+
"toolSuccessBg": "#e8f0eb",
|
|
18
|
+
"toolErrorBg": "#f0e8e8"
|
|
19
|
+
},
|
|
20
|
+
"colors": {
|
|
21
|
+
"accent": "veinGray",
|
|
22
|
+
"border": "marbleVein",
|
|
23
|
+
"borderAccent": "veinGray",
|
|
24
|
+
"borderMuted": "lightVein",
|
|
25
|
+
"success": "forestGreen",
|
|
26
|
+
"error": "burgundy",
|
|
27
|
+
"warning": "#8b6f47",
|
|
28
|
+
"muted": "warmGray",
|
|
29
|
+
"dim": "#9a968f",
|
|
30
|
+
"text": "",
|
|
31
|
+
"thinkingText": "warmGray",
|
|
32
|
+
|
|
33
|
+
"selectedBg": "selectedBg",
|
|
34
|
+
"userMessageBg": "userMsgBg",
|
|
35
|
+
"userMessageText": "",
|
|
36
|
+
"customMessageBg": "#e8e3df",
|
|
37
|
+
"customMessageText": "",
|
|
38
|
+
"customMessageLabel": "#6a5d7a",
|
|
39
|
+
"toolPendingBg": "toolPendingBg",
|
|
40
|
+
"toolSuccessBg": "toolSuccessBg",
|
|
41
|
+
"toolErrorBg": "toolErrorBg",
|
|
42
|
+
"toolTitle": "",
|
|
43
|
+
"toolOutput": "warmGray",
|
|
44
|
+
|
|
45
|
+
"mdHeading": "#8b6f47",
|
|
46
|
+
"mdLink": "deepNavy",
|
|
47
|
+
"mdLinkUrl": "warmGray",
|
|
48
|
+
"mdCode": "veinGray",
|
|
49
|
+
"mdCodeBlock": "forestGreen",
|
|
50
|
+
"mdCodeBlockBorder": "marbleVein",
|
|
51
|
+
"mdQuote": "warmGray",
|
|
52
|
+
"mdQuoteBorder": "marbleVein",
|
|
53
|
+
"mdHr": "marbleVein",
|
|
54
|
+
"mdListBullet": "forestGreen",
|
|
55
|
+
|
|
56
|
+
"toolDiffAdded": "forestGreen",
|
|
57
|
+
"toolDiffRemoved": "burgundy",
|
|
58
|
+
"toolDiffContext": "warmGray",
|
|
59
|
+
|
|
60
|
+
"syntaxComment": "#4a6741",
|
|
61
|
+
"syntaxKeyword": "#2c3e50",
|
|
62
|
+
"syntaxFunction": "#6a5d7a",
|
|
63
|
+
"syntaxVariable": "#5a6878",
|
|
64
|
+
"syntaxString": "#8b4049",
|
|
65
|
+
"syntaxNumber": "#4a6741",
|
|
66
|
+
"syntaxType": "#2c3e50",
|
|
67
|
+
"syntaxOperator": "#2a2826",
|
|
68
|
+
"syntaxPunctuation": "#7a766f",
|
|
69
|
+
|
|
70
|
+
"thinkingOff": "lightVein",
|
|
71
|
+
"thinkingMinimal": "#9a968f",
|
|
72
|
+
"thinkingLow": "#5a6878",
|
|
73
|
+
"thinkingMedium": "#6a5d7a",
|
|
74
|
+
"thinkingHigh": "#8b6f47",
|
|
75
|
+
"thinkingXhigh": "#8b4049",
|
|
76
|
+
|
|
77
|
+
"bashMode": "forestGreen",
|
|
78
|
+
|
|
79
|
+
"statusLineBg": "#ede9e6",
|
|
80
|
+
"statusLineSep": "#9a968f",
|
|
81
|
+
"statusLineModel": "#6a5d7a",
|
|
82
|
+
"statusLinePath": "#2c3e50",
|
|
83
|
+
"statusLineGitClean": "#4a6741",
|
|
84
|
+
"statusLineGitDirty": "#8b6f47",
|
|
85
|
+
"statusLineContext": "#5a6878",
|
|
86
|
+
"statusLineSpend": "#2c3e50",
|
|
87
|
+
"statusLineStaged": 28,
|
|
88
|
+
"statusLineDirty": 136,
|
|
89
|
+
"statusLineUntracked": 31,
|
|
90
|
+
"statusLineOutput": 133,
|
|
91
|
+
"statusLineCost": 133,
|
|
92
|
+
"statusLineSubagents": "veinGray"
|
|
93
|
+
},
|
|
94
|
+
"export": {
|
|
95
|
+
"pageBg": "#f9f7f5",
|
|
96
|
+
"cardBg": "#ffffff",
|
|
97
|
+
"infoBg": "#f2efec"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "obsidian",
|
|
4
|
+
"vars": {
|
|
5
|
+
"black": "#0c0b0a",
|
|
6
|
+
"glass": "#1a1816",
|
|
7
|
+
"smoke": "#2b2825",
|
|
8
|
+
"violet": "#9d7aff",
|
|
9
|
+
"prism": "#b599ff",
|
|
10
|
+
"silver": "#e8e8ec",
|
|
11
|
+
"pearl": "#f5f5f7",
|
|
12
|
+
"crimson": "#ff5570",
|
|
13
|
+
"ember": "#ff8c42",
|
|
14
|
+
"jade": "#52e8a0",
|
|
15
|
+
"cyan": "#5cd9ff",
|
|
16
|
+
"gold": "#ffc942"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "violet",
|
|
20
|
+
"border": "glass",
|
|
21
|
+
"borderAccent": "violet",
|
|
22
|
+
"borderMuted": "glass",
|
|
23
|
+
"success": "jade",
|
|
24
|
+
"error": "crimson",
|
|
25
|
+
"warning": "gold",
|
|
26
|
+
"muted": "smoke",
|
|
27
|
+
"dim": "#4a4642",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "silver",
|
|
30
|
+
"selectedBg": "glass",
|
|
31
|
+
"userMessageBg": "glass",
|
|
32
|
+
"userMessageText": "",
|
|
33
|
+
"customMessageBg": "smoke",
|
|
34
|
+
"customMessageText": "",
|
|
35
|
+
"customMessageLabel": "violet",
|
|
36
|
+
"toolPendingBg": "glass",
|
|
37
|
+
"toolSuccessBg": "glass",
|
|
38
|
+
"toolErrorBg": "glass",
|
|
39
|
+
"toolTitle": "",
|
|
40
|
+
"toolOutput": "silver",
|
|
41
|
+
"mdHeading": "prism",
|
|
42
|
+
"mdLink": "cyan",
|
|
43
|
+
"mdLinkUrl": "#7ab8cc",
|
|
44
|
+
"mdCode": "violet",
|
|
45
|
+
"mdCodeBlock": "silver",
|
|
46
|
+
"mdCodeBlockBorder": "smoke",
|
|
47
|
+
"mdQuote": "#9e9a95",
|
|
48
|
+
"mdQuoteBorder": "smoke",
|
|
49
|
+
"mdHr": "smoke",
|
|
50
|
+
"mdListBullet": "violet",
|
|
51
|
+
"toolDiffAdded": "jade",
|
|
52
|
+
"toolDiffRemoved": "crimson",
|
|
53
|
+
"toolDiffContext": "#6e6960",
|
|
54
|
+
"syntaxComment": "#6e6960",
|
|
55
|
+
"syntaxKeyword": "violet",
|
|
56
|
+
"syntaxFunction": "cyan",
|
|
57
|
+
"syntaxVariable": "silver",
|
|
58
|
+
"syntaxString": "jade",
|
|
59
|
+
"syntaxNumber": "gold",
|
|
60
|
+
"syntaxType": "prism",
|
|
61
|
+
"syntaxOperator": "#b8b4af",
|
|
62
|
+
"syntaxPunctuation": "#8a857f",
|
|
63
|
+
"thinkingOff": "#6e6960",
|
|
64
|
+
"thinkingMinimal": "#7a7570",
|
|
65
|
+
"thinkingLow": "#8a857f",
|
|
66
|
+
"thinkingMedium": "#9e9a95",
|
|
67
|
+
"thinkingHigh": "#b8b4af",
|
|
68
|
+
"thinkingXhigh": "silver",
|
|
69
|
+
"bashMode": "violet",
|
|
70
|
+
"statusLineBg": "glass",
|
|
71
|
+
"statusLineSep": "smoke",
|
|
72
|
+
"statusLineModel": "violet",
|
|
73
|
+
"statusLinePath": "cyan",
|
|
74
|
+
"statusLineGitClean": "jade",
|
|
75
|
+
"statusLineGitDirty": "ember",
|
|
76
|
+
"statusLineContext": "#9e9a95",
|
|
77
|
+
"statusLineSpend": "gold",
|
|
78
|
+
"statusLineStaged": "jade",
|
|
79
|
+
"statusLineDirty": "ember",
|
|
80
|
+
"statusLineUntracked": "#9e9a95",
|
|
81
|
+
"statusLineOutput": "cyan",
|
|
82
|
+
"statusLineCost": "gold",
|
|
83
|
+
"statusLineSubagents": "violet"
|
|
84
|
+
},
|
|
85
|
+
"export": {
|
|
86
|
+
"pageBg": "black",
|
|
87
|
+
"cardBg": "glass",
|
|
88
|
+
"infoBg": "smoke"
|
|
89
|
+
}
|
|
90
|
+
}
|