cerebras-cli 1.0.1 → 1.0.4

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 (314) hide show
  1. package/README.md +3 -5
  2. package/cerebras-cli-1.0.0.tgz +0 -0
  3. package/package.json +7 -88
  4. package/AGENTS.md +0 -27
  5. package/Dockerfile +0 -10
  6. package/bunfig.toml +0 -4
  7. package/parsers-config.ts +0 -239
  8. package/script/build.ts +0 -151
  9. package/script/postinstall.mjs +0 -122
  10. package/script/publish.ts +0 -256
  11. package/script/schema.ts +0 -47
  12. package/src/acp/README.md +0 -164
  13. package/src/acp/agent.ts +0 -812
  14. package/src/acp/session.ts +0 -70
  15. package/src/acp/types.ts +0 -22
  16. package/src/agent/agent.ts +0 -310
  17. package/src/agent/generate.txt +0 -75
  18. package/src/auth/index.ts +0 -70
  19. package/src/bun/index.ts +0 -152
  20. package/src/bus/global.ts +0 -10
  21. package/src/bus/index.ts +0 -142
  22. package/src/cli/bootstrap.ts +0 -17
  23. package/src/cli/cmd/acp.ts +0 -88
  24. package/src/cli/cmd/agent.ts +0 -165
  25. package/src/cli/cmd/auth.ts +0 -369
  26. package/src/cli/cmd/cmd.ts +0 -7
  27. package/src/cli/cmd/debug/config.ts +0 -15
  28. package/src/cli/cmd/debug/file.ts +0 -91
  29. package/src/cli/cmd/debug/index.ts +0 -41
  30. package/src/cli/cmd/debug/lsp.ts +0 -47
  31. package/src/cli/cmd/debug/ripgrep.ts +0 -83
  32. package/src/cli/cmd/debug/scrap.ts +0 -15
  33. package/src/cli/cmd/debug/snapshot.ts +0 -48
  34. package/src/cli/cmd/export.ts +0 -88
  35. package/src/cli/cmd/generate.ts +0 -38
  36. package/src/cli/cmd/github.ts +0 -1200
  37. package/src/cli/cmd/import.ts +0 -98
  38. package/src/cli/cmd/mcp.ts +0 -400
  39. package/src/cli/cmd/models.ts +0 -77
  40. package/src/cli/cmd/pr.ts +0 -112
  41. package/src/cli/cmd/run.ts +0 -342
  42. package/src/cli/cmd/serve.ts +0 -31
  43. package/src/cli/cmd/session.ts +0 -106
  44. package/src/cli/cmd/stats.ts +0 -298
  45. package/src/cli/cmd/tui/app.tsx +0 -732
  46. package/src/cli/cmd/tui/attach.ts +0 -25
  47. package/src/cli/cmd/tui/component/border.tsx +0 -21
  48. package/src/cli/cmd/tui/component/dialog-agent.tsx +0 -31
  49. package/src/cli/cmd/tui/component/dialog-command.tsx +0 -124
  50. package/src/cli/cmd/tui/component/dialog-feedback.tsx +0 -160
  51. package/src/cli/cmd/tui/component/dialog-mcp.tsx +0 -86
  52. package/src/cli/cmd/tui/component/dialog-model.tsx +0 -223
  53. package/src/cli/cmd/tui/component/dialog-notification.tsx +0 -78
  54. package/src/cli/cmd/tui/component/dialog-provider.tsx +0 -222
  55. package/src/cli/cmd/tui/component/dialog-session-list.tsx +0 -97
  56. package/src/cli/cmd/tui/component/dialog-session-rename.tsx +0 -31
  57. package/src/cli/cmd/tui/component/dialog-status.tsx +0 -114
  58. package/src/cli/cmd/tui/component/dialog-tag.tsx +0 -44
  59. package/src/cli/cmd/tui/component/dialog-theme-list.tsx +0 -50
  60. package/src/cli/cmd/tui/component/logo.tsx +0 -37
  61. package/src/cli/cmd/tui/component/notification-banner.tsx +0 -58
  62. package/src/cli/cmd/tui/component/prompt/autocomplete.tsx +0 -530
  63. package/src/cli/cmd/tui/component/prompt/history.tsx +0 -107
  64. package/src/cli/cmd/tui/component/prompt/index.tsx +0 -931
  65. package/src/cli/cmd/tui/context/args.tsx +0 -14
  66. package/src/cli/cmd/tui/context/directory.ts +0 -12
  67. package/src/cli/cmd/tui/context/exit.tsx +0 -23
  68. package/src/cli/cmd/tui/context/helper.tsx +0 -25
  69. package/src/cli/cmd/tui/context/keybind.tsx +0 -111
  70. package/src/cli/cmd/tui/context/kv.tsx +0 -49
  71. package/src/cli/cmd/tui/context/local.tsx +0 -339
  72. package/src/cli/cmd/tui/context/prompt.tsx +0 -18
  73. package/src/cli/cmd/tui/context/route.tsx +0 -45
  74. package/src/cli/cmd/tui/context/sdk.tsx +0 -75
  75. package/src/cli/cmd/tui/context/sync.tsx +0 -374
  76. package/src/cli/cmd/tui/context/theme/aura.json +0 -69
  77. package/src/cli/cmd/tui/context/theme/ayu.json +0 -80
  78. package/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json +0 -233
  79. package/src/cli/cmd/tui/context/theme/catppuccin.json +0 -112
  80. package/src/cli/cmd/tui/context/theme/cobalt2.json +0 -228
  81. package/src/cli/cmd/tui/context/theme/dracula.json +0 -219
  82. package/src/cli/cmd/tui/context/theme/everforest.json +0 -241
  83. package/src/cli/cmd/tui/context/theme/flexoki.json +0 -237
  84. package/src/cli/cmd/tui/context/theme/github.json +0 -233
  85. package/src/cli/cmd/tui/context/theme/gruvbox.json +0 -95
  86. package/src/cli/cmd/tui/context/theme/kanagawa.json +0 -77
  87. package/src/cli/cmd/tui/context/theme/material.json +0 -235
  88. package/src/cli/cmd/tui/context/theme/matrix.json +0 -77
  89. package/src/cli/cmd/tui/context/theme/mercury.json +0 -252
  90. package/src/cli/cmd/tui/context/theme/monokai.json +0 -221
  91. package/src/cli/cmd/tui/context/theme/nightowl.json +0 -221
  92. package/src/cli/cmd/tui/context/theme/nord.json +0 -223
  93. package/src/cli/cmd/tui/context/theme/one-dark.json +0 -84
  94. package/src/cli/cmd/tui/context/theme/orng.json +0 -245
  95. package/src/cli/cmd/tui/context/theme/palenight.json +0 -222
  96. package/src/cli/cmd/tui/context/theme/rosepine.json +0 -234
  97. package/src/cli/cmd/tui/context/theme/solarized.json +0 -223
  98. package/src/cli/cmd/tui/context/theme/synthwave84.json +0 -226
  99. package/src/cli/cmd/tui/context/theme/tokyonight.json +0 -243
  100. package/src/cli/cmd/tui/context/theme/vercel.json +0 -245
  101. package/src/cli/cmd/tui/context/theme/vesper.json +0 -218
  102. package/src/cli/cmd/tui/context/theme/zenburn.json +0 -223
  103. package/src/cli/cmd/tui/context/theme.tsx +0 -1077
  104. package/src/cli/cmd/tui/event.ts +0 -39
  105. package/src/cli/cmd/tui/routes/home.tsx +0 -104
  106. package/src/cli/cmd/tui/routes/session/dialog-message.tsx +0 -93
  107. package/src/cli/cmd/tui/routes/session/dialog-timeline.tsx +0 -37
  108. package/src/cli/cmd/tui/routes/session/footer.tsx +0 -76
  109. package/src/cli/cmd/tui/routes/session/header.tsx +0 -183
  110. package/src/cli/cmd/tui/routes/session/index.tsx +0 -1703
  111. package/src/cli/cmd/tui/routes/session/sidebar.tsx +0 -586
  112. package/src/cli/cmd/tui/spawn.ts +0 -60
  113. package/src/cli/cmd/tui/thread.ts +0 -120
  114. package/src/cli/cmd/tui/ui/dialog-alert.tsx +0 -55
  115. package/src/cli/cmd/tui/ui/dialog-confirm.tsx +0 -81
  116. package/src/cli/cmd/tui/ui/dialog-help.tsx +0 -36
  117. package/src/cli/cmd/tui/ui/dialog-prompt.tsx +0 -75
  118. package/src/cli/cmd/tui/ui/dialog-select.tsx +0 -317
  119. package/src/cli/cmd/tui/ui/dialog.tsx +0 -170
  120. package/src/cli/cmd/tui/ui/spinner.ts +0 -368
  121. package/src/cli/cmd/tui/ui/toast.tsx +0 -100
  122. package/src/cli/cmd/tui/util/clipboard.ts +0 -127
  123. package/src/cli/cmd/tui/util/editor.ts +0 -32
  124. package/src/cli/cmd/tui/util/terminal.ts +0 -114
  125. package/src/cli/cmd/tui/worker.ts +0 -63
  126. package/src/cli/cmd/uninstall.ts +0 -344
  127. package/src/cli/cmd/upgrade.ts +0 -67
  128. package/src/cli/cmd/web.ts +0 -84
  129. package/src/cli/error.ts +0 -55
  130. package/src/cli/ui.ts +0 -84
  131. package/src/cli/upgrade.ts +0 -25
  132. package/src/command/index.ts +0 -79
  133. package/src/command/template/initialize.txt +0 -10
  134. package/src/command/template/review.txt +0 -73
  135. package/src/config/config.ts +0 -886
  136. package/src/config/markdown.ts +0 -41
  137. package/src/env/index.ts +0 -26
  138. package/src/file/fzf.ts +0 -124
  139. package/src/file/ignore.ts +0 -83
  140. package/src/file/index.ts +0 -326
  141. package/src/file/ripgrep.ts +0 -391
  142. package/src/file/time.ts +0 -38
  143. package/src/file/watcher.ts +0 -89
  144. package/src/flag/flag.ts +0 -28
  145. package/src/format/formatter.ts +0 -277
  146. package/src/format/index.ts +0 -137
  147. package/src/global/index.ts +0 -52
  148. package/src/id/id.ts +0 -73
  149. package/src/ide/index.ts +0 -75
  150. package/src/index.ts +0 -158
  151. package/src/installation/index.ts +0 -194
  152. package/src/lsp/client.ts +0 -215
  153. package/src/lsp/index.ts +0 -370
  154. package/src/lsp/language.ts +0 -111
  155. package/src/lsp/server.ts +0 -1327
  156. package/src/mcp/auth.ts +0 -82
  157. package/src/mcp/index.ts +0 -576
  158. package/src/mcp/oauth-callback.ts +0 -203
  159. package/src/mcp/oauth-provider.ts +0 -132
  160. package/src/notification/index.ts +0 -101
  161. package/src/patch/index.ts +0 -622
  162. package/src/permission/index.ts +0 -198
  163. package/src/plugin/index.ts +0 -95
  164. package/src/project/bootstrap.ts +0 -31
  165. package/src/project/instance.ts +0 -68
  166. package/src/project/project.ts +0 -133
  167. package/src/project/state.ts +0 -65
  168. package/src/project/vcs.ts +0 -77
  169. package/src/provider/auth.ts +0 -143
  170. package/src/provider/models-macro.ts +0 -11
  171. package/src/provider/models.ts +0 -93
  172. package/src/provider/provider.ts +0 -996
  173. package/src/provider/sdk/openai-compatible/src/README.md +0 -5
  174. package/src/provider/sdk/openai-compatible/src/index.ts +0 -2
  175. package/src/provider/sdk/openai-compatible/src/openai-compatible-provider.ts +0 -100
  176. package/src/provider/sdk/openai-compatible/src/responses/convert-to-openai-responses-input.ts +0 -303
  177. package/src/provider/sdk/openai-compatible/src/responses/map-openai-responses-finish-reason.ts +0 -27
  178. package/src/provider/sdk/openai-compatible/src/responses/openai-config.ts +0 -18
  179. package/src/provider/sdk/openai-compatible/src/responses/openai-error.ts +0 -22
  180. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-api-types.ts +0 -207
  181. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-language-model.ts +0 -1713
  182. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-prepare-tools.ts +0 -177
  183. package/src/provider/sdk/openai-compatible/src/responses/openai-responses-settings.ts +0 -1
  184. package/src/provider/sdk/openai-compatible/src/responses/tool/code-interpreter.ts +0 -88
  185. package/src/provider/sdk/openai-compatible/src/responses/tool/file-search.ts +0 -128
  186. package/src/provider/sdk/openai-compatible/src/responses/tool/image-generation.ts +0 -115
  187. package/src/provider/sdk/openai-compatible/src/responses/tool/local-shell.ts +0 -65
  188. package/src/provider/sdk/openai-compatible/src/responses/tool/web-search-preview.ts +0 -104
  189. package/src/provider/sdk/openai-compatible/src/responses/tool/web-search.ts +0 -103
  190. package/src/provider/transform.ts +0 -406
  191. package/src/pty/index.ts +0 -226
  192. package/src/ratelimit/index.ts +0 -185
  193. package/src/server/error.ts +0 -36
  194. package/src/server/project.ts +0 -50
  195. package/src/server/server.ts +0 -2463
  196. package/src/server/tui.ts +0 -71
  197. package/src/session/compaction.ts +0 -257
  198. package/src/session/index.ts +0 -470
  199. package/src/session/message-v2.ts +0 -641
  200. package/src/session/message.ts +0 -189
  201. package/src/session/processor.ts +0 -443
  202. package/src/session/prompt/anthropic-20250930.txt +0 -166
  203. package/src/session/prompt/anthropic.txt +0 -105
  204. package/src/session/prompt/anthropic_spoof.txt +0 -1
  205. package/src/session/prompt/beast.txt +0 -147
  206. package/src/session/prompt/build-switch.txt +0 -5
  207. package/src/session/prompt/codex.txt +0 -318
  208. package/src/session/prompt/compaction.txt +0 -12
  209. package/src/session/prompt/copilot-gpt-5.txt +0 -143
  210. package/src/session/prompt/gemini.txt +0 -155
  211. package/src/session/prompt/max-steps.txt +0 -16
  212. package/src/session/prompt/plan-reminder-anthropic.txt +0 -67
  213. package/src/session/prompt/plan.txt +0 -26
  214. package/src/session/prompt/polaris.txt +0 -107
  215. package/src/session/prompt/qwen.txt +0 -109
  216. package/src/session/prompt/summarize.txt +0 -4
  217. package/src/session/prompt/title.txt +0 -36
  218. package/src/session/prompt.ts +0 -1541
  219. package/src/session/retry.ts +0 -82
  220. package/src/session/revert.ts +0 -108
  221. package/src/session/status.ts +0 -75
  222. package/src/session/summary.ts +0 -203
  223. package/src/session/system.ts +0 -148
  224. package/src/session/todo.ts +0 -36
  225. package/src/share/share-next.ts +0 -195
  226. package/src/share/share.ts +0 -87
  227. package/src/snapshot/index.ts +0 -197
  228. package/src/storage/storage.ts +0 -226
  229. package/src/telemetry/index.ts +0 -232
  230. package/src/tool/bash.ts +0 -365
  231. package/src/tool/bash.txt +0 -128
  232. package/src/tool/batch.ts +0 -173
  233. package/src/tool/batch.txt +0 -28
  234. package/src/tool/codesearch.ts +0 -138
  235. package/src/tool/codesearch.txt +0 -12
  236. package/src/tool/edit.ts +0 -674
  237. package/src/tool/edit.txt +0 -10
  238. package/src/tool/glob.ts +0 -65
  239. package/src/tool/glob.txt +0 -6
  240. package/src/tool/grep.ts +0 -120
  241. package/src/tool/grep.txt +0 -8
  242. package/src/tool/invalid.ts +0 -17
  243. package/src/tool/ls.ts +0 -110
  244. package/src/tool/ls.txt +0 -1
  245. package/src/tool/lsp-diagnostics.ts +0 -26
  246. package/src/tool/lsp-diagnostics.txt +0 -1
  247. package/src/tool/lsp-hover.ts +0 -31
  248. package/src/tool/lsp-hover.txt +0 -1
  249. package/src/tool/multiedit.ts +0 -46
  250. package/src/tool/multiedit.txt +0 -41
  251. package/src/tool/patch.ts +0 -233
  252. package/src/tool/patch.txt +0 -1
  253. package/src/tool/read.ts +0 -217
  254. package/src/tool/read.txt +0 -12
  255. package/src/tool/registry.ts +0 -148
  256. package/src/tool/task.ts +0 -135
  257. package/src/tool/task.txt +0 -60
  258. package/src/tool/todo.ts +0 -39
  259. package/src/tool/todoread.txt +0 -14
  260. package/src/tool/todowrite.txt +0 -167
  261. package/src/tool/tool.ts +0 -66
  262. package/src/tool/webfetch.ts +0 -187
  263. package/src/tool/webfetch.txt +0 -14
  264. package/src/tool/websearch.ts +0 -150
  265. package/src/tool/websearch.txt +0 -11
  266. package/src/tool/write.ts +0 -99
  267. package/src/tool/write.txt +0 -8
  268. package/src/types/shims.d.ts +0 -3
  269. package/src/util/color.ts +0 -19
  270. package/src/util/context.ts +0 -25
  271. package/src/util/defer.ts +0 -12
  272. package/src/util/eventloop.ts +0 -20
  273. package/src/util/filesystem.ts +0 -69
  274. package/src/util/fn.ts +0 -11
  275. package/src/util/iife.ts +0 -3
  276. package/src/util/keybind.ts +0 -79
  277. package/src/util/lazy.ts +0 -11
  278. package/src/util/locale.ts +0 -81
  279. package/src/util/lock.ts +0 -98
  280. package/src/util/log.ts +0 -177
  281. package/src/util/queue.ts +0 -32
  282. package/src/util/rpc.ts +0 -42
  283. package/src/util/scrap.ts +0 -10
  284. package/src/util/signal.ts +0 -12
  285. package/src/util/timeout.ts +0 -14
  286. package/src/util/token.ts +0 -7
  287. package/src/util/wildcard.ts +0 -54
  288. package/sst-env.d.ts +0 -9
  289. package/test/bun.test.ts +0 -53
  290. package/test/config/agent-color.test.ts +0 -66
  291. package/test/config/config.test.ts +0 -503
  292. package/test/config/markdown.test.ts +0 -89
  293. package/test/file/ignore.test.ts +0 -10
  294. package/test/fixture/fixture.ts +0 -28
  295. package/test/fixture/lsp/fake-lsp-server.js +0 -77
  296. package/test/ide/ide.test.ts +0 -82
  297. package/test/keybind.test.ts +0 -317
  298. package/test/lsp/client.test.ts +0 -95
  299. package/test/patch/patch.test.ts +0 -348
  300. package/test/preload.ts +0 -38
  301. package/test/project/project.test.ts +0 -42
  302. package/test/provider/provider.test.ts +0 -1809
  303. package/test/provider/transform.test.ts +0 -305
  304. package/test/session/retry.test.ts +0 -61
  305. package/test/session/session.test.ts +0 -71
  306. package/test/snapshot/snapshot.test.ts +0 -939
  307. package/test/tool/__snapshots__/tool.test.ts.snap +0 -9
  308. package/test/tool/bash.test.ts +0 -55
  309. package/test/tool/patch.test.ts +0 -259
  310. package/test/util/iife.test.ts +0 -36
  311. package/test/util/lazy.test.ts +0 -50
  312. package/test/util/timeout.test.ts +0 -21
  313. package/test/util/wildcard.test.ts +0 -55
  314. package/tsconfig.json +0 -17
@@ -1,77 +0,0 @@
1
- {
2
- "$schema": "https://opencode.ai/theme.json",
3
- "defs": {
4
- "matrixInk0": "#0a0e0a",
5
- "matrixInk1": "#0e130d",
6
- "matrixInk2": "#141c12",
7
- "matrixInk3": "#1e2a1b",
8
- "rainGreen": "#2eff6a",
9
- "rainGreenDim": "#1cc24b",
10
- "rainGreenHi": "#62ff94",
11
- "rainCyan": "#00efff",
12
- "rainTeal": "#24f6d9",
13
- "rainPurple": "#c770ff",
14
- "rainOrange": "#ffa83d",
15
- "alertRed": "#ff4b4b",
16
- "alertYellow": "#e6ff57",
17
- "alertBlue": "#30b3ff",
18
- "rainGray": "#8ca391",
19
- "lightBg": "#eef3ea",
20
- "lightPaper": "#e4ebe1",
21
- "lightInk1": "#dae1d7",
22
- "lightText": "#203022",
23
- "lightGray": "#748476"
24
- },
25
- "theme": {
26
- "primary": { "dark": "rainGreen", "light": "rainGreenDim" },
27
- "secondary": { "dark": "rainCyan", "light": "rainTeal" },
28
- "accent": { "dark": "rainPurple", "light": "rainPurple" },
29
- "error": { "dark": "alertRed", "light": "alertRed" },
30
- "warning": { "dark": "alertYellow", "light": "alertYellow" },
31
- "success": { "dark": "rainGreenHi", "light": "rainGreenDim" },
32
- "info": { "dark": "alertBlue", "light": "alertBlue" },
33
- "text": { "dark": "rainGreenHi", "light": "lightText" },
34
- "textMuted": { "dark": "rainGray", "light": "lightGray" },
35
- "background": { "dark": "matrixInk0", "light": "lightBg" },
36
- "backgroundPanel": { "dark": "matrixInk1", "light": "lightPaper" },
37
- "backgroundElement": { "dark": "matrixInk2", "light": "lightInk1" },
38
- "border": { "dark": "matrixInk3", "light": "lightGray" },
39
- "borderActive": { "dark": "rainGreen", "light": "rainGreenDim" },
40
- "borderSubtle": { "dark": "matrixInk2", "light": "lightInk1" },
41
- "diffAdded": { "dark": "rainGreenDim", "light": "rainGreenDim" },
42
- "diffRemoved": { "dark": "alertRed", "light": "alertRed" },
43
- "diffContext": { "dark": "rainGray", "light": "lightGray" },
44
- "diffHunkHeader": { "dark": "alertBlue", "light": "alertBlue" },
45
- "diffHighlightAdded": { "dark": "#77ffaf", "light": "#5dac7e" },
46
- "diffHighlightRemoved": { "dark": "#ff7171", "light": "#d53a3a" },
47
- "diffAddedBg": { "dark": "#132616", "light": "#e0efde" },
48
- "diffRemovedBg": { "dark": "#261212", "light": "#f9e5e5" },
49
- "diffContextBg": { "dark": "matrixInk1", "light": "lightPaper" },
50
- "diffLineNumber": { "dark": "matrixInk3", "light": "lightGray" },
51
- "diffAddedLineNumberBg": { "dark": "#0f1b11", "light": "#d6e7d2" },
52
- "diffRemovedLineNumberBg": { "dark": "#1b1414", "light": "#f2d2d2" },
53
- "markdownText": { "dark": "rainGreenHi", "light": "lightText" },
54
- "markdownHeading": { "dark": "rainCyan", "light": "rainTeal" },
55
- "markdownLink": { "dark": "alertBlue", "light": "alertBlue" },
56
- "markdownLinkText": { "dark": "rainTeal", "light": "rainTeal" },
57
- "markdownCode": { "dark": "rainGreenDim", "light": "rainGreenDim" },
58
- "markdownBlockQuote": { "dark": "rainGray", "light": "lightGray" },
59
- "markdownEmph": { "dark": "rainOrange", "light": "rainOrange" },
60
- "markdownStrong": { "dark": "alertYellow", "light": "alertYellow" },
61
- "markdownHorizontalRule": { "dark": "rainGray", "light": "lightGray" },
62
- "markdownListItem": { "dark": "alertBlue", "light": "alertBlue" },
63
- "markdownListEnumeration": { "dark": "rainTeal", "light": "rainTeal" },
64
- "markdownImage": { "dark": "alertBlue", "light": "alertBlue" },
65
- "markdownImageText": { "dark": "rainTeal", "light": "rainTeal" },
66
- "markdownCodeBlock": { "dark": "rainGreenHi", "light": "lightText" },
67
- "syntaxComment": { "dark": "rainGray", "light": "lightGray" },
68
- "syntaxKeyword": { "dark": "rainPurple", "light": "rainPurple" },
69
- "syntaxFunction": { "dark": "alertBlue", "light": "alertBlue" },
70
- "syntaxVariable": { "dark": "rainGreenHi", "light": "lightText" },
71
- "syntaxString": { "dark": "rainGreenDim", "light": "rainGreenDim" },
72
- "syntaxNumber": { "dark": "rainOrange", "light": "rainOrange" },
73
- "syntaxType": { "dark": "alertYellow", "light": "alertYellow" },
74
- "syntaxOperator": { "dark": "rainTeal", "light": "rainTeal" },
75
- "syntaxPunctuation": { "dark": "rainGreenHi", "light": "lightText" }
76
- }
77
- }
@@ -1,252 +0,0 @@
1
- {
2
- "$schema": "https://opencode.ai/theme.json",
3
- "defs": {
4
- "purple-800": "#3442a6",
5
- "purple-700": "#465bd1",
6
- "purple-600": "#5266eb",
7
- "purple-400": "#8da4f5",
8
- "purple-300": "#a7b6f8",
9
-
10
- "red-700": "#b0175f",
11
- "red-600": "#d03275",
12
- "red-400": "#fc92b4",
13
-
14
- "green-700": "#036e43",
15
- "green-600": "#188554",
16
- "green-400": "#77c599",
17
-
18
- "orange-700": "#a44200",
19
- "orange-600": "#c45000",
20
- "orange-400": "#fc9b6f",
21
-
22
- "blue-600": "#007f95",
23
- "blue-400": "#77becf",
24
-
25
- "neutral-1000": "#10101a",
26
- "neutral-950": "#171721",
27
- "neutral-900": "#1e1e2a",
28
- "neutral-800": "#272735",
29
- "neutral-700": "#363644",
30
- "neutral-600": "#535461",
31
- "neutral-500": "#70707d",
32
- "neutral-400": "#9d9da8",
33
- "neutral-300": "#c3c3cc",
34
- "neutral-200": "#dddde5",
35
- "neutral-100": "#f4f5f9",
36
- "neutral-050": "#fbfcfd",
37
- "neutral-000": "#ffffff",
38
- "neutral-150": "#ededf3",
39
-
40
- "border-light": "#7073931a",
41
- "border-light-subtle": "#7073930f",
42
- "border-dark": "#b4b7c81f",
43
- "border-dark-subtle": "#b4b7c814",
44
-
45
- "diff-added-light": "#1885541a",
46
- "diff-removed-light": "#d032751a",
47
- "diff-added-dark": "#77c59933",
48
- "diff-removed-dark": "#fc92b433"
49
- },
50
- "theme": {
51
- "primary": {
52
- "light": "purple-600",
53
- "dark": "purple-400"
54
- },
55
- "secondary": {
56
- "light": "purple-700",
57
- "dark": "purple-300"
58
- },
59
- "accent": {
60
- "light": "purple-400",
61
- "dark": "purple-400"
62
- },
63
- "error": {
64
- "light": "red-700",
65
- "dark": "red-400"
66
- },
67
- "warning": {
68
- "light": "orange-700",
69
- "dark": "orange-400"
70
- },
71
- "success": {
72
- "light": "green-700",
73
- "dark": "green-400"
74
- },
75
- "info": {
76
- "light": "blue-600",
77
- "dark": "blue-400"
78
- },
79
- "text": {
80
- "light": "neutral-700",
81
- "dark": "neutral-200"
82
- },
83
- "textMuted": {
84
- "light": "neutral-500",
85
- "dark": "neutral-400"
86
- },
87
- "background": {
88
- "light": "neutral-000",
89
- "dark": "neutral-950"
90
- },
91
- "backgroundPanel": {
92
- "light": "neutral-050",
93
- "dark": "neutral-1000"
94
- },
95
- "backgroundElement": {
96
- "light": "neutral-100",
97
- "dark": "neutral-800"
98
- },
99
- "border": {
100
- "light": "border-light",
101
- "dark": "border-dark"
102
- },
103
- "borderActive": {
104
- "light": "purple-600",
105
- "dark": "purple-400"
106
- },
107
- "borderSubtle": {
108
- "light": "border-light-subtle",
109
- "dark": "border-dark-subtle"
110
- },
111
- "diffAdded": {
112
- "light": "green-700",
113
- "dark": "green-400"
114
- },
115
- "diffRemoved": {
116
- "light": "red-700",
117
- "dark": "red-400"
118
- },
119
- "diffContext": {
120
- "light": "neutral-500",
121
- "dark": "neutral-400"
122
- },
123
- "diffHunkHeader": {
124
- "light": "neutral-500",
125
- "dark": "neutral-400"
126
- },
127
- "diffHighlightAdded": {
128
- "light": "green-700",
129
- "dark": "green-400"
130
- },
131
- "diffHighlightRemoved": {
132
- "light": "red-700",
133
- "dark": "red-400"
134
- },
135
- "diffAddedBg": {
136
- "light": "diff-added-light",
137
- "dark": "diff-added-dark"
138
- },
139
- "diffRemovedBg": {
140
- "light": "diff-removed-light",
141
- "dark": "diff-removed-dark"
142
- },
143
- "diffContextBg": {
144
- "light": "neutral-050",
145
- "dark": "neutral-900"
146
- },
147
- "diffLineNumber": {
148
- "light": "neutral-600",
149
- "dark": "neutral-300"
150
- },
151
- "diffAddedLineNumberBg": {
152
- "light": "diff-added-light",
153
- "dark": "diff-added-dark"
154
- },
155
- "diffRemovedLineNumberBg": {
156
- "light": "diff-removed-light",
157
- "dark": "diff-removed-dark"
158
- },
159
- "markdownText": {
160
- "light": "neutral-700",
161
- "dark": "neutral-200"
162
- },
163
- "markdownHeading": {
164
- "light": "neutral-900",
165
- "dark": "neutral-000"
166
- },
167
- "markdownLink": {
168
- "light": "purple-700",
169
- "dark": "purple-400"
170
- },
171
- "markdownLinkText": {
172
- "light": "purple-600",
173
- "dark": "purple-300"
174
- },
175
- "markdownCode": {
176
- "light": "green-700",
177
- "dark": "green-400"
178
- },
179
- "markdownBlockQuote": {
180
- "light": "neutral-500",
181
- "dark": "neutral-400"
182
- },
183
- "markdownEmph": {
184
- "light": "orange-700",
185
- "dark": "orange-400"
186
- },
187
- "markdownStrong": {
188
- "light": "neutral-900",
189
- "dark": "neutral-100"
190
- },
191
- "markdownHorizontalRule": {
192
- "light": "border-light",
193
- "dark": "border-dark"
194
- },
195
- "markdownListItem": {
196
- "light": "neutral-900",
197
- "dark": "neutral-000"
198
- },
199
- "markdownListEnumeration": {
200
- "light": "purple-600",
201
- "dark": "purple-400"
202
- },
203
- "markdownImage": {
204
- "light": "purple-700",
205
- "dark": "purple-400"
206
- },
207
- "markdownImageText": {
208
- "light": "purple-600",
209
- "dark": "purple-300"
210
- },
211
- "markdownCodeBlock": {
212
- "light": "neutral-700",
213
- "dark": "neutral-200"
214
- },
215
- "syntaxComment": {
216
- "light": "neutral-500",
217
- "dark": "neutral-400"
218
- },
219
- "syntaxKeyword": {
220
- "light": "purple-700",
221
- "dark": "purple-400"
222
- },
223
- "syntaxFunction": {
224
- "light": "purple-600",
225
- "dark": "purple-400"
226
- },
227
- "syntaxVariable": {
228
- "light": "blue-600",
229
- "dark": "blue-400"
230
- },
231
- "syntaxString": {
232
- "light": "green-700",
233
- "dark": "green-400"
234
- },
235
- "syntaxNumber": {
236
- "light": "orange-700",
237
- "dark": "orange-400"
238
- },
239
- "syntaxType": {
240
- "light": "blue-600",
241
- "dark": "blue-400"
242
- },
243
- "syntaxOperator": {
244
- "light": "purple-700",
245
- "dark": "purple-400"
246
- },
247
- "syntaxPunctuation": {
248
- "light": "neutral-700",
249
- "dark": "neutral-200"
250
- }
251
- }
252
- }
@@ -1,221 +0,0 @@
1
- {
2
- "$schema": "https://opencode.ai/theme.json",
3
- "defs": {
4
- "background": "#272822",
5
- "backgroundAlt": "#1e1f1c",
6
- "backgroundPanel": "#3e3d32",
7
- "foreground": "#f8f8f2",
8
- "comment": "#75715e",
9
- "red": "#f92672",
10
- "orange": "#fd971f",
11
- "lightOrange": "#e69f66",
12
- "yellow": "#e6db74",
13
- "green": "#a6e22e",
14
- "cyan": "#66d9ef",
15
- "blue": "#66d9ef",
16
- "purple": "#ae81ff",
17
- "pink": "#f92672"
18
- },
19
- "theme": {
20
- "primary": {
21
- "dark": "cyan",
22
- "light": "blue"
23
- },
24
- "secondary": {
25
- "dark": "purple",
26
- "light": "purple"
27
- },
28
- "accent": {
29
- "dark": "green",
30
- "light": "green"
31
- },
32
- "error": {
33
- "dark": "red",
34
- "light": "red"
35
- },
36
- "warning": {
37
- "dark": "yellow",
38
- "light": "orange"
39
- },
40
- "success": {
41
- "dark": "green",
42
- "light": "green"
43
- },
44
- "info": {
45
- "dark": "orange",
46
- "light": "orange"
47
- },
48
- "text": {
49
- "dark": "foreground",
50
- "light": "#272822"
51
- },
52
- "textMuted": {
53
- "dark": "comment",
54
- "light": "#75715e"
55
- },
56
- "background": {
57
- "dark": "#272822",
58
- "light": "#fafafa"
59
- },
60
- "backgroundPanel": {
61
- "dark": "#1e1f1c",
62
- "light": "#f0f0f0"
63
- },
64
- "backgroundElement": {
65
- "dark": "#3e3d32",
66
- "light": "#e0e0e0"
67
- },
68
- "border": {
69
- "dark": "#3e3d32",
70
- "light": "#d0d0d0"
71
- },
72
- "borderActive": {
73
- "dark": "cyan",
74
- "light": "blue"
75
- },
76
- "borderSubtle": {
77
- "dark": "#1e1f1c",
78
- "light": "#e8e8e8"
79
- },
80
- "diffAdded": {
81
- "dark": "green",
82
- "light": "green"
83
- },
84
- "diffRemoved": {
85
- "dark": "red",
86
- "light": "red"
87
- },
88
- "diffContext": {
89
- "dark": "comment",
90
- "light": "#75715e"
91
- },
92
- "diffHunkHeader": {
93
- "dark": "comment",
94
- "light": "#75715e"
95
- },
96
- "diffHighlightAdded": {
97
- "dark": "green",
98
- "light": "green"
99
- },
100
- "diffHighlightRemoved": {
101
- "dark": "red",
102
- "light": "red"
103
- },
104
- "diffAddedBg": {
105
- "dark": "#1a3a1a",
106
- "light": "#e0ffe0"
107
- },
108
- "diffRemovedBg": {
109
- "dark": "#3a1a1a",
110
- "light": "#ffe0e0"
111
- },
112
- "diffContextBg": {
113
- "dark": "#1e1f1c",
114
- "light": "#f0f0f0"
115
- },
116
- "diffLineNumber": {
117
- "dark": "#3e3d32",
118
- "light": "#d0d0d0"
119
- },
120
- "diffAddedLineNumberBg": {
121
- "dark": "#1a3a1a",
122
- "light": "#e0ffe0"
123
- },
124
- "diffRemovedLineNumberBg": {
125
- "dark": "#3a1a1a",
126
- "light": "#ffe0e0"
127
- },
128
- "markdownText": {
129
- "dark": "foreground",
130
- "light": "#272822"
131
- },
132
- "markdownHeading": {
133
- "dark": "pink",
134
- "light": "pink"
135
- },
136
- "markdownLink": {
137
- "dark": "cyan",
138
- "light": "blue"
139
- },
140
- "markdownLinkText": {
141
- "dark": "purple",
142
- "light": "purple"
143
- },
144
- "markdownCode": {
145
- "dark": "green",
146
- "light": "green"
147
- },
148
- "markdownBlockQuote": {
149
- "dark": "comment",
150
- "light": "#75715e"
151
- },
152
- "markdownEmph": {
153
- "dark": "yellow",
154
- "light": "orange"
155
- },
156
- "markdownStrong": {
157
- "dark": "orange",
158
- "light": "orange"
159
- },
160
- "markdownHorizontalRule": {
161
- "dark": "comment",
162
- "light": "#75715e"
163
- },
164
- "markdownListItem": {
165
- "dark": "cyan",
166
- "light": "blue"
167
- },
168
- "markdownListEnumeration": {
169
- "dark": "purple",
170
- "light": "purple"
171
- },
172
- "markdownImage": {
173
- "dark": "cyan",
174
- "light": "blue"
175
- },
176
- "markdownImageText": {
177
- "dark": "purple",
178
- "light": "purple"
179
- },
180
- "markdownCodeBlock": {
181
- "dark": "foreground",
182
- "light": "#272822"
183
- },
184
- "syntaxComment": {
185
- "dark": "comment",
186
- "light": "#75715e"
187
- },
188
- "syntaxKeyword": {
189
- "dark": "pink",
190
- "light": "pink"
191
- },
192
- "syntaxFunction": {
193
- "dark": "green",
194
- "light": "green"
195
- },
196
- "syntaxVariable": {
197
- "dark": "foreground",
198
- "light": "#272822"
199
- },
200
- "syntaxString": {
201
- "dark": "yellow",
202
- "light": "orange"
203
- },
204
- "syntaxNumber": {
205
- "dark": "purple",
206
- "light": "purple"
207
- },
208
- "syntaxType": {
209
- "dark": "cyan",
210
- "light": "blue"
211
- },
212
- "syntaxOperator": {
213
- "dark": "pink",
214
- "light": "pink"
215
- },
216
- "syntaxPunctuation": {
217
- "dark": "foreground",
218
- "light": "#272822"
219
- }
220
- }
221
- }