@nghyane/arcane 0.1.8 → 0.1.11

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 (131) hide show
  1. package/package.json +6 -6
  2. package/src/config/settings-schema.ts +0 -10
  3. package/src/discovery/helpers.ts +1 -6
  4. package/src/index.ts +1 -0
  5. package/src/main.ts +3 -0
  6. package/src/memories/index.ts +3 -3
  7. package/src/modes/components/model-selector.ts +1 -1
  8. package/src/modes/components/settings-defs.ts +0 -8
  9. package/src/modes/components/status-line.ts +15 -40
  10. package/src/modes/components/user-message.ts +2 -0
  11. package/src/modes/components/welcome.ts +1 -1
  12. package/src/modes/interactive-mode.ts +2 -0
  13. package/src/modes/theme/dark.json +56 -59
  14. package/src/modes/theme/defaults/dark-catppuccin.json +47 -56
  15. package/src/modes/theme/defaults/dark-dracula.json +24 -32
  16. package/src/modes/theme/defaults/dark-gruvbox.json +53 -74
  17. package/src/modes/theme/defaults/dark-solarized.json +33 -35
  18. package/src/modes/theme/defaults/dark-tokyo-night.json +57 -67
  19. package/src/modes/theme/defaults/index.ts +3 -179
  20. package/src/modes/theme/defaults/light-catppuccin.json +42 -50
  21. package/src/modes/theme/defaults/light-github.json +68 -94
  22. package/src/modes/theme/defaults/light-solarized.json +41 -49
  23. package/src/modes/theme/light.json +14 -12
  24. package/src/modes/theme/theme-schema.json +4 -0
  25. package/src/modes/theme/theme.ts +89 -6
  26. package/src/patch/applicator.ts +12 -4
  27. package/src/prompts/agents/task.md +1 -1
  28. package/src/prompts/system/subagent-system-prompt.md +2 -14
  29. package/src/prompts/system/system-prompt.md +12 -14
  30. package/src/prompts/tools/task.md +49 -178
  31. package/src/prompts/tools/todo-write.md +4 -4
  32. package/src/sdk.ts +15 -16
  33. package/src/session/session-manager.ts +1 -3
  34. package/src/task/executor.ts +2 -2
  35. package/src/task/index.ts +5 -5
  36. package/src/task/types.ts +7 -20
  37. package/src/tools/index.ts +16 -33
  38. package/src/tools/subagent-tool.ts +5 -5
  39. package/src/tools/todo-write.ts +0 -37
  40. package/src/tui/output-block.ts +2 -12
  41. package/src/modes/theme/defaults/alabaster.json +0 -93
  42. package/src/modes/theme/defaults/amethyst.json +0 -96
  43. package/src/modes/theme/defaults/anthracite.json +0 -93
  44. package/src/modes/theme/defaults/basalt.json +0 -91
  45. package/src/modes/theme/defaults/birch.json +0 -95
  46. package/src/modes/theme/defaults/dark-abyss.json +0 -91
  47. package/src/modes/theme/defaults/dark-arctic.json +0 -104
  48. package/src/modes/theme/defaults/dark-aurora.json +0 -95
  49. package/src/modes/theme/defaults/dark-cavern.json +0 -91
  50. package/src/modes/theme/defaults/dark-copper.json +0 -95
  51. package/src/modes/theme/defaults/dark-cosmos.json +0 -90
  52. package/src/modes/theme/defaults/dark-cyberpunk.json +0 -102
  53. package/src/modes/theme/defaults/dark-eclipse.json +0 -91
  54. package/src/modes/theme/defaults/dark-ember.json +0 -95
  55. package/src/modes/theme/defaults/dark-equinox.json +0 -90
  56. package/src/modes/theme/defaults/dark-forest.json +0 -96
  57. package/src/modes/theme/defaults/dark-github.json +0 -105
  58. package/src/modes/theme/defaults/dark-lavender.json +0 -95
  59. package/src/modes/theme/defaults/dark-lunar.json +0 -89
  60. package/src/modes/theme/defaults/dark-midnight.json +0 -95
  61. package/src/modes/theme/defaults/dark-monochrome.json +0 -94
  62. package/src/modes/theme/defaults/dark-monokai.json +0 -98
  63. package/src/modes/theme/defaults/dark-nebula.json +0 -90
  64. package/src/modes/theme/defaults/dark-nord.json +0 -97
  65. package/src/modes/theme/defaults/dark-ocean.json +0 -101
  66. package/src/modes/theme/defaults/dark-one.json +0 -100
  67. package/src/modes/theme/defaults/dark-rainforest.json +0 -91
  68. package/src/modes/theme/defaults/dark-reef.json +0 -91
  69. package/src/modes/theme/defaults/dark-retro.json +0 -92
  70. package/src/modes/theme/defaults/dark-rose-pine.json +0 -96
  71. package/src/modes/theme/defaults/dark-sakura.json +0 -95
  72. package/src/modes/theme/defaults/dark-slate.json +0 -95
  73. package/src/modes/theme/defaults/dark-solstice.json +0 -90
  74. package/src/modes/theme/defaults/dark-starfall.json +0 -91
  75. package/src/modes/theme/defaults/dark-sunset.json +0 -99
  76. package/src/modes/theme/defaults/dark-swamp.json +0 -90
  77. package/src/modes/theme/defaults/dark-synthwave.json +0 -103
  78. package/src/modes/theme/defaults/dark-taiga.json +0 -91
  79. package/src/modes/theme/defaults/dark-terminal.json +0 -95
  80. package/src/modes/theme/defaults/dark-tundra.json +0 -91
  81. package/src/modes/theme/defaults/dark-twilight.json +0 -91
  82. package/src/modes/theme/defaults/dark-volcanic.json +0 -91
  83. package/src/modes/theme/defaults/graphite.json +0 -92
  84. package/src/modes/theme/defaults/light-arctic.json +0 -107
  85. package/src/modes/theme/defaults/light-aurora-day.json +0 -91
  86. package/src/modes/theme/defaults/light-canyon.json +0 -91
  87. package/src/modes/theme/defaults/light-cirrus.json +0 -90
  88. package/src/modes/theme/defaults/light-coral.json +0 -95
  89. package/src/modes/theme/defaults/light-cyberpunk.json +0 -96
  90. package/src/modes/theme/defaults/light-dawn.json +0 -90
  91. package/src/modes/theme/defaults/light-dunes.json +0 -91
  92. package/src/modes/theme/defaults/light-eucalyptus.json +0 -95
  93. package/src/modes/theme/defaults/light-forest.json +0 -100
  94. package/src/modes/theme/defaults/light-frost.json +0 -95
  95. package/src/modes/theme/defaults/light-glacier.json +0 -91
  96. package/src/modes/theme/defaults/light-gruvbox.json +0 -108
  97. package/src/modes/theme/defaults/light-haze.json +0 -90
  98. package/src/modes/theme/defaults/light-honeycomb.json +0 -95
  99. package/src/modes/theme/defaults/light-lagoon.json +0 -91
  100. package/src/modes/theme/defaults/light-lavender.json +0 -95
  101. package/src/modes/theme/defaults/light-meadow.json +0 -91
  102. package/src/modes/theme/defaults/light-mint.json +0 -95
  103. package/src/modes/theme/defaults/light-monochrome.json +0 -101
  104. package/src/modes/theme/defaults/light-ocean.json +0 -99
  105. package/src/modes/theme/defaults/light-one.json +0 -99
  106. package/src/modes/theme/defaults/light-opal.json +0 -91
  107. package/src/modes/theme/defaults/light-orchard.json +0 -91
  108. package/src/modes/theme/defaults/light-paper.json +0 -95
  109. package/src/modes/theme/defaults/light-prism.json +0 -90
  110. package/src/modes/theme/defaults/light-retro.json +0 -98
  111. package/src/modes/theme/defaults/light-sand.json +0 -95
  112. package/src/modes/theme/defaults/light-savanna.json +0 -91
  113. package/src/modes/theme/defaults/light-soleil.json +0 -90
  114. package/src/modes/theme/defaults/light-sunset.json +0 -99
  115. package/src/modes/theme/defaults/light-synthwave.json +0 -98
  116. package/src/modes/theme/defaults/light-tokyo-night.json +0 -111
  117. package/src/modes/theme/defaults/light-wetland.json +0 -91
  118. package/src/modes/theme/defaults/light-zenith.json +0 -89
  119. package/src/modes/theme/defaults/limestone.json +0 -94
  120. package/src/modes/theme/defaults/mahogany.json +0 -97
  121. package/src/modes/theme/defaults/marble.json +0 -93
  122. package/src/modes/theme/defaults/obsidian.json +0 -91
  123. package/src/modes/theme/defaults/onyx.json +0 -91
  124. package/src/modes/theme/defaults/pearl.json +0 -93
  125. package/src/modes/theme/defaults/porcelain.json +0 -91
  126. package/src/modes/theme/defaults/quartz.json +0 -96
  127. package/src/modes/theme/defaults/sandstone.json +0 -95
  128. package/src/modes/theme/defaults/titanium.json +0 -90
  129. package/src/prompts/system/subagent-submit-reminder.md +0 -11
  130. package/src/tools/jtd-to-json-schema.ts +0 -247
  131. package/src/tools/submit-result.ts +0 -152
@@ -1,195 +1,19 @@
1
- import alabaster from "./alabaster.json" with { type: "json" };
2
- import amethyst from "./amethyst.json" with { type: "json" };
3
- import anthracite from "./anthracite.json" with { type: "json" };
4
- import basalt from "./basalt.json" with { type: "json" };
5
- import birch from "./birch.json" with { type: "json" };
6
- import dark_abyss from "./dark-abyss.json" with { type: "json" };
7
- import dark_arctic from "./dark-arctic.json" with { type: "json" };
8
- import dark_aurora from "./dark-aurora.json" with { type: "json" };
9
1
  import dark_catppuccin from "./dark-catppuccin.json" with { type: "json" };
10
- import dark_cavern from "./dark-cavern.json" with { type: "json" };
11
- import dark_copper from "./dark-copper.json" with { type: "json" };
12
- import dark_cosmos from "./dark-cosmos.json" with { type: "json" };
13
- import dark_cyberpunk from "./dark-cyberpunk.json" with { type: "json" };
14
2
  import dark_dracula from "./dark-dracula.json" with { type: "json" };
15
- import dark_eclipse from "./dark-eclipse.json" with { type: "json" };
16
- import dark_ember from "./dark-ember.json" with { type: "json" };
17
- import dark_equinox from "./dark-equinox.json" with { type: "json" };
18
- import dark_forest from "./dark-forest.json" with { type: "json" };
19
- import dark_github from "./dark-github.json" with { type: "json" };
20
3
  import dark_gruvbox from "./dark-gruvbox.json" with { type: "json" };
21
- import dark_lavender from "./dark-lavender.json" with { type: "json" };
22
- import dark_lunar from "./dark-lunar.json" with { type: "json" };
23
- import dark_midnight from "./dark-midnight.json" with { type: "json" };
24
- import dark_monochrome from "./dark-monochrome.json" with { type: "json" };
25
- import dark_monokai from "./dark-monokai.json" with { type: "json" };
26
- import dark_nebula from "./dark-nebula.json" with { type: "json" };
27
- import dark_nord from "./dark-nord.json" with { type: "json" };
28
- import dark_ocean from "./dark-ocean.json" with { type: "json" };
29
- import dark_one from "./dark-one.json" with { type: "json" };
30
- import dark_rainforest from "./dark-rainforest.json" with { type: "json" };
31
- import dark_reef from "./dark-reef.json" with { type: "json" };
32
- import dark_retro from "./dark-retro.json" with { type: "json" };
33
- import dark_rose_pine from "./dark-rose-pine.json" with { type: "json" };
34
- import dark_sakura from "./dark-sakura.json" with { type: "json" };
35
- import dark_slate from "./dark-slate.json" with { type: "json" };
36
4
  import dark_solarized from "./dark-solarized.json" with { type: "json" };
37
- import dark_solstice from "./dark-solstice.json" with { type: "json" };
38
- import dark_starfall from "./dark-starfall.json" with { type: "json" };
39
- import dark_sunset from "./dark-sunset.json" with { type: "json" };
40
- import dark_swamp from "./dark-swamp.json" with { type: "json" };
41
- import dark_synthwave from "./dark-synthwave.json" with { type: "json" };
42
- import dark_taiga from "./dark-taiga.json" with { type: "json" };
43
- import dark_terminal from "./dark-terminal.json" with { type: "json" };
44
5
  import dark_tokyo_night from "./dark-tokyo-night.json" with { type: "json" };
45
- import dark_tundra from "./dark-tundra.json" with { type: "json" };
46
- import dark_twilight from "./dark-twilight.json" with { type: "json" };
47
- import dark_volcanic from "./dark-volcanic.json" with { type: "json" };
48
- import graphite from "./graphite.json" with { type: "json" };
49
- import light_arctic from "./light-arctic.json" with { type: "json" };
50
- import light_aurora_day from "./light-aurora-day.json" with { type: "json" };
51
- import light_canyon from "./light-canyon.json" with { type: "json" };
52
6
  import light_catppuccin from "./light-catppuccin.json" with { type: "json" };
53
- import light_cirrus from "./light-cirrus.json" with { type: "json" };
54
- import light_coral from "./light-coral.json" with { type: "json" };
55
- import light_cyberpunk from "./light-cyberpunk.json" with { type: "json" };
56
- import light_dawn from "./light-dawn.json" with { type: "json" };
57
- import light_dunes from "./light-dunes.json" with { type: "json" };
58
- import light_eucalyptus from "./light-eucalyptus.json" with { type: "json" };
59
- import light_forest from "./light-forest.json" with { type: "json" };
60
- import light_frost from "./light-frost.json" with { type: "json" };
61
7
  import light_github from "./light-github.json" with { type: "json" };
62
- import light_glacier from "./light-glacier.json" with { type: "json" };
63
- import light_gruvbox from "./light-gruvbox.json" with { type: "json" };
64
- import light_haze from "./light-haze.json" with { type: "json" };
65
- import light_honeycomb from "./light-honeycomb.json" with { type: "json" };
66
- import light_lagoon from "./light-lagoon.json" with { type: "json" };
67
- import light_lavender from "./light-lavender.json" with { type: "json" };
68
- import light_meadow from "./light-meadow.json" with { type: "json" };
69
- import light_mint from "./light-mint.json" with { type: "json" };
70
- import light_monochrome from "./light-monochrome.json" with { type: "json" };
71
- import light_ocean from "./light-ocean.json" with { type: "json" };
72
- import light_one from "./light-one.json" with { type: "json" };
73
- import light_opal from "./light-opal.json" with { type: "json" };
74
- import light_orchard from "./light-orchard.json" with { type: "json" };
75
- import light_paper from "./light-paper.json" with { type: "json" };
76
- import light_prism from "./light-prism.json" with { type: "json" };
77
- import light_retro from "./light-retro.json" with { type: "json" };
78
- import light_sand from "./light-sand.json" with { type: "json" };
79
- import light_savanna from "./light-savanna.json" with { type: "json" };
80
8
  import light_solarized from "./light-solarized.json" with { type: "json" };
81
- import light_soleil from "./light-soleil.json" with { type: "json" };
82
- import light_sunset from "./light-sunset.json" with { type: "json" };
83
- import light_synthwave from "./light-synthwave.json" with { type: "json" };
84
- import light_tokyo_night from "./light-tokyo-night.json" with { type: "json" };
85
- import light_wetland from "./light-wetland.json" with { type: "json" };
86
- import light_zenith from "./light-zenith.json" with { type: "json" };
87
- import limestone from "./limestone.json" with { type: "json" };
88
- import mahogany from "./mahogany.json" with { type: "json" };
89
- import marble from "./marble.json" with { type: "json" };
90
- import obsidian from "./obsidian.json" with { type: "json" };
91
- import onyx from "./onyx.json" with { type: "json" };
92
- import pearl from "./pearl.json" with { type: "json" };
93
- import porcelain from "./porcelain.json" with { type: "json" };
94
- import quartz from "./quartz.json" with { type: "json" };
95
- import sandstone from "./sandstone.json" with { type: "json" };
96
- import titanium from "./titanium.json" with { type: "json" };
97
9
 
98
10
  export const defaultThemes = {
99
- alabaster: alabaster,
100
- amethyst: amethyst,
101
- anthracite: anthracite,
102
- basalt: basalt,
103
- birch: birch,
104
- "dark-abyss": dark_abyss,
105
- "dark-arctic": dark_arctic,
106
- "dark-aurora": dark_aurora,
107
- "dark-catppuccin": dark_catppuccin,
108
- "dark-cavern": dark_cavern,
109
- "dark-copper": dark_copper,
110
- "dark-cosmos": dark_cosmos,
111
- "dark-cyberpunk": dark_cyberpunk,
112
11
  "dark-dracula": dark_dracula,
113
- "dark-eclipse": dark_eclipse,
114
- "dark-ember": dark_ember,
115
- "dark-equinox": dark_equinox,
116
- "dark-forest": dark_forest,
117
- "dark-github": dark_github,
118
12
  "dark-gruvbox": dark_gruvbox,
119
- "dark-lavender": dark_lavender,
120
- "dark-lunar": dark_lunar,
121
- "dark-midnight": dark_midnight,
122
- "dark-monochrome": dark_monochrome,
123
- "dark-monokai": dark_monokai,
124
- "dark-nebula": dark_nebula,
125
- "dark-nord": dark_nord,
126
- "dark-ocean": dark_ocean,
127
- "dark-one": dark_one,
128
- "dark-rainforest": dark_rainforest,
129
- "dark-reef": dark_reef,
130
- "dark-retro": dark_retro,
131
- "dark-rose-pine": dark_rose_pine,
132
- "dark-sakura": dark_sakura,
133
- "dark-slate": dark_slate,
134
- "dark-solarized": dark_solarized,
135
- "dark-solstice": dark_solstice,
136
- "dark-starfall": dark_starfall,
137
- "dark-sunset": dark_sunset,
138
- "dark-swamp": dark_swamp,
139
- "dark-synthwave": dark_synthwave,
140
- "dark-taiga": dark_taiga,
141
- "dark-terminal": dark_terminal,
142
13
  "dark-tokyo-night": dark_tokyo_night,
143
- "dark-tundra": dark_tundra,
144
- "dark-twilight": dark_twilight,
145
- "dark-volcanic": dark_volcanic,
146
- graphite: graphite,
147
- "light-arctic": light_arctic,
148
- "light-aurora-day": light_aurora_day,
149
- "light-canyon": light_canyon,
14
+ "dark-catppuccin": dark_catppuccin,
15
+ "dark-solarized": dark_solarized,
16
+ "light-solarized": light_solarized,
150
17
  "light-catppuccin": light_catppuccin,
151
- "light-cirrus": light_cirrus,
152
- "light-coral": light_coral,
153
- "light-cyberpunk": light_cyberpunk,
154
- "light-dawn": light_dawn,
155
- "light-dunes": light_dunes,
156
- "light-eucalyptus": light_eucalyptus,
157
- "light-forest": light_forest,
158
- "light-frost": light_frost,
159
18
  "light-github": light_github,
160
- "light-glacier": light_glacier,
161
- "light-gruvbox": light_gruvbox,
162
- "light-haze": light_haze,
163
- "light-honeycomb": light_honeycomb,
164
- "light-lagoon": light_lagoon,
165
- "light-lavender": light_lavender,
166
- "light-meadow": light_meadow,
167
- "light-mint": light_mint,
168
- "light-monochrome": light_monochrome,
169
- "light-ocean": light_ocean,
170
- "light-one": light_one,
171
- "light-opal": light_opal,
172
- "light-orchard": light_orchard,
173
- "light-paper": light_paper,
174
- "light-prism": light_prism,
175
- "light-retro": light_retro,
176
- "light-sand": light_sand,
177
- "light-savanna": light_savanna,
178
- "light-solarized": light_solarized,
179
- "light-soleil": light_soleil,
180
- "light-sunset": light_sunset,
181
- "light-synthwave": light_synthwave,
182
- "light-tokyo-night": light_tokyo_night,
183
- "light-wetland": light_wetland,
184
- "light-zenith": light_zenith,
185
- limestone: limestone,
186
- mahogany: mahogany,
187
- marble: marble,
188
- obsidian: obsidian,
189
- onyx: onyx,
190
- pearl: pearl,
191
- porcelain: porcelain,
192
- quartz: quartz,
193
- sandstone: sandstone,
194
- titanium: titanium,
195
19
  };
@@ -12,95 +12,87 @@
12
12
  "yellow": "#df8e1d",
13
13
  "green": "#40a02b",
14
14
  "teal": "#179299",
15
- "sky": "#04a5e5",
16
15
  "sapphire": "#209fb5",
17
16
  "blue": "#1e66f5",
18
17
  "lavender": "#7287fd",
19
- "text": "#4c4f69",
20
- "subtext1": "#5c5f77",
21
18
  "subtext0": "#6c6f85",
22
- "overlay2": "#7c7f93",
23
- "overlay1": "#8c8fa1",
24
19
  "overlay0": "#9ca0b0",
25
- "surface2": "#acb0be",
26
20
  "surface1": "#bcc0cc",
27
- "surface0": "#ccd0da",
28
- "base": "#eff1f5",
29
- "mantle": "#e6e9ef",
30
- "crust": "#dce0e8"
21
+ "surface0": "#ccd0da"
31
22
  },
32
23
  "colors": {
33
24
  "accent": "mauve",
34
25
  "border": "lavender",
35
- "borderAccent": "sapphire",
26
+ "borderAccent": "mauve",
36
27
  "borderMuted": "surface1",
37
28
  "success": "green",
38
29
  "error": "red",
39
30
  "warning": "yellow",
40
31
  "muted": "subtext0",
41
- "dim": "overlay1",
32
+ "dim": "overlay0",
42
33
  "text": "",
43
- "thinkingText": "overlay0",
44
- "selectedBg": "surface0",
45
- "userMessageBg": "mantle",
34
+ "thinkingText": "subtext0",
35
+ "selectedBg": "^-2",
36
+ "userMessageBg": "^-2",
46
37
  "userMessageText": "",
47
- "customMessageBg": "surface0",
38
+ "customMessageBg": "^-2",
48
39
  "customMessageText": "",
49
40
  "customMessageLabel": "mauve",
50
- "toolPendingBg": "surface0",
51
- "toolSuccessBg": "mantle",
52
- "toolErrorBg": "mantle",
53
- "toolTitle": "blue",
41
+ "toolPendingBg": "^-3",
42
+ "toolSuccessBg": "^-2",
43
+ "toolErrorBg": "^-3",
44
+ "toolTitle": "",
54
45
  "toolOutput": "subtext0",
55
- "mdHeading": "peach",
46
+ "mdHeading": "mauve",
56
47
  "mdLink": "blue",
57
- "mdLinkUrl": "overlay1",
58
- "mdCode": "teal",
48
+ "mdLinkUrl": "subtext0",
49
+ "mdCode": "peach",
59
50
  "mdCodeBlock": "green",
60
- "mdCodeBlockBorder": "surface2",
51
+ "mdCodeBlockBorder": "surface1",
61
52
  "mdQuote": "subtext0",
62
- "mdQuoteBorder": "surface2",
63
- "mdHr": "surface2",
64
- "mdListBullet": "sapphire",
53
+ "mdQuoteBorder": "surface0",
54
+ "mdHr": "surface1",
55
+ "mdListBullet": "mauve",
65
56
  "toolDiffAdded": "green",
66
57
  "toolDiffRemoved": "red",
67
- "toolDiffContext": "overlay0",
58
+ "toolDiffContext": "subtext0",
68
59
  "link": "blue",
69
- "syntaxComment": "overlay1",
60
+ "syntaxComment": "overlay0",
70
61
  "syntaxKeyword": "mauve",
71
62
  "syntaxFunction": "blue",
72
- "syntaxVariable": "text",
63
+ "syntaxVariable": "teal",
73
64
  "syntaxString": "green",
74
65
  "syntaxNumber": "peach",
75
66
  "syntaxType": "yellow",
76
- "syntaxOperator": "sky",
77
- "syntaxPunctuation": "overlay2",
78
- "thinkingOff": "surface1",
67
+ "syntaxOperator": "subtext0",
68
+ "syntaxPunctuation": "subtext0",
69
+ "thinkingOff": "surface0",
79
70
  "thinkingMinimal": "overlay0",
80
- "thinkingLow": "blue",
81
- "thinkingMedium": "sapphire",
71
+ "thinkingLow": "sapphire",
72
+ "thinkingMedium": "blue",
82
73
  "thinkingHigh": "mauve",
83
74
  "thinkingXhigh": "pink",
84
75
  "bashMode": "green",
85
- "statusLineBg": "crust",
76
+ "statusLineBg": "^2",
86
77
  "statusLineSep": "surface1",
87
- "statusLineModel": "pink",
88
- "statusLinePath": "teal",
78
+ "statusLineModel": "mauve",
79
+ "statusLinePath": "blue",
89
80
  "statusLineGitClean": "green",
90
- "statusLineGitDirty": "yellow",
91
- "statusLineContext": "lavender",
92
- "statusLineSpend": "sapphire",
93
- "statusLineStaged": "green",
94
- "statusLineDirty": "peach",
95
- "statusLineUntracked": "sky",
96
- "statusLineOutput": "mauve",
97
- "statusLineCost": "maroon",
81
+ "statusLineGitDirty": "peach",
82
+ "statusLineContext": "subtext0",
83
+ "statusLineSpend": "teal",
84
+ "statusLineStaged": 35,
85
+ "statusLineDirty": 208,
86
+ "statusLineUntracked": 133,
87
+ "statusLineOutput": 133,
88
+ "statusLineCost": 35,
98
89
  "statusLineSubagents": "mauve",
99
- "pythonMode": "yellow"
90
+ "pythonMode": "yellow",
91
+ "appBg": "^0"
100
92
  },
101
93
  "export": {
102
- "pageBg": "base",
103
- "cardBg": "mantle",
104
- "infoBg": "surface0"
94
+ "pageBg": "#eff1f5",
95
+ "cardBg": "#ffffff",
96
+ "infoBg": "#e6e9ef"
105
97
  }
106
98
  }
@@ -2,114 +2,88 @@
2
2
  "$schema": "https://raw.githubusercontent.com/nghyane/arcane/main/packages/coding-agent/theme-schema.json",
3
3
  "name": "light-github",
4
4
  "vars": {
5
- "fgDefault": "#1f2328",
6
- "fgMuted": "#59636e",
7
- "bgDefault": "#ffffff",
8
- "bgMuted": "#f6f8fa",
9
- "bgEmphasis": "#25292e",
10
- "borderDefault": "#d1d9e0",
11
- "borderEmphasis": "#818b98",
12
- "accent": "#0969da",
13
- "accentBg": "#ddf4ff",
14
- "success": "#1f883d",
15
- "successBg": "#dafbe1",
16
- "successBorder": "#4ac26b",
17
- "danger": "#cf222e",
18
- "dangerBg": "#ffebe9",
19
- "dangerBorder": "#ff8182",
20
- "attention": "#9a6700",
21
- "attentionBg": "#fff8c5",
22
- "done": "#8250df",
23
- "lightGray": "#8c959f",
24
- "mediumGray": "#656d76",
25
- "selectedBg": "#e8eaed",
26
- "statusBg": "#f6f8fa",
27
- "gitInfo": "#0969da",
28
- "gitWarning": "#bf8700",
29
- "modelColor": "#8250df",
30
- "pathColor": "#0969da",
31
- "contextColor": "#8250df",
32
- "spendColor": "#0969da",
33
- "stagedColor": "#1f883d",
34
- "dirtyColor": "#bf8700",
35
- "untrackedColor": "#0969da",
36
- "outputColor": "#cf222e",
37
- "costColor": "#cf222e",
38
- "subagentsColor": "#9a6700"
5
+ "blue": "#0969da",
6
+ "green": "#1a7f37",
7
+ "red": "#cf222e",
8
+ "orange": "#9a6700",
9
+ "purple": "#8250df",
10
+ "gray": "#656d76",
11
+ "lightGray": "#afb8c1",
12
+ "fgMuted": "#57606a"
39
13
  },
40
14
  "colors": {
41
- "accent": "accent",
42
- "border": "borderDefault",
43
- "borderAccent": "accent",
44
- "borderMuted": "borderDefault",
45
- "success": "success",
46
- "error": "danger",
47
- "warning": "attention",
48
- "muted": "fgMuted",
15
+ "accent": "blue",
16
+ "border": "blue",
17
+ "borderAccent": "blue",
18
+ "borderMuted": "lightGray",
19
+ "success": "green",
20
+ "error": "red",
21
+ "warning": "orange",
22
+ "muted": "gray",
49
23
  "dim": "lightGray",
50
24
  "text": "",
51
- "thinkingText": "mediumGray",
52
- "selectedBg": "selectedBg",
53
- "userMessageBg": "selectedBg",
25
+ "thinkingText": "gray",
26
+ "selectedBg": "^-2",
27
+ "userMessageBg": "^-2",
54
28
  "userMessageText": "",
55
- "customMessageBg": "bgMuted",
29
+ "customMessageBg": "^-2",
56
30
  "customMessageText": "",
57
- "customMessageLabel": "done",
58
- "toolPendingBg": "accentBg",
59
- "toolSuccessBg": "successBg",
60
- "toolErrorBg": "dangerBg",
61
- "toolText": "fgDefault",
62
- "toolTitle": "fgDefault",
63
- "toolOutput": "fgMuted",
64
- "mdHeading": "attention",
65
- "mdLink": "accent",
66
- "mdLinkUrl": "mediumGray",
67
- "mdCode": "accent",
68
- "mdCodeBlock": "fgDefault",
69
- "mdCodeBlockBorder": "borderDefault",
70
- "mdQuote": "fgMuted",
71
- "mdQuoteBorder": "borderDefault",
72
- "mdHr": "borderDefault",
73
- "mdListBullet": "success",
74
- "toolDiffAdded": "success",
75
- "toolDiffRemoved": "danger",
76
- "toolDiffContext": "fgMuted",
77
- "link": "accent",
78
- "syntaxComment": "#59636e",
31
+ "customMessageLabel": "purple",
32
+ "toolPendingBg": "^-3",
33
+ "toolSuccessBg": "^-2",
34
+ "toolErrorBg": "^-3",
35
+ "toolTitle": "",
36
+ "toolOutput": "gray",
37
+ "mdHeading": "blue",
38
+ "mdLink": "blue",
39
+ "mdLinkUrl": "gray",
40
+ "mdCode": "purple",
41
+ "mdCodeBlock": "green",
42
+ "mdCodeBlockBorder": "lightGray",
43
+ "mdQuote": "gray",
44
+ "mdQuoteBorder": "lightGray",
45
+ "mdHr": "lightGray",
46
+ "mdListBullet": "blue",
47
+ "toolDiffAdded": "green",
48
+ "toolDiffRemoved": "red",
49
+ "toolDiffContext": "gray",
50
+ "link": "blue",
51
+ "syntaxComment": "#6e7781",
79
52
  "syntaxKeyword": "#cf222e",
80
53
  "syntaxFunction": "#8250df",
81
54
  "syntaxVariable": "#0550ae",
82
55
  "syntaxString": "#0a3069",
83
56
  "syntaxNumber": "#0550ae",
84
57
  "syntaxType": "#953800",
85
- "syntaxOperator": "#1f2328",
86
- "syntaxPunctuation": "#59636e",
87
- "thinkingOff": "borderDefault",
88
- "thinkingMinimal": "lightGray",
89
- "thinkingLow": "accent",
90
- "thinkingMedium": "success",
91
- "thinkingHigh": "attention",
92
- "thinkingXhigh": "done",
93
- "bashMode": "success",
94
- "statusLineBg": "statusBg",
95
- "statusLineSep": "borderDefault",
96
- "statusLineModel": "modelColor",
97
- "statusLinePath": "pathColor",
98
- "statusLineGitClean": "success",
99
- "statusLineGitDirty": "gitWarning",
100
- "statusLineContext": "contextColor",
101
- "statusLineSpend": "spendColor",
102
- "statusLineStaged": "stagedColor",
103
- "statusLineDirty": "dirtyColor",
104
- "statusLineUntracked": "untrackedColor",
105
- "statusLineOutput": "outputColor",
106
- "statusLineCost": "costColor",
107
- "statusLineSubagents": "subagentsColor",
108
- "pythonMode": "#f0c040"
58
+ "syntaxOperator": "fgMuted",
59
+ "syntaxPunctuation": "fgMuted",
60
+ "thinkingOff": "lightGray",
61
+ "thinkingMinimal": "gray",
62
+ "thinkingLow": "blue",
63
+ "thinkingMedium": "purple",
64
+ "thinkingHigh": "orange",
65
+ "thinkingXhigh": "red",
66
+ "bashMode": "green",
67
+ "statusLineBg": "^2",
68
+ "statusLineSep": "lightGray",
69
+ "statusLineModel": "purple",
70
+ "statusLinePath": "blue",
71
+ "statusLineGitClean": "green",
72
+ "statusLineGitDirty": "orange",
73
+ "statusLineContext": "gray",
74
+ "statusLineSpend": "blue",
75
+ "statusLineStaged": 28,
76
+ "statusLineDirty": 130,
77
+ "statusLineUntracked": 91,
78
+ "statusLineOutput": 91,
79
+ "statusLineCost": 28,
80
+ "statusLineSubagents": "blue",
81
+ "pythonMode": "orange",
82
+ "appBg": "^0"
109
83
  },
110
84
  "export": {
111
- "pageBg": "#f6f8fa",
85
+ "pageBg": "#ffffff",
112
86
  "cardBg": "#ffffff",
113
- "infoBg": "#fff8c5"
87
+ "infoBg": "#f6f8fa"
114
88
  }
115
89
  }