@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": "dark-equinox",
|
|
4
|
+
"vars": {
|
|
5
|
+
"charcoal": "#121418",
|
|
6
|
+
"slate": "#1c1f25",
|
|
7
|
+
"cool": "#5aa6b8",
|
|
8
|
+
"warm": "#d6a55b",
|
|
9
|
+
"violet": "#6a5fa8",
|
|
10
|
+
"success": "#6fbf8c",
|
|
11
|
+
"error": "#d96a6a",
|
|
12
|
+
"warning": "#e8b45a",
|
|
13
|
+
"muted": "#8b919a",
|
|
14
|
+
"dim": "#666b73",
|
|
15
|
+
"light": "#d7dbe0"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"accent": "warm",
|
|
19
|
+
"border": "slate",
|
|
20
|
+
"borderAccent": "cool",
|
|
21
|
+
"borderMuted": "charcoal",
|
|
22
|
+
"success": "success",
|
|
23
|
+
"error": "error",
|
|
24
|
+
"warning": "warning",
|
|
25
|
+
"muted": "muted",
|
|
26
|
+
"dim": "dim",
|
|
27
|
+
"text": "",
|
|
28
|
+
"thinkingText": "muted",
|
|
29
|
+
|
|
30
|
+
"selectedBg": "#1a1e25",
|
|
31
|
+
"userMessageBg": "#14171d",
|
|
32
|
+
"userMessageText": "",
|
|
33
|
+
"customMessageBg": "#1b1f26",
|
|
34
|
+
"customMessageText": "",
|
|
35
|
+
"customMessageLabel": "violet",
|
|
36
|
+
"toolPendingBg": "#141820",
|
|
37
|
+
"toolSuccessBg": "#151d19",
|
|
38
|
+
"toolErrorBg": "#201416",
|
|
39
|
+
"toolTitle": "",
|
|
40
|
+
"toolOutput": "muted",
|
|
41
|
+
|
|
42
|
+
"mdHeading": "warm",
|
|
43
|
+
"mdLink": "cool",
|
|
44
|
+
"mdLinkUrl": "dim",
|
|
45
|
+
"mdCode": "light",
|
|
46
|
+
"mdCodeBlock": "light",
|
|
47
|
+
"mdCodeBlockBorder": "slate",
|
|
48
|
+
"mdQuote": "muted",
|
|
49
|
+
"mdQuoteBorder": "slate",
|
|
50
|
+
"mdHr": "slate",
|
|
51
|
+
"mdListBullet": "warm",
|
|
52
|
+
|
|
53
|
+
"toolDiffAdded": "success",
|
|
54
|
+
"toolDiffRemoved": "error",
|
|
55
|
+
"toolDiffContext": "muted",
|
|
56
|
+
|
|
57
|
+
"syntaxComment": "dim",
|
|
58
|
+
"syntaxKeyword": "violet",
|
|
59
|
+
"syntaxFunction": "warm",
|
|
60
|
+
"syntaxVariable": "cool",
|
|
61
|
+
"syntaxString": "warning",
|
|
62
|
+
"syntaxNumber": "light",
|
|
63
|
+
"syntaxType": "success",
|
|
64
|
+
"syntaxOperator": "light",
|
|
65
|
+
"syntaxPunctuation": "light",
|
|
66
|
+
|
|
67
|
+
"thinkingOff": "charcoal",
|
|
68
|
+
"thinkingMinimal": "dim",
|
|
69
|
+
"thinkingLow": "cool",
|
|
70
|
+
"thinkingMedium": "violet",
|
|
71
|
+
"thinkingHigh": "warm",
|
|
72
|
+
"thinkingXhigh": "light",
|
|
73
|
+
|
|
74
|
+
"bashMode": "cool",
|
|
75
|
+
|
|
76
|
+
"statusLineBg": "#0f1115",
|
|
77
|
+
"statusLineSep": "#2a2e36",
|
|
78
|
+
"statusLineModel": "violet",
|
|
79
|
+
"statusLinePath": "cool",
|
|
80
|
+
"statusLineGitClean": "success",
|
|
81
|
+
"statusLineGitDirty": "warning",
|
|
82
|
+
"statusLineContext": "muted",
|
|
83
|
+
"statusLineSpend": "warm",
|
|
84
|
+
"statusLineStaged": "success",
|
|
85
|
+
"statusLineDirty": "warning",
|
|
86
|
+
"statusLineUntracked": "cool",
|
|
87
|
+
"statusLineOutput": "light",
|
|
88
|
+
"statusLineCost": "warm",
|
|
89
|
+
"statusLineSubagents": "warm"
|
|
90
|
+
},
|
|
91
|
+
"export": {
|
|
92
|
+
"pageBg": "#0f1115",
|
|
93
|
+
"cardBg": "#161a20",
|
|
94
|
+
"infoBg": "#1b1f26"
|
|
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": "dark-lavender",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cyan": "#8be9fd",
|
|
6
|
+
"blue": "#bd93f9",
|
|
7
|
+
"green": "#50fa7b",
|
|
8
|
+
"red": "#ff5555",
|
|
9
|
+
"yellow": "#f1fa8c",
|
|
10
|
+
"gray": "#f8f8f2",
|
|
11
|
+
"dimGray": "#6272a4",
|
|
12
|
+
"darkGray": "#44475a",
|
|
13
|
+
"accent": "#bd93f9",
|
|
14
|
+
"selectedBg": "#282a36",
|
|
15
|
+
"userMsgBg": "#1e1f29",
|
|
16
|
+
"toolPendingBg": "#252630",
|
|
17
|
+
"toolSuccessBg": "#202b28",
|
|
18
|
+
"toolErrorBg": "#302022",
|
|
19
|
+
"customMsgBg": "#262430"
|
|
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": "#bd93f9",
|
|
45
|
+
"mdLink": "#8be9fd",
|
|
46
|
+
"mdLinkUrl": "dimGray",
|
|
47
|
+
"mdCode": "#ff79c6",
|
|
48
|
+
"mdCodeBlock": "#8be9fd",
|
|
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": "#8be9fd",
|
|
58
|
+
"syntaxComment": "#f8f8f2",
|
|
59
|
+
"syntaxKeyword": "#bd93f9",
|
|
60
|
+
"syntaxFunction": "#f1fa8c",
|
|
61
|
+
"syntaxVariable": "#8be9fd",
|
|
62
|
+
"syntaxString": "#ff5555",
|
|
63
|
+
"syntaxNumber": "#50fa7b",
|
|
64
|
+
"syntaxType": "#bd93f9",
|
|
65
|
+
"syntaxOperator": "#6272a4",
|
|
66
|
+
"syntaxPunctuation": "#6272a4",
|
|
67
|
+
"thinkingOff": "darkGray",
|
|
68
|
+
"thinkingMinimal": "dimGray",
|
|
69
|
+
"thinkingLow": "blue",
|
|
70
|
+
"thinkingMedium": "cyan",
|
|
71
|
+
"thinkingHigh": "accent",
|
|
72
|
+
"thinkingXhigh": "red",
|
|
73
|
+
"bashMode": "accent",
|
|
74
|
+
"statusLineBg": "#282a36",
|
|
75
|
+
"statusLineSep": "#6272a4",
|
|
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": "#1e1f29",
|
|
91
|
+
"cardBg": "#252630",
|
|
92
|
+
"infoBg": "#202b28"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "dark-lunar",
|
|
4
|
+
"vars": {
|
|
5
|
+
"night": "#0b0d12",
|
|
6
|
+
"crater": "#1a1d26",
|
|
7
|
+
"moonlight": "#d6dbe3",
|
|
8
|
+
"glow": "#a5c4e0",
|
|
9
|
+
"ice": "#7aa2c8",
|
|
10
|
+
"success": "#6fc49b",
|
|
11
|
+
"error": "#e06a6a",
|
|
12
|
+
"warning": "#f0c27d",
|
|
13
|
+
"muted": "#9aa7b8",
|
|
14
|
+
"dim": "#6a7686"
|
|
15
|
+
},
|
|
16
|
+
"colors": {
|
|
17
|
+
"accent": "moonlight",
|
|
18
|
+
"border": "crater",
|
|
19
|
+
"borderAccent": "glow",
|
|
20
|
+
"borderMuted": "night",
|
|
21
|
+
"success": "success",
|
|
22
|
+
"error": "error",
|
|
23
|
+
"warning": "warning",
|
|
24
|
+
"muted": "muted",
|
|
25
|
+
"dim": "dim",
|
|
26
|
+
"text": "",
|
|
27
|
+
"thinkingText": "muted",
|
|
28
|
+
|
|
29
|
+
"selectedBg": "#141720",
|
|
30
|
+
"userMessageBg": "#0d0f15",
|
|
31
|
+
"userMessageText": "",
|
|
32
|
+
"customMessageBg": "#151923",
|
|
33
|
+
"customMessageText": "",
|
|
34
|
+
"customMessageLabel": "glow",
|
|
35
|
+
"toolPendingBg": "#10131b",
|
|
36
|
+
"toolSuccessBg": "#121c17",
|
|
37
|
+
"toolErrorBg": "#1b1114",
|
|
38
|
+
"toolTitle": "",
|
|
39
|
+
"toolOutput": "muted",
|
|
40
|
+
|
|
41
|
+
"mdHeading": "moonlight",
|
|
42
|
+
"mdLink": "ice",
|
|
43
|
+
"mdLinkUrl": "dim",
|
|
44
|
+
"mdCode": "moonlight",
|
|
45
|
+
"mdCodeBlock": "glow",
|
|
46
|
+
"mdCodeBlockBorder": "crater",
|
|
47
|
+
"mdQuote": "muted",
|
|
48
|
+
"mdQuoteBorder": "crater",
|
|
49
|
+
"mdHr": "crater",
|
|
50
|
+
"mdListBullet": "glow",
|
|
51
|
+
|
|
52
|
+
"toolDiffAdded": "success",
|
|
53
|
+
"toolDiffRemoved": "error",
|
|
54
|
+
"toolDiffContext": "muted",
|
|
55
|
+
|
|
56
|
+
"syntaxComment": "dim",
|
|
57
|
+
"syntaxKeyword": "ice",
|
|
58
|
+
"syntaxFunction": "moonlight",
|
|
59
|
+
"syntaxVariable": "glow",
|
|
60
|
+
"syntaxString": "warning",
|
|
61
|
+
"syntaxNumber": "moonlight",
|
|
62
|
+
"syntaxType": "success",
|
|
63
|
+
"syntaxOperator": "moonlight",
|
|
64
|
+
"syntaxPunctuation": "moonlight",
|
|
65
|
+
|
|
66
|
+
"thinkingOff": "night",
|
|
67
|
+
"thinkingMinimal": "dim",
|
|
68
|
+
"thinkingLow": "ice",
|
|
69
|
+
"thinkingMedium": "glow",
|
|
70
|
+
"thinkingHigh": "moonlight",
|
|
71
|
+
"thinkingXhigh": "#eef3f8",
|
|
72
|
+
|
|
73
|
+
"bashMode": "ice",
|
|
74
|
+
|
|
75
|
+
"statusLineBg": "#0a0c11",
|
|
76
|
+
"statusLineSep": "#2b2f3a",
|
|
77
|
+
"statusLineModel": "glow",
|
|
78
|
+
"statusLinePath": "ice",
|
|
79
|
+
"statusLineGitClean": "success",
|
|
80
|
+
"statusLineGitDirty": "warning",
|
|
81
|
+
"statusLineContext": "muted",
|
|
82
|
+
"statusLineSpend": "moonlight",
|
|
83
|
+
"statusLineStaged": "success",
|
|
84
|
+
"statusLineDirty": "warning",
|
|
85
|
+
"statusLineUntracked": "ice",
|
|
86
|
+
"statusLineOutput": "moonlight",
|
|
87
|
+
"statusLineCost": "glow",
|
|
88
|
+
"statusLineSubagents": "moonlight"
|
|
89
|
+
},
|
|
90
|
+
"export": {
|
|
91
|
+
"pageBg": "#0a0c11",
|
|
92
|
+
"cardBg": "#11151c",
|
|
93
|
+
"infoBg": "#161a24"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "dark-midnight",
|
|
4
|
+
"vars": {
|
|
5
|
+
"cyan": "#00e5ff",
|
|
6
|
+
"blue": "#2979ff",
|
|
7
|
+
"green": "#00e676",
|
|
8
|
+
"red": "#ff1744",
|
|
9
|
+
"yellow": "#ffea00",
|
|
10
|
+
"gray": "#b0bec5",
|
|
11
|
+
"dimGray": "#546e7a",
|
|
12
|
+
"darkGray": "#263238",
|
|
13
|
+
"accent": "#2979ff",
|
|
14
|
+
"selectedBg": "#000a12",
|
|
15
|
+
"userMsgBg": "#000000",
|
|
16
|
+
"toolPendingBg": "#050f16",
|
|
17
|
+
"toolSuccessBg": "#001008",
|
|
18
|
+
"toolErrorBg": "#150005",
|
|
19
|
+
"customMsgBg": "#080810"
|
|
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": "#2979ff",
|
|
45
|
+
"mdLink": "#40c4ff",
|
|
46
|
+
"mdLinkUrl": "dimGray",
|
|
47
|
+
"mdCode": "#00e5ff",
|
|
48
|
+
"mdCodeBlock": "#40c4ff",
|
|
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": "#40c4ff",
|
|
58
|
+
"syntaxComment": "#b0bec5",
|
|
59
|
+
"syntaxKeyword": "#2979ff",
|
|
60
|
+
"syntaxFunction": "#ffea00",
|
|
61
|
+
"syntaxVariable": "#00e5ff",
|
|
62
|
+
"syntaxString": "#ff1744",
|
|
63
|
+
"syntaxNumber": "#00e676",
|
|
64
|
+
"syntaxType": "#2979ff",
|
|
65
|
+
"syntaxOperator": "#546e7a",
|
|
66
|
+
"syntaxPunctuation": "#546e7a",
|
|
67
|
+
"thinkingOff": "darkGray",
|
|
68
|
+
"thinkingMinimal": "dimGray",
|
|
69
|
+
"thinkingLow": "blue",
|
|
70
|
+
"thinkingMedium": "cyan",
|
|
71
|
+
"thinkingHigh": "accent",
|
|
72
|
+
"thinkingXhigh": "red",
|
|
73
|
+
"bashMode": "accent",
|
|
74
|
+
"statusLineBg": "#000a12",
|
|
75
|
+
"statusLineSep": "#546e7a",
|
|
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": "#000000",
|
|
91
|
+
"cardBg": "#050f16",
|
|
92
|
+
"infoBg": "#001008"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "dark-nebula",
|
|
4
|
+
"vars": {
|
|
5
|
+
"void": "#07060b",
|
|
6
|
+
"nebula": "#2b1b3d",
|
|
7
|
+
"magenta": "#d66bd8",
|
|
8
|
+
"teal": "#35b4c3",
|
|
9
|
+
"violet": "#5b3fa6",
|
|
10
|
+
"star": "#f2d7ff",
|
|
11
|
+
"success": "#55c6a9",
|
|
12
|
+
"error": "#e25a6a",
|
|
13
|
+
"warning": "#f0b35a",
|
|
14
|
+
"muted": "#8f8599",
|
|
15
|
+
"dim": "#6d6378"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"accent": "magenta",
|
|
19
|
+
"border": "violet",
|
|
20
|
+
"borderAccent": "teal",
|
|
21
|
+
"borderMuted": "nebula",
|
|
22
|
+
"success": "success",
|
|
23
|
+
"error": "error",
|
|
24
|
+
"warning": "warning",
|
|
25
|
+
"muted": "muted",
|
|
26
|
+
"dim": "dim",
|
|
27
|
+
"text": "",
|
|
28
|
+
"thinkingText": "muted",
|
|
29
|
+
|
|
30
|
+
"selectedBg": "#1b1427",
|
|
31
|
+
"userMessageBg": "#0f0b18",
|
|
32
|
+
"userMessageText": "",
|
|
33
|
+
"customMessageBg": "#1e1530",
|
|
34
|
+
"customMessageText": "",
|
|
35
|
+
"customMessageLabel": "magenta",
|
|
36
|
+
"toolPendingBg": "#10131d",
|
|
37
|
+
"toolSuccessBg": "#0f1b1a",
|
|
38
|
+
"toolErrorBg": "#1c1115",
|
|
39
|
+
"toolTitle": "",
|
|
40
|
+
"toolOutput": "muted",
|
|
41
|
+
|
|
42
|
+
"mdHeading": "star",
|
|
43
|
+
"mdLink": "teal",
|
|
44
|
+
"mdLinkUrl": "dim",
|
|
45
|
+
"mdCode": "star",
|
|
46
|
+
"mdCodeBlock": "teal",
|
|
47
|
+
"mdCodeBlockBorder": "nebula",
|
|
48
|
+
"mdQuote": "muted",
|
|
49
|
+
"mdQuoteBorder": "nebula",
|
|
50
|
+
"mdHr": "nebula",
|
|
51
|
+
"mdListBullet": "magenta",
|
|
52
|
+
|
|
53
|
+
"toolDiffAdded": "success",
|
|
54
|
+
"toolDiffRemoved": "error",
|
|
55
|
+
"toolDiffContext": "muted",
|
|
56
|
+
|
|
57
|
+
"syntaxComment": "dim",
|
|
58
|
+
"syntaxKeyword": "violet",
|
|
59
|
+
"syntaxFunction": "magenta",
|
|
60
|
+
"syntaxVariable": "teal",
|
|
61
|
+
"syntaxString": "warning",
|
|
62
|
+
"syntaxNumber": "star",
|
|
63
|
+
"syntaxType": "success",
|
|
64
|
+
"syntaxOperator": "star",
|
|
65
|
+
"syntaxPunctuation": "star",
|
|
66
|
+
|
|
67
|
+
"thinkingOff": "nebula",
|
|
68
|
+
"thinkingMinimal": "dim",
|
|
69
|
+
"thinkingLow": "teal",
|
|
70
|
+
"thinkingMedium": "violet",
|
|
71
|
+
"thinkingHigh": "magenta",
|
|
72
|
+
"thinkingXhigh": "star",
|
|
73
|
+
|
|
74
|
+
"bashMode": "teal",
|
|
75
|
+
|
|
76
|
+
"statusLineBg": "#0a0a13",
|
|
77
|
+
"statusLineSep": "#2a2336",
|
|
78
|
+
"statusLineModel": "magenta",
|
|
79
|
+
"statusLinePath": "teal",
|
|
80
|
+
"statusLineGitClean": "success",
|
|
81
|
+
"statusLineGitDirty": "warning",
|
|
82
|
+
"statusLineContext": "muted",
|
|
83
|
+
"statusLineSpend": "violet",
|
|
84
|
+
"statusLineStaged": "success",
|
|
85
|
+
"statusLineDirty": "warning",
|
|
86
|
+
"statusLineUntracked": "teal",
|
|
87
|
+
"statusLineOutput": "star",
|
|
88
|
+
"statusLineCost": "magenta",
|
|
89
|
+
"statusLineSubagents": "magenta"
|
|
90
|
+
},
|
|
91
|
+
"export": {
|
|
92
|
+
"pageBg": "#0a0912",
|
|
93
|
+
"cardBg": "#12101c",
|
|
94
|
+
"infoBg": "#1b1530"
|
|
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": "dark-rainforest",
|
|
4
|
+
"vars": {
|
|
5
|
+
"canopyBlack": "#0A0D0B",
|
|
6
|
+
"deepGreen": "#101613",
|
|
7
|
+
"jungleGreen": "#172018",
|
|
8
|
+
"vineGreen": "#1E2A20",
|
|
9
|
+
"barkBorder": "#2A3A2D",
|
|
10
|
+
"orchidPurple": "#B07AD9",
|
|
11
|
+
"treefrogOrange": "#F28A3B",
|
|
12
|
+
"successGreen": "#6EBE78",
|
|
13
|
+
"fireflyGold": "#D7B247",
|
|
14
|
+
"errorRed": "#E07A6A",
|
|
15
|
+
"mutedLeaf": "#A6B5AA",
|
|
16
|
+
"dimLeaf": "#6E7E72"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "orchidPurple",
|
|
20
|
+
"border": "barkBorder",
|
|
21
|
+
"borderAccent": "treefrogOrange",
|
|
22
|
+
"borderMuted": "vineGreen",
|
|
23
|
+
"success": "successGreen",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "treefrogOrange",
|
|
26
|
+
"muted": "mutedLeaf",
|
|
27
|
+
"dim": "dimLeaf",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedLeaf",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "jungleGreen",
|
|
32
|
+
"userMessageBg": "deepGreen",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#141D17",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "orchidPurple",
|
|
37
|
+
"toolPendingBg": "canopyBlack",
|
|
38
|
+
"toolSuccessBg": "#122017",
|
|
39
|
+
"toolErrorBg": "#231515",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedLeaf",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "fireflyGold",
|
|
44
|
+
"mdLink": "orchidPurple",
|
|
45
|
+
"mdLinkUrl": "dimLeaf",
|
|
46
|
+
"mdCode": "orchidPurple",
|
|
47
|
+
"mdCodeBlock": "successGreen",
|
|
48
|
+
"mdCodeBlockBorder": "barkBorder",
|
|
49
|
+
"mdQuote": "mutedLeaf",
|
|
50
|
+
"mdQuoteBorder": "barkBorder",
|
|
51
|
+
"mdHr": "vineGreen",
|
|
52
|
+
"mdListBullet": "treefrogOrange",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "successGreen",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedLeaf",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimLeaf",
|
|
59
|
+
"syntaxKeyword": "orchidPurple",
|
|
60
|
+
"syntaxFunction": "treefrogOrange",
|
|
61
|
+
"syntaxVariable": "mutedLeaf",
|
|
62
|
+
"syntaxString": "successGreen",
|
|
63
|
+
"syntaxNumber": "fireflyGold",
|
|
64
|
+
"syntaxType": "orchidPurple",
|
|
65
|
+
"syntaxOperator": "mutedLeaf",
|
|
66
|
+
"syntaxPunctuation": "mutedLeaf",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "vineGreen",
|
|
69
|
+
"thinkingMinimal": "dimLeaf",
|
|
70
|
+
"thinkingLow": "barkBorder",
|
|
71
|
+
"thinkingMedium": "orchidPurple",
|
|
72
|
+
"thinkingHigh": "treefrogOrange",
|
|
73
|
+
"thinkingXhigh": "fireflyGold",
|
|
74
|
+
|
|
75
|
+
"bashMode": "orchidPurple",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#080C0A",
|
|
78
|
+
"statusLineSep": "barkBorder",
|
|
79
|
+
"statusLineModel": "orchidPurple",
|
|
80
|
+
"statusLinePath": "treefrogOrange",
|
|
81
|
+
"statusLineGitClean": "successGreen",
|
|
82
|
+
"statusLineGitDirty": "fireflyGold",
|
|
83
|
+
"statusLineContext": "mutedLeaf",
|
|
84
|
+
"statusLineSpend": "orchidPurple",
|
|
85
|
+
"statusLineStaged": "successGreen",
|
|
86
|
+
"statusLineDirty": "fireflyGold",
|
|
87
|
+
"statusLineUntracked": "orchidPurple",
|
|
88
|
+
"statusLineOutput": "treefrogOrange",
|
|
89
|
+
"statusLineCost": "fireflyGold",
|
|
90
|
+
"statusLineSubagents": "orchidPurple"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#080C0A",
|
|
94
|
+
"cardBg": "#101613",
|
|
95
|
+
"infoBg": "#172018"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
|
|
3
|
+
"name": "dark-reef",
|
|
4
|
+
"vars": {
|
|
5
|
+
"deepBlue": "#0A0F14",
|
|
6
|
+
"abyssBlue": "#101A22",
|
|
7
|
+
"reefBlue": "#16242E",
|
|
8
|
+
"currentBlue": "#1C2E3B",
|
|
9
|
+
"borderBlue": "#294052",
|
|
10
|
+
"coralPink": "#F07F6A",
|
|
11
|
+
"anemonePurple": "#9B6AD4",
|
|
12
|
+
"fishYellow": "#F2C45C",
|
|
13
|
+
"kelpGreen": "#58B39E",
|
|
14
|
+
"errorRed": "#E36D7C",
|
|
15
|
+
"mutedSea": "#A6B8C7",
|
|
16
|
+
"dimSea": "#6B7F8D"
|
|
17
|
+
},
|
|
18
|
+
"colors": {
|
|
19
|
+
"accent": "coralPink",
|
|
20
|
+
"border": "borderBlue",
|
|
21
|
+
"borderAccent": "anemonePurple",
|
|
22
|
+
"borderMuted": "reefBlue",
|
|
23
|
+
"success": "kelpGreen",
|
|
24
|
+
"error": "errorRed",
|
|
25
|
+
"warning": "fishYellow",
|
|
26
|
+
"muted": "mutedSea",
|
|
27
|
+
"dim": "dimSea",
|
|
28
|
+
"text": "",
|
|
29
|
+
"thinkingText": "mutedSea",
|
|
30
|
+
|
|
31
|
+
"selectedBg": "reefBlue",
|
|
32
|
+
"userMessageBg": "abyssBlue",
|
|
33
|
+
"userMessageText": "",
|
|
34
|
+
"customMessageBg": "#13202A",
|
|
35
|
+
"customMessageText": "",
|
|
36
|
+
"customMessageLabel": "anemonePurple",
|
|
37
|
+
"toolPendingBg": "deepBlue",
|
|
38
|
+
"toolSuccessBg": "#11201B",
|
|
39
|
+
"toolErrorBg": "#231418",
|
|
40
|
+
"toolTitle": "",
|
|
41
|
+
"toolOutput": "mutedSea",
|
|
42
|
+
|
|
43
|
+
"mdHeading": "fishYellow",
|
|
44
|
+
"mdLink": "coralPink",
|
|
45
|
+
"mdLinkUrl": "dimSea",
|
|
46
|
+
"mdCode": "anemonePurple",
|
|
47
|
+
"mdCodeBlock": "kelpGreen",
|
|
48
|
+
"mdCodeBlockBorder": "borderBlue",
|
|
49
|
+
"mdQuote": "mutedSea",
|
|
50
|
+
"mdQuoteBorder": "borderBlue",
|
|
51
|
+
"mdHr": "reefBlue",
|
|
52
|
+
"mdListBullet": "coralPink",
|
|
53
|
+
|
|
54
|
+
"toolDiffAdded": "kelpGreen",
|
|
55
|
+
"toolDiffRemoved": "errorRed",
|
|
56
|
+
"toolDiffContext": "mutedSea",
|
|
57
|
+
|
|
58
|
+
"syntaxComment": "dimSea",
|
|
59
|
+
"syntaxKeyword": "anemonePurple",
|
|
60
|
+
"syntaxFunction": "coralPink",
|
|
61
|
+
"syntaxVariable": "mutedSea",
|
|
62
|
+
"syntaxString": "kelpGreen",
|
|
63
|
+
"syntaxNumber": "fishYellow",
|
|
64
|
+
"syntaxType": "anemonePurple",
|
|
65
|
+
"syntaxOperator": "mutedSea",
|
|
66
|
+
"syntaxPunctuation": "mutedSea",
|
|
67
|
+
|
|
68
|
+
"thinkingOff": "reefBlue",
|
|
69
|
+
"thinkingMinimal": "dimSea",
|
|
70
|
+
"thinkingLow": "borderBlue",
|
|
71
|
+
"thinkingMedium": "anemonePurple",
|
|
72
|
+
"thinkingHigh": "coralPink",
|
|
73
|
+
"thinkingXhigh": "fishYellow",
|
|
74
|
+
|
|
75
|
+
"bashMode": "coralPink",
|
|
76
|
+
|
|
77
|
+
"statusLineBg": "#070B10",
|
|
78
|
+
"statusLineSep": "borderBlue",
|
|
79
|
+
"statusLineModel": "anemonePurple",
|
|
80
|
+
"statusLinePath": "coralPink",
|
|
81
|
+
"statusLineGitClean": "kelpGreen",
|
|
82
|
+
"statusLineGitDirty": "fishYellow",
|
|
83
|
+
"statusLineContext": "mutedSea",
|
|
84
|
+
"statusLineSpend": "coralPink",
|
|
85
|
+
"statusLineStaged": "kelpGreen",
|
|
86
|
+
"statusLineDirty": "fishYellow",
|
|
87
|
+
"statusLineUntracked": "anemonePurple",
|
|
88
|
+
"statusLineOutput": "coralPink",
|
|
89
|
+
"statusLineCost": "fishYellow",
|
|
90
|
+
"statusLineSubagents": "anemonePurple"
|
|
91
|
+
},
|
|
92
|
+
"export": {
|
|
93
|
+
"pageBg": "#070B10",
|
|
94
|
+
"cardBg": "#101A22",
|
|
95
|
+
"infoBg": "#16242E"
|
|
96
|
+
}
|
|
97
|
+
}
|