@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.
Files changed (71) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
  3. package/src/modes/interactive/components/hook-editor.ts +1 -0
  4. package/src/modes/interactive/components/status-line/separators.ts +4 -4
  5. package/src/modes/interactive/components/status-line.ts +3 -1
  6. package/src/modes/interactive/interactive-mode.ts +1 -0
  7. package/src/modes/interactive/theme/defaults/alabaster.json +99 -0
  8. package/src/modes/interactive/theme/defaults/amethyst.json +103 -0
  9. package/src/modes/interactive/theme/defaults/anthracite.json +100 -0
  10. package/src/modes/interactive/theme/defaults/basalt.json +90 -0
  11. package/src/modes/interactive/theme/defaults/birch.json +101 -0
  12. package/src/modes/interactive/theme/defaults/dark-abyss.json +97 -0
  13. package/src/modes/interactive/theme/defaults/dark-aurora.json +94 -0
  14. package/src/modes/interactive/theme/defaults/dark-cavern.json +97 -0
  15. package/src/modes/interactive/theme/defaults/dark-copper.json +94 -0
  16. package/src/modes/interactive/theme/defaults/dark-cosmos.json +96 -0
  17. package/src/modes/interactive/theme/defaults/dark-eclipse.json +97 -0
  18. package/src/modes/interactive/theme/defaults/dark-ember.json +94 -0
  19. package/src/modes/interactive/theme/defaults/dark-equinox.json +96 -0
  20. package/src/modes/interactive/theme/defaults/dark-lavender.json +94 -0
  21. package/src/modes/interactive/theme/defaults/dark-lunar.json +95 -0
  22. package/src/modes/interactive/theme/defaults/dark-midnight.json +94 -0
  23. package/src/modes/interactive/theme/defaults/dark-nebula.json +96 -0
  24. package/src/modes/interactive/theme/defaults/dark-rainforest.json +97 -0
  25. package/src/modes/interactive/theme/defaults/dark-reef.json +97 -0
  26. package/src/modes/interactive/theme/defaults/dark-sakura.json +94 -0
  27. package/src/modes/interactive/theme/defaults/dark-slate.json +94 -0
  28. package/src/modes/interactive/theme/defaults/dark-solstice.json +96 -0
  29. package/src/modes/interactive/theme/defaults/dark-starfall.json +97 -0
  30. package/src/modes/interactive/theme/defaults/dark-swamp.json +96 -0
  31. package/src/modes/interactive/theme/defaults/dark-taiga.json +97 -0
  32. package/src/modes/interactive/theme/defaults/dark-terminal.json +94 -0
  33. package/src/modes/interactive/theme/defaults/dark-tundra.json +97 -0
  34. package/src/modes/interactive/theme/defaults/dark-twilight.json +97 -0
  35. package/src/modes/interactive/theme/defaults/dark-volcanic.json +97 -0
  36. package/src/modes/interactive/theme/defaults/graphite.json +99 -0
  37. package/src/modes/interactive/theme/defaults/index.ts +128 -0
  38. package/src/modes/interactive/theme/defaults/light-aurora-day.json +97 -0
  39. package/src/modes/interactive/theme/defaults/light-canyon.json +97 -0
  40. package/src/modes/interactive/theme/defaults/light-cirrus.json +96 -0
  41. package/src/modes/interactive/theme/defaults/light-coral.json +94 -0
  42. package/src/modes/interactive/theme/defaults/light-dawn.json +96 -0
  43. package/src/modes/interactive/theme/defaults/light-dunes.json +97 -0
  44. package/src/modes/interactive/theme/defaults/light-eucalyptus.json +94 -0
  45. package/src/modes/interactive/theme/defaults/light-frost.json +94 -0
  46. package/src/modes/interactive/theme/defaults/light-glacier.json +97 -0
  47. package/src/modes/interactive/theme/defaults/light-haze.json +96 -0
  48. package/src/modes/interactive/theme/defaults/light-honeycomb.json +94 -0
  49. package/src/modes/interactive/theme/defaults/light-lagoon.json +97 -0
  50. package/src/modes/interactive/theme/defaults/light-lavender.json +94 -0
  51. package/src/modes/interactive/theme/defaults/light-meadow.json +97 -0
  52. package/src/modes/interactive/theme/defaults/light-mint.json +94 -0
  53. package/src/modes/interactive/theme/defaults/light-opal.json +97 -0
  54. package/src/modes/interactive/theme/defaults/light-orchard.json +97 -0
  55. package/src/modes/interactive/theme/defaults/light-paper.json +94 -0
  56. package/src/modes/interactive/theme/defaults/light-prism.json +96 -0
  57. package/src/modes/interactive/theme/defaults/light-sand.json +94 -0
  58. package/src/modes/interactive/theme/defaults/light-savanna.json +97 -0
  59. package/src/modes/interactive/theme/defaults/light-soleil.json +96 -0
  60. package/src/modes/interactive/theme/defaults/light-wetland.json +97 -0
  61. package/src/modes/interactive/theme/defaults/light-zenith.json +95 -0
  62. package/src/modes/interactive/theme/defaults/limestone.json +100 -0
  63. package/src/modes/interactive/theme/defaults/mahogany.json +104 -0
  64. package/src/modes/interactive/theme/defaults/marble.json +99 -0
  65. package/src/modes/interactive/theme/defaults/obsidian.json +90 -0
  66. package/src/modes/interactive/theme/defaults/onyx.json +90 -0
  67. package/src/modes/interactive/theme/defaults/pearl.json +99 -0
  68. package/src/modes/interactive/theme/defaults/porcelain.json +90 -0
  69. package/src/modes/interactive/theme/defaults/quartz.json +102 -0
  70. package/src/modes/interactive/theme/defaults/sandstone.json +101 -0
  71. 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": "dark-sakura",
4
+ "vars": {
5
+ "cyan": "#f48fb1",
6
+ "blue": "#90caf9",
7
+ "green": "#a5d6a7",
8
+ "red": "#ef9a9a",
9
+ "yellow": "#fff59d",
10
+ "gray": "#eeeeee",
11
+ "dimGray": "#9e9e9e",
12
+ "darkGray": "#616161",
13
+ "accent": "#f06292",
14
+ "selectedBg": "#2d2426",
15
+ "userMsgBg": "#1e181a",
16
+ "toolPendingBg": "#262022",
17
+ "toolSuccessBg": "#222622",
18
+ "toolErrorBg": "#2e1e1e",
19
+ "customMsgBg": "#282024"
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": "#f06292",
45
+ "mdLink": "#90caf9",
46
+ "mdLinkUrl": "dimGray",
47
+ "mdCode": "#f48fb1",
48
+ "mdCodeBlock": "#f8bbd0",
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": "#90caf9",
58
+ "syntaxComment": "#eeeeee",
59
+ "syntaxKeyword": "#90caf9",
60
+ "syntaxFunction": "#fff59d",
61
+ "syntaxVariable": "#f48fb1",
62
+ "syntaxString": "#ef9a9a",
63
+ "syntaxNumber": "#a5d6a7",
64
+ "syntaxType": "#f06292",
65
+ "syntaxOperator": "#9e9e9e",
66
+ "syntaxPunctuation": "#9e9e9e",
67
+ "thinkingOff": "darkGray",
68
+ "thinkingMinimal": "dimGray",
69
+ "thinkingLow": "blue",
70
+ "thinkingMedium": "cyan",
71
+ "thinkingHigh": "accent",
72
+ "thinkingXhigh": "red",
73
+ "bashMode": "accent",
74
+ "statusLineBg": "#2d2426",
75
+ "statusLineSep": "#9e9e9e",
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": "#1e181a",
91
+ "cardBg": "#262022",
92
+ "infoBg": "#222622"
93
+ }
94
+ }
@@ -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-slate",
4
+ "vars": {
5
+ "cyan": "#88c0d0",
6
+ "blue": "#81a1c1",
7
+ "green": "#a3be8c",
8
+ "red": "#bf616a",
9
+ "yellow": "#ebcb8b",
10
+ "gray": "#d8dee9",
11
+ "dimGray": "#4c566a",
12
+ "darkGray": "#3b4252",
13
+ "accent": "#5e81ac",
14
+ "selectedBg": "#3b4252",
15
+ "userMsgBg": "#2e3440",
16
+ "toolPendingBg": "#434c5e",
17
+ "toolSuccessBg": "#374050",
18
+ "toolErrorBg": "#45383f",
19
+ "customMsgBg": "#353b49"
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": "#88c0d0",
45
+ "mdLink": "#81a1c1",
46
+ "mdLinkUrl": "dimGray",
47
+ "mdCode": "#8fbcbb",
48
+ "mdCodeBlock": "#81a1c1",
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": "#81a1c1",
58
+ "syntaxComment": "#d8dee9",
59
+ "syntaxKeyword": "#81a1c1",
60
+ "syntaxFunction": "#ebcb8b",
61
+ "syntaxVariable": "#88c0d0",
62
+ "syntaxString": "#bf616a",
63
+ "syntaxNumber": "#a3be8c",
64
+ "syntaxType": "#5e81ac",
65
+ "syntaxOperator": "#4c566a",
66
+ "syntaxPunctuation": "#4c566a",
67
+ "thinkingOff": "darkGray",
68
+ "thinkingMinimal": "dimGray",
69
+ "thinkingLow": "blue",
70
+ "thinkingMedium": "cyan",
71
+ "thinkingHigh": "accent",
72
+ "thinkingXhigh": "red",
73
+ "bashMode": "accent",
74
+ "statusLineBg": "#3b4252",
75
+ "statusLineSep": "#4c566a",
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": "#2e3440",
91
+ "cardBg": "#434c5e",
92
+ "infoBg": "#374050"
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-solstice",
4
+ "vars": {
5
+ "midnight": "#0b1120",
6
+ "deepBlue": "#13213a",
7
+ "aurora": "#5ac8a7",
8
+ "ice": "#c7d2e3",
9
+ "frost": "#8fb2d9",
10
+ "violet": "#4a4f9e",
11
+ "success": "#6bd6a2",
12
+ "error": "#e06b6b",
13
+ "warning": "#f0c37a",
14
+ "muted": "#8c98ad",
15
+ "dim": "#657289"
16
+ },
17
+ "colors": {
18
+ "accent": "aurora",
19
+ "border": "deepBlue",
20
+ "borderAccent": "frost",
21
+ "borderMuted": "midnight",
22
+ "success": "success",
23
+ "error": "error",
24
+ "warning": "warning",
25
+ "muted": "muted",
26
+ "dim": "dim",
27
+ "text": "",
28
+ "thinkingText": "muted",
29
+
30
+ "selectedBg": "#10182b",
31
+ "userMessageBg": "#0c1222",
32
+ "userMessageText": "",
33
+ "customMessageBg": "#111a2d",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "aurora",
36
+ "toolPendingBg": "#0d1426",
37
+ "toolSuccessBg": "#0f1d1b",
38
+ "toolErrorBg": "#1a1016",
39
+ "toolTitle": "",
40
+ "toolOutput": "muted",
41
+
42
+ "mdHeading": "ice",
43
+ "mdLink": "frost",
44
+ "mdLinkUrl": "dim",
45
+ "mdCode": "ice",
46
+ "mdCodeBlock": "frost",
47
+ "mdCodeBlockBorder": "deepBlue",
48
+ "mdQuote": "muted",
49
+ "mdQuoteBorder": "deepBlue",
50
+ "mdHr": "deepBlue",
51
+ "mdListBullet": "aurora",
52
+
53
+ "toolDiffAdded": "success",
54
+ "toolDiffRemoved": "error",
55
+ "toolDiffContext": "muted",
56
+
57
+ "syntaxComment": "dim",
58
+ "syntaxKeyword": "violet",
59
+ "syntaxFunction": "ice",
60
+ "syntaxVariable": "frost",
61
+ "syntaxString": "warning",
62
+ "syntaxNumber": "aurora",
63
+ "syntaxType": "success",
64
+ "syntaxOperator": "ice",
65
+ "syntaxPunctuation": "ice",
66
+
67
+ "thinkingOff": "midnight",
68
+ "thinkingMinimal": "dim",
69
+ "thinkingLow": "frost",
70
+ "thinkingMedium": "aurora",
71
+ "thinkingHigh": "ice",
72
+ "thinkingXhigh": "#e4edf9",
73
+
74
+ "bashMode": "aurora",
75
+
76
+ "statusLineBg": "#0a101f",
77
+ "statusLineSep": "#2a334a",
78
+ "statusLineModel": "violet",
79
+ "statusLinePath": "frost",
80
+ "statusLineGitClean": "success",
81
+ "statusLineGitDirty": "warning",
82
+ "statusLineContext": "muted",
83
+ "statusLineSpend": "aurora",
84
+ "statusLineStaged": "success",
85
+ "statusLineDirty": "warning",
86
+ "statusLineUntracked": "frost",
87
+ "statusLineOutput": "ice",
88
+ "statusLineCost": "aurora",
89
+ "statusLineSubagents": "aurora"
90
+ },
91
+ "export": {
92
+ "pageBg": "#0a0f1c",
93
+ "cardBg": "#111827",
94
+ "infoBg": "#141d2f"
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-starfall",
4
+ "vars": {
5
+ "night": "#0b0c10",
6
+ "sky": "#151821",
7
+ "gold": "#f2c45a",
8
+ "ember": "#e07a3f",
9
+ "spark": "#ffd98a",
10
+ "blue": "#4f7fb2",
11
+ "violet": "#4b3d73",
12
+ "success": "#6cc98f",
13
+ "error": "#e06464",
14
+ "warning": "#f0a35c",
15
+ "muted": "#8a8f9a",
16
+ "dim": "#676c78"
17
+ },
18
+ "colors": {
19
+ "accent": "gold",
20
+ "border": "sky",
21
+ "borderAccent": "blue",
22
+ "borderMuted": "night",
23
+ "success": "success",
24
+ "error": "error",
25
+ "warning": "warning",
26
+ "muted": "muted",
27
+ "dim": "dim",
28
+ "text": "",
29
+ "thinkingText": "muted",
30
+
31
+ "selectedBg": "#1a1e2a",
32
+ "userMessageBg": "#0f1218",
33
+ "userMessageText": "",
34
+ "customMessageBg": "#171c26",
35
+ "customMessageText": "",
36
+ "customMessageLabel": "gold",
37
+ "toolPendingBg": "#10131b",
38
+ "toolSuccessBg": "#111c18",
39
+ "toolErrorBg": "#1c1115",
40
+ "toolTitle": "",
41
+ "toolOutput": "muted",
42
+
43
+ "mdHeading": "spark",
44
+ "mdLink": "blue",
45
+ "mdLinkUrl": "dim",
46
+ "mdCode": "spark",
47
+ "mdCodeBlock": "spark",
48
+ "mdCodeBlockBorder": "sky",
49
+ "mdQuote": "muted",
50
+ "mdQuoteBorder": "sky",
51
+ "mdHr": "sky",
52
+ "mdListBullet": "gold",
53
+
54
+ "toolDiffAdded": "success",
55
+ "toolDiffRemoved": "error",
56
+ "toolDiffContext": "muted",
57
+
58
+ "syntaxComment": "dim",
59
+ "syntaxKeyword": "violet",
60
+ "syntaxFunction": "gold",
61
+ "syntaxVariable": "blue",
62
+ "syntaxString": "ember",
63
+ "syntaxNumber": "spark",
64
+ "syntaxType": "success",
65
+ "syntaxOperator": "spark",
66
+ "syntaxPunctuation": "spark",
67
+
68
+ "thinkingOff": "night",
69
+ "thinkingMinimal": "dim",
70
+ "thinkingLow": "blue",
71
+ "thinkingMedium": "violet",
72
+ "thinkingHigh": "ember",
73
+ "thinkingXhigh": "gold",
74
+
75
+ "bashMode": "blue",
76
+
77
+ "statusLineBg": "#0a0c10",
78
+ "statusLineSep": "#2a2f3a",
79
+ "statusLineModel": "gold",
80
+ "statusLinePath": "blue",
81
+ "statusLineGitClean": "success",
82
+ "statusLineGitDirty": "warning",
83
+ "statusLineContext": "muted",
84
+ "statusLineSpend": "spark",
85
+ "statusLineStaged": "success",
86
+ "statusLineDirty": "warning",
87
+ "statusLineUntracked": "blue",
88
+ "statusLineOutput": "spark",
89
+ "statusLineCost": "gold",
90
+ "statusLineSubagents": "gold"
91
+ },
92
+ "export": {
93
+ "pageBg": "#0a0c10",
94
+ "cardBg": "#11141c",
95
+ "infoBg": "#171b25"
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": "dark-swamp",
4
+ "vars": {
5
+ "murkBlack": "#0B100F",
6
+ "bogGreen": "#111A18",
7
+ "peatGreen": "#182522",
8
+ "mossGray": "#2B3A36",
9
+ "fogGray": "#3B4B46",
10
+ "mossLight": "#8EA59A",
11
+ "dimMoss": "#667A71",
12
+ "fireflyGold": "#F2C35B",
13
+ "algaeGreen": "#4FC48F",
14
+ "swampCyan": "#5FB7A2",
15
+ "errorRed": "#E06B6B"
16
+ },
17
+ "colors": {
18
+ "accent": "fireflyGold",
19
+ "border": "mossGray",
20
+ "borderAccent": "swampCyan",
21
+ "borderMuted": "peatGreen",
22
+ "success": "algaeGreen",
23
+ "error": "errorRed",
24
+ "warning": "fireflyGold",
25
+ "muted": "mossLight",
26
+ "dim": "dimMoss",
27
+ "text": "",
28
+ "thinkingText": "mossLight",
29
+
30
+ "selectedBg": "peatGreen",
31
+ "userMessageBg": "bogGreen",
32
+ "userMessageText": "",
33
+ "customMessageBg": "#14201D",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "fireflyGold",
36
+ "toolPendingBg": "murkBlack",
37
+ "toolSuccessBg": "#0F1714",
38
+ "toolErrorBg": "#221313",
39
+ "toolTitle": "",
40
+ "toolOutput": "mossLight",
41
+
42
+ "mdHeading": "fireflyGold",
43
+ "mdLink": "swampCyan",
44
+ "mdLinkUrl": "dimMoss",
45
+ "mdCode": "swampCyan",
46
+ "mdCodeBlock": "algaeGreen",
47
+ "mdCodeBlockBorder": "mossGray",
48
+ "mdQuote": "mossLight",
49
+ "mdQuoteBorder": "mossGray",
50
+ "mdHr": "peatGreen",
51
+ "mdListBullet": "fireflyGold",
52
+
53
+ "toolDiffAdded": "algaeGreen",
54
+ "toolDiffRemoved": "errorRed",
55
+ "toolDiffContext": "mossLight",
56
+
57
+ "syntaxComment": "dimMoss",
58
+ "syntaxKeyword": "swampCyan",
59
+ "syntaxFunction": "fireflyGold",
60
+ "syntaxVariable": "mossLight",
61
+ "syntaxString": "algaeGreen",
62
+ "syntaxNumber": "fireflyGold",
63
+ "syntaxType": "swampCyan",
64
+ "syntaxOperator": "mossLight",
65
+ "syntaxPunctuation": "mossLight",
66
+
67
+ "thinkingOff": "peatGreen",
68
+ "thinkingMinimal": "dimMoss",
69
+ "thinkingLow": "mossGray",
70
+ "thinkingMedium": "swampCyan",
71
+ "thinkingHigh": "fireflyGold",
72
+ "thinkingXhigh": "algaeGreen",
73
+
74
+ "bashMode": "swampCyan",
75
+
76
+ "statusLineBg": "#080D0C",
77
+ "statusLineSep": "mossGray",
78
+ "statusLineModel": "fireflyGold",
79
+ "statusLinePath": "swampCyan",
80
+ "statusLineGitClean": "algaeGreen",
81
+ "statusLineGitDirty": "fireflyGold",
82
+ "statusLineContext": "mossLight",
83
+ "statusLineSpend": "swampCyan",
84
+ "statusLineStaged": "algaeGreen",
85
+ "statusLineDirty": "fireflyGold",
86
+ "statusLineUntracked": "mossLight",
87
+ "statusLineOutput": "swampCyan",
88
+ "statusLineCost": "fireflyGold",
89
+ "statusLineSubagents": "fireflyGold"
90
+ },
91
+ "export": {
92
+ "pageBg": "#080D0C",
93
+ "cardBg": "#111A18",
94
+ "infoBg": "#182522"
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-taiga",
4
+ "vars": {
5
+ "nightPine": "#0B100D",
6
+ "deepPine": "#121A16",
7
+ "shadowPine": "#1B2620",
8
+ "spruce": "#2A3A31",
9
+ "wolfGray": "#8D9891",
10
+ "dimWolf": "#67726B",
11
+ "snowWhite": "#E7EFE7",
12
+ "auroraGreen": "#6FCE8A",
13
+ "lichenGreen": "#8DBB7F",
14
+ "frostBlue": "#7FB7C9",
15
+ "emberAmber": "#D8B15A",
16
+ "errorRed": "#E06A6A"
17
+ },
18
+ "colors": {
19
+ "accent": "frostBlue",
20
+ "border": "spruce",
21
+ "borderAccent": "snowWhite",
22
+ "borderMuted": "shadowPine",
23
+ "success": "lichenGreen",
24
+ "error": "errorRed",
25
+ "warning": "emberAmber",
26
+ "muted": "wolfGray",
27
+ "dim": "dimWolf",
28
+ "text": "",
29
+ "thinkingText": "wolfGray",
30
+
31
+ "selectedBg": "shadowPine",
32
+ "userMessageBg": "deepPine",
33
+ "userMessageText": "",
34
+ "customMessageBg": "#18221D",
35
+ "customMessageText": "",
36
+ "customMessageLabel": "snowWhite",
37
+ "toolPendingBg": "nightPine",
38
+ "toolSuccessBg": "#101C16",
39
+ "toolErrorBg": "#201313",
40
+ "toolTitle": "",
41
+ "toolOutput": "wolfGray",
42
+
43
+ "mdHeading": "snowWhite",
44
+ "mdLink": "frostBlue",
45
+ "mdLinkUrl": "dimWolf",
46
+ "mdCode": "snowWhite",
47
+ "mdCodeBlock": "auroraGreen",
48
+ "mdCodeBlockBorder": "spruce",
49
+ "mdQuote": "wolfGray",
50
+ "mdQuoteBorder": "spruce",
51
+ "mdHr": "shadowPine",
52
+ "mdListBullet": "auroraGreen",
53
+
54
+ "toolDiffAdded": "lichenGreen",
55
+ "toolDiffRemoved": "errorRed",
56
+ "toolDiffContext": "wolfGray",
57
+
58
+ "syntaxComment": "dimWolf",
59
+ "syntaxKeyword": "frostBlue",
60
+ "syntaxFunction": "emberAmber",
61
+ "syntaxVariable": "snowWhite",
62
+ "syntaxString": "auroraGreen",
63
+ "syntaxNumber": "lichenGreen",
64
+ "syntaxType": "frostBlue",
65
+ "syntaxOperator": "wolfGray",
66
+ "syntaxPunctuation": "wolfGray",
67
+
68
+ "thinkingOff": "shadowPine",
69
+ "thinkingMinimal": "dimWolf",
70
+ "thinkingLow": "spruce",
71
+ "thinkingMedium": "frostBlue",
72
+ "thinkingHigh": "auroraGreen",
73
+ "thinkingXhigh": "snowWhite",
74
+
75
+ "bashMode": "auroraGreen",
76
+
77
+ "statusLineBg": "#080C0A",
78
+ "statusLineSep": "spruce",
79
+ "statusLineModel": "snowWhite",
80
+ "statusLinePath": "frostBlue",
81
+ "statusLineGitClean": "lichenGreen",
82
+ "statusLineGitDirty": "emberAmber",
83
+ "statusLineContext": "wolfGray",
84
+ "statusLineSpend": "auroraGreen",
85
+ "statusLineStaged": "lichenGreen",
86
+ "statusLineDirty": "emberAmber",
87
+ "statusLineUntracked": "snowWhite",
88
+ "statusLineOutput": "frostBlue",
89
+ "statusLineCost": "emberAmber",
90
+ "statusLineSubagents": "auroraGreen"
91
+ },
92
+ "export": {
93
+ "pageBg": "#080C0A",
94
+ "cardBg": "#121A16",
95
+ "infoBg": "#1B2620"
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": "dark-terminal",
4
+ "vars": {
5
+ "cyan": "#00ffcc",
6
+ "blue": "#00aaff",
7
+ "green": "#00ff00",
8
+ "red": "#ff0000",
9
+ "yellow": "#ffff00",
10
+ "gray": "#cccccc",
11
+ "dimGray": "#666666",
12
+ "darkGray": "#333333",
13
+ "accent": "#00ff00",
14
+ "selectedBg": "#111111",
15
+ "userMsgBg": "#050505",
16
+ "toolPendingBg": "#0a0a0a",
17
+ "toolSuccessBg": "#001100",
18
+ "toolErrorBg": "#110000",
19
+ "customMsgBg": "#080808"
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": "#00ff00",
45
+ "mdLink": "#00aaff",
46
+ "mdLinkUrl": "dimGray",
47
+ "mdCode": "#00cc00",
48
+ "mdCodeBlock": "#00aa00",
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": "#00aaff",
58
+ "syntaxComment": "#cccccc",
59
+ "syntaxKeyword": "#00aaff",
60
+ "syntaxFunction": "#ffff00",
61
+ "syntaxVariable": "#00ffcc",
62
+ "syntaxString": "#ff0000",
63
+ "syntaxNumber": "#00ff00",
64
+ "syntaxType": "#00ff00",
65
+ "syntaxOperator": "#666666",
66
+ "syntaxPunctuation": "#666666",
67
+ "thinkingOff": "darkGray",
68
+ "thinkingMinimal": "dimGray",
69
+ "thinkingLow": "blue",
70
+ "thinkingMedium": "cyan",
71
+ "thinkingHigh": "accent",
72
+ "thinkingXhigh": "red",
73
+ "bashMode": "accent",
74
+ "statusLineBg": "#111111",
75
+ "statusLineSep": "#666666",
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": "#050505",
91
+ "cardBg": "#0a0a0a",
92
+ "infoBg": "#001100"
93
+ }
94
+ }