codemaxxing 0.1.12 → 0.1.14

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/dist/themes.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export const THEMES = {
2
- neon: {
3
- name: "Neon",
4
- description: "Cyberpunk neon (default)",
2
+ "cyberpunk-neon": {
3
+ name: "Cyberpunk Neon",
4
+ description: "Electric cyan & magenta — Night City terminal",
5
5
  colors: {
6
6
  primary: "#00FFFF",
7
7
  secondary: "#FF00FF",
@@ -139,6 +139,166 @@ export const THEMES = {
139
139
  suggestion: "#00CC00",
140
140
  },
141
141
  },
142
+ catppuccin: {
143
+ name: "Catppuccin",
144
+ description: "Soothing pastel — Mocha flavor",
145
+ colors: {
146
+ primary: "#CBA6F7",
147
+ secondary: "#F5C2E7",
148
+ muted: "#6C7086",
149
+ text: "#CDD6F4",
150
+ userInput: "#89DCEB",
151
+ response: "#CBA6F7",
152
+ tool: "#F5C2E7",
153
+ toolResult: "#6C7086",
154
+ error: "#F38BA8",
155
+ success: "#A6E3A1",
156
+ warning: "#FAB387",
157
+ spinner: "#CBA6F7",
158
+ border: "#CBA6F7",
159
+ suggestion: "#F5C2E7",
160
+ },
161
+ },
162
+ "tokyo-night": {
163
+ name: "Tokyo Night",
164
+ description: "Rain-soaked Shibuya — neon signs in the dark",
165
+ colors: {
166
+ primary: "#FF7AC6",
167
+ secondary: "#7DCFFF",
168
+ muted: "#3B4261",
169
+ text: "#A9B1D6",
170
+ userInput: "#FF9E64",
171
+ response: "#FF7AC6",
172
+ tool: "#7DCFFF",
173
+ toolResult: "#3B4261",
174
+ error: "#F7768E",
175
+ success: "#73DACA",
176
+ warning: "#FF9E64",
177
+ spinner: "#FF7AC6",
178
+ border: "#FF7AC6",
179
+ suggestion: "#7DCFFF",
180
+ },
181
+ },
182
+ "one-dark": {
183
+ name: "One Dark",
184
+ description: "Atom editor classic",
185
+ colors: {
186
+ primary: "#61AFEF",
187
+ secondary: "#C678DD",
188
+ muted: "#5C6370",
189
+ text: "#ABB2BF",
190
+ userInput: "#56B6C2",
191
+ response: "#61AFEF",
192
+ tool: "#C678DD",
193
+ toolResult: "#5C6370",
194
+ error: "#E06C75",
195
+ success: "#98C379",
196
+ warning: "#E5C07B",
197
+ spinner: "#61AFEF",
198
+ border: "#61AFEF",
199
+ suggestion: "#C678DD",
200
+ },
201
+ },
202
+ "rose-pine": {
203
+ name: "Rosé Pine",
204
+ description: "Elegant dark florals",
205
+ colors: {
206
+ primary: "#EBBCBA",
207
+ secondary: "#C4A7E7",
208
+ muted: "#6E6A86",
209
+ text: "#E0DEF4",
210
+ userInput: "#9CCFD8",
211
+ response: "#EBBCBA",
212
+ tool: "#C4A7E7",
213
+ toolResult: "#6E6A86",
214
+ error: "#EB6F92",
215
+ success: "#31748F",
216
+ warning: "#F6C177",
217
+ spinner: "#EBBCBA",
218
+ border: "#EBBCBA",
219
+ suggestion: "#C4A7E7",
220
+ },
221
+ },
222
+ synthwave: {
223
+ name: "Synthwave",
224
+ description: "Retro 80s sunset — outrun aesthetics",
225
+ colors: {
226
+ primary: "#F92AAD",
227
+ secondary: "#E9F501",
228
+ muted: "#614D85",
229
+ text: "#F4EEFF",
230
+ userInput: "#36F9F6",
231
+ response: "#F92AAD",
232
+ tool: "#E9F501",
233
+ toolResult: "#614D85",
234
+ error: "#FE4450",
235
+ success: "#72F1B8",
236
+ warning: "#FF7F11",
237
+ spinner: "#F92AAD",
238
+ border: "#F92AAD",
239
+ suggestion: "#36F9F6",
240
+ },
241
+ },
242
+ "blood-moon": {
243
+ name: "Blood Moon",
244
+ description: "Dark crimson — for the night coders",
245
+ colors: {
246
+ primary: "#FF4444",
247
+ secondary: "#CC2936",
248
+ muted: "#5C2626",
249
+ text: "#E0C4C4",
250
+ userInput: "#FF6B6B",
251
+ response: "#FF4444",
252
+ tool: "#CC2936",
253
+ toolResult: "#5C2626",
254
+ error: "#FF0000",
255
+ success: "#4CAF50",
256
+ warning: "#FF8C00",
257
+ spinner: "#FF4444",
258
+ border: "#FF4444",
259
+ suggestion: "#CC2936",
260
+ },
261
+ },
262
+ "hot-dog": {
263
+ name: "Hot Dog",
264
+ description: "Cursed ketchup & mustard — you asked for it",
265
+ colors: {
266
+ primary: "#FF0000",
267
+ secondary: "#FFFF00",
268
+ muted: "#AA6600",
269
+ text: "#FFFF00",
270
+ userInput: "#FF0000",
271
+ response: "#FFFF00",
272
+ tool: "#FF6600",
273
+ toolResult: "#AA6600",
274
+ error: "#FF0000",
275
+ success: "#00FF00",
276
+ warning: "#FFFF00",
277
+ spinner: "#FF0000",
278
+ border: "#FF0000",
279
+ suggestion: "#FFFF00",
280
+ },
281
+ },
282
+ acid: {
283
+ name: "Acid",
284
+ description: "Every color at once — sensory overload",
285
+ colors: {
286
+ primary: "#FF00FF",
287
+ secondary: "#00FF88",
288
+ muted: "#FF6B00",
289
+ text: "#FFFF00",
290
+ userInput: "#00FFFF",
291
+ response: "#FF3399",
292
+ tool: "#33FF00",
293
+ toolResult: "#FF6B00",
294
+ error: "#FF0044",
295
+ success: "#00FF66",
296
+ warning: "#FFD700",
297
+ spinner: "#BF00FF",
298
+ border: "#FF00AA",
299
+ suggestion: "#00FFCC",
300
+ },
301
+ },
142
302
  };
143
303
  export const DEFAULT_THEME = "nord";
144
304
  export function getTheme(name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemaxxing",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Open-source terminal coding agent. Connect any LLM. Max your code.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/themes.ts CHANGED
@@ -20,9 +20,9 @@ export interface Theme {
20
20
  }
21
21
 
22
22
  export const THEMES: Record<string, Theme> = {
23
- neon: {
24
- name: "Neon",
25
- description: "Cyberpunk neon (default)",
23
+ "cyberpunk-neon": {
24
+ name: "Cyberpunk Neon",
25
+ description: "Electric cyan & magenta — Night City terminal",
26
26
  colors: {
27
27
  primary: "#00FFFF",
28
28
  secondary: "#FF00FF",
@@ -160,6 +160,168 @@ export const THEMES: Record<string, Theme> = {
160
160
  suggestion: "#00CC00",
161
161
  },
162
162
  },
163
+ catppuccin: {
164
+ name: "Catppuccin",
165
+ description: "Soothing pastel — Mocha flavor",
166
+ colors: {
167
+ primary: "#CBA6F7",
168
+ secondary: "#F5C2E7",
169
+ muted: "#6C7086",
170
+ text: "#CDD6F4",
171
+ userInput: "#89DCEB",
172
+ response: "#CBA6F7",
173
+ tool: "#F5C2E7",
174
+ toolResult: "#6C7086",
175
+ error: "#F38BA8",
176
+ success: "#A6E3A1",
177
+ warning: "#FAB387",
178
+ spinner: "#CBA6F7",
179
+ border: "#CBA6F7",
180
+ suggestion: "#F5C2E7",
181
+ },
182
+ },
183
+ "tokyo-night": {
184
+ name: "Tokyo Night",
185
+ description: "Rain-soaked Shibuya — neon signs in the dark",
186
+ colors: {
187
+ primary: "#FF7AC6",
188
+ secondary: "#7DCFFF",
189
+ muted: "#3B4261",
190
+ text: "#A9B1D6",
191
+ userInput: "#FF9E64",
192
+ response: "#FF7AC6",
193
+ tool: "#7DCFFF",
194
+ toolResult: "#3B4261",
195
+ error: "#F7768E",
196
+ success: "#73DACA",
197
+ warning: "#FF9E64",
198
+ spinner: "#FF7AC6",
199
+ border: "#FF7AC6",
200
+ suggestion: "#7DCFFF",
201
+ },
202
+ },
203
+ "one-dark": {
204
+ name: "One Dark",
205
+ description: "Atom editor classic",
206
+ colors: {
207
+ primary: "#61AFEF",
208
+ secondary: "#C678DD",
209
+ muted: "#5C6370",
210
+ text: "#ABB2BF",
211
+ userInput: "#56B6C2",
212
+ response: "#61AFEF",
213
+ tool: "#C678DD",
214
+ toolResult: "#5C6370",
215
+ error: "#E06C75",
216
+ success: "#98C379",
217
+ warning: "#E5C07B",
218
+ spinner: "#61AFEF",
219
+ border: "#61AFEF",
220
+ suggestion: "#C678DD",
221
+ },
222
+ },
223
+ "rose-pine": {
224
+ name: "Rosé Pine",
225
+ description: "Elegant dark florals",
226
+ colors: {
227
+ primary: "#EBBCBA",
228
+ secondary: "#C4A7E7",
229
+ muted: "#6E6A86",
230
+ text: "#E0DEF4",
231
+ userInput: "#9CCFD8",
232
+ response: "#EBBCBA",
233
+ tool: "#C4A7E7",
234
+ toolResult: "#6E6A86",
235
+ error: "#EB6F92",
236
+ success: "#31748F",
237
+ warning: "#F6C177",
238
+ spinner: "#EBBCBA",
239
+ border: "#EBBCBA",
240
+ suggestion: "#C4A7E7",
241
+ },
242
+ },
243
+
244
+ synthwave: {
245
+ name: "Synthwave",
246
+ description: "Retro 80s sunset — outrun aesthetics",
247
+ colors: {
248
+ primary: "#F92AAD",
249
+ secondary: "#E9F501",
250
+ muted: "#614D85",
251
+ text: "#F4EEFF",
252
+ userInput: "#36F9F6",
253
+ response: "#F92AAD",
254
+ tool: "#E9F501",
255
+ toolResult: "#614D85",
256
+ error: "#FE4450",
257
+ success: "#72F1B8",
258
+ warning: "#FF7F11",
259
+ spinner: "#F92AAD",
260
+ border: "#F92AAD",
261
+ suggestion: "#36F9F6",
262
+ },
263
+ },
264
+ "blood-moon": {
265
+ name: "Blood Moon",
266
+ description: "Dark crimson — for the night coders",
267
+ colors: {
268
+ primary: "#FF4444",
269
+ secondary: "#CC2936",
270
+ muted: "#5C2626",
271
+ text: "#E0C4C4",
272
+ userInput: "#FF6B6B",
273
+ response: "#FF4444",
274
+ tool: "#CC2936",
275
+ toolResult: "#5C2626",
276
+ error: "#FF0000",
277
+ success: "#4CAF50",
278
+ warning: "#FF8C00",
279
+ spinner: "#FF4444",
280
+ border: "#FF4444",
281
+ suggestion: "#CC2936",
282
+ },
283
+ },
284
+
285
+ "hot-dog": {
286
+ name: "Hot Dog",
287
+ description: "Cursed ketchup & mustard — you asked for it",
288
+ colors: {
289
+ primary: "#FF0000",
290
+ secondary: "#FFFF00",
291
+ muted: "#AA6600",
292
+ text: "#FFFF00",
293
+ userInput: "#FF0000",
294
+ response: "#FFFF00",
295
+ tool: "#FF6600",
296
+ toolResult: "#AA6600",
297
+ error: "#FF0000",
298
+ success: "#00FF00",
299
+ warning: "#FFFF00",
300
+ spinner: "#FF0000",
301
+ border: "#FF0000",
302
+ suggestion: "#FFFF00",
303
+ },
304
+ },
305
+ acid: {
306
+ name: "Acid",
307
+ description: "Every color at once — sensory overload",
308
+ colors: {
309
+ primary: "#FF00FF",
310
+ secondary: "#00FF88",
311
+ muted: "#FF6B00",
312
+ text: "#FFFF00",
313
+ userInput: "#00FFFF",
314
+ response: "#FF3399",
315
+ tool: "#33FF00",
316
+ toolResult: "#FF6B00",
317
+ error: "#FF0044",
318
+ success: "#00FF66",
319
+ warning: "#FFD700",
320
+ spinner: "#BF00FF",
321
+ border: "#FF00AA",
322
+ suggestion: "#00FFCC",
323
+ },
324
+ },
163
325
  };
164
326
 
165
327
  export const DEFAULT_THEME = "nord";