@markusylisiurunen/tau 0.3.39 → 0.3.41

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 (138) hide show
  1. package/README.md +34 -38
  2. package/dist/core/agent/agent_runtime.js +0 -22
  3. package/dist/core/agent/agent_runtime.js.map +1 -1
  4. package/dist/core/cli.js +2 -2
  5. package/dist/core/cli.js.map +1 -1
  6. package/dist/core/commands/registry.js +22 -20
  7. package/dist/core/commands/registry.js.map +1 -1
  8. package/dist/core/config/builtin_themes.js +936 -998
  9. package/dist/core/config/builtin_themes.js.map +1 -1
  10. package/dist/core/history/migrations.js +57 -0
  11. package/dist/core/history/migrations.js.map +1 -0
  12. package/dist/core/history/setup.js +18 -0
  13. package/dist/core/history/setup.js.map +1 -1
  14. package/dist/core/personas.js +8 -53
  15. package/dist/core/personas.js.map +1 -1
  16. package/dist/core/runtime/chat_runtime.js +0 -6
  17. package/dist/core/runtime/chat_runtime.js.map +1 -1
  18. package/dist/core/session/direct_bash.js +8 -8
  19. package/dist/core/session/direct_bash.js.map +1 -1
  20. package/dist/core/session/runner.js +6 -1
  21. package/dist/core/session/runner.js.map +1 -1
  22. package/dist/core/static/code_mode/history/documentation.md +3 -3
  23. package/dist/core/static/code_mode/nook/documentation.md +6 -4
  24. package/dist/core/static/code_mode/web/documentation.md +3 -3
  25. package/dist/core/tools/bash.js +80 -63
  26. package/dist/core/tools/bash.js.map +1 -1
  27. package/dist/core/tools/code_mode.js +45 -12
  28. package/dist/core/tools/code_mode.js.map +1 -1
  29. package/dist/core/tools/edit.js +72 -84
  30. package/dist/core/tools/edit.js.map +1 -1
  31. package/dist/core/tools/goal.js +97 -16
  32. package/dist/core/tools/goal.js.map +1 -1
  33. package/dist/core/tools/history.js +13 -15
  34. package/dist/core/tools/history.js.map +1 -1
  35. package/dist/core/tools/interrupt_agent.js +56 -37
  36. package/dist/core/tools/interrupt_agent.js.map +1 -1
  37. package/dist/core/tools/list_agents.js +28 -13
  38. package/dist/core/tools/list_agents.js.map +1 -1
  39. package/dist/core/tools/nook.js +15 -15
  40. package/dist/core/tools/nook.js.map +1 -1
  41. package/dist/core/tools/presentation.js +226 -0
  42. package/dist/core/tools/presentation.js.map +1 -0
  43. package/dist/core/tools/registry.js.map +1 -1
  44. package/dist/core/tools/send_input_to_agent.js +57 -47
  45. package/dist/core/tools/send_input_to_agent.js.map +1 -1
  46. package/dist/core/tools/spawn_agent.js +81 -52
  47. package/dist/core/tools/spawn_agent.js.map +1 -1
  48. package/dist/core/tools/subagent_ui.js +14 -38
  49. package/dist/core/tools/subagent_ui.js.map +1 -1
  50. package/dist/core/tools/view_image.js +45 -45
  51. package/dist/core/tools/view_image.js.map +1 -1
  52. package/dist/core/tools/wait_for_agents.js +94 -56
  53. package/dist/core/tools/wait_for_agents.js.map +1 -1
  54. package/dist/core/tools/web.js +11 -13
  55. package/dist/core/tools/web.js.map +1 -1
  56. package/dist/core/tools/write.js +41 -39
  57. package/dist/core/tools/write.js.map +1 -1
  58. package/dist/core/utils/gemini_speech.js +1 -1
  59. package/dist/core/utils/gemini_speech.js.map +1 -1
  60. package/dist/core/utils/subagent_utils.js +3 -3
  61. package/dist/core/utils/subagent_utils.js.map +1 -1
  62. package/dist/core/version.js +1 -1
  63. package/dist/execution/cloudflare_sandbox_execution_environment.js +1 -1
  64. package/dist/execution/cloudflare_sandbox_execution_environment.js.map +1 -1
  65. package/dist/history/worker/index.js +149 -192
  66. package/dist/history/worker/index.js.map +1 -1
  67. package/dist/host/client_tool_broker.js +29 -31
  68. package/dist/host/client_tool_broker.js.map +1 -1
  69. package/dist/host/local_session_host.js +11 -5
  70. package/dist/host/local_session_host.js.map +1 -1
  71. package/dist/main.js +6 -6
  72. package/dist/main.js.map +1 -1
  73. package/dist/tui/chat_controller/diff_review_service.js +1 -1
  74. package/dist/tui/chat_controller/diff_review_service.js.map +1 -1
  75. package/dist/tui/chat_controller/history_labels.js +13 -0
  76. package/dist/tui/chat_controller/history_labels.js.map +1 -1
  77. package/dist/tui/chat_view.js +24 -50
  78. package/dist/tui/chat_view.js.map +1 -1
  79. package/dist/tui/session_chat_app.js +3 -4
  80. package/dist/tui/session_chat_app.js.map +1 -1
  81. package/dist/tui/session_chat_controller.js +80 -111
  82. package/dist/tui/session_chat_controller.js.map +1 -1
  83. package/dist/tui/terminal_appearance.js +44 -25
  84. package/dist/tui/terminal_appearance.js.map +1 -1
  85. package/dist/tui/ui/autocomplete_item.js +2 -0
  86. package/dist/tui/ui/autocomplete_item.js.map +1 -0
  87. package/dist/tui/ui/chat_container.js +1 -14
  88. package/dist/tui/ui/chat_container.js.map +1 -1
  89. package/dist/tui/ui/chat_message_model.js +4 -12
  90. package/dist/tui/ui/chat_message_model.js.map +1 -1
  91. package/dist/tui/ui/components/autocomplete_list.js +138 -0
  92. package/dist/tui/ui/components/autocomplete_list.js.map +1 -0
  93. package/dist/tui/ui/components/editor.js +33 -40
  94. package/dist/tui/ui/components/editor.js.map +1 -1
  95. package/dist/tui/ui/components/one_line_segments.js +0 -67
  96. package/dist/tui/ui/components/one_line_segments.js.map +1 -1
  97. package/dist/tui/ui/custom_editor.js +15 -11
  98. package/dist/tui/ui/custom_editor.js.map +1 -1
  99. package/dist/tui/ui/diff_review_message.js +1 -11
  100. package/dist/tui/ui/diff_review_message.js.map +1 -1
  101. package/dist/tui/ui/footer.js +63 -13
  102. package/dist/tui/ui/footer.js.map +1 -1
  103. package/dist/tui/ui/rewind_picker.js +17 -47
  104. package/dist/tui/ui/rewind_picker.js.map +1 -1
  105. package/dist/tui/ui/slash_autocomplete.js +43 -64
  106. package/dist/tui/ui/slash_autocomplete.js.map +1 -1
  107. package/dist/tui/ui/subagent_editor_pane.js +3 -3
  108. package/dist/tui/ui/theme/index.js +1 -1
  109. package/dist/tui/ui/theme/index.js.map +1 -1
  110. package/dist/tui/ui/theme/palette.js +245 -8
  111. package/dist/tui/ui/theme/palette.js.map +1 -1
  112. package/dist/tui/ui/theme/theme.js +3 -30
  113. package/dist/tui/ui/theme/theme.js.map +1 -1
  114. package/dist/tui/ui/tool_card.js +137 -0
  115. package/dist/tui/ui/tool_card.js.map +1 -0
  116. package/dist/tui/ui/user_message.js +3 -6
  117. package/dist/tui/ui/user_message.js.map +1 -1
  118. package/package.json +2 -2
  119. package/dist/core/utils/tool_preview.js +0 -73
  120. package/dist/core/utils/tool_preview.js.map +0 -1
  121. package/dist/tui/chat_controller/command_hints.js +0 -35
  122. package/dist/tui/chat_controller/command_hints.js.map +0 -1
  123. package/dist/tui/ui/bash_execution.js +0 -129
  124. package/dist/tui/ui/bash_execution.js.map +0 -1
  125. package/dist/tui/ui/components/dynamic_border.js +0 -11
  126. package/dist/tui/ui/components/dynamic_border.js.map +0 -1
  127. package/dist/tui/ui/components/header_box.js +0 -107
  128. package/dist/tui/ui/components/header_box.js.map +0 -1
  129. package/dist/tui/ui/components/header_line.js +0 -60
  130. package/dist/tui/ui/components/header_line.js.map +0 -1
  131. package/dist/tui/ui/components/padded_container.js +0 -24
  132. package/dist/tui/ui/components/padded_container.js.map +0 -1
  133. package/dist/tui/ui/file_execution.js +0 -176
  134. package/dist/tui/ui/file_execution.js.map +0 -1
  135. package/dist/tui/ui/tool_output.js +0 -163
  136. package/dist/tui/ui/tool_output.js.map +0 -1
  137. package/dist/tui/ui/tool_ui_registry.js +0 -786
  138. package/dist/tui/ui/tool_ui_registry.js.map +0 -1
@@ -6,18 +6,15 @@ export const PALETTE_TOKEN_NAMES = [
6
6
  "thinkingText",
7
7
  "codeInlineText",
8
8
  "codeBlockText",
9
- "editorBorderNone",
10
- "editorBorderMinimal",
11
- "editorBorderLow",
12
- "editorBorderMedium",
13
- "editorBorderHigh",
14
- "editorBorderXhigh",
15
- "editorBorderMax",
9
+ "editorBorder",
16
10
  "editorSubagentBorder",
11
+ "editorBorderBash",
17
12
  "editorBorderRecording",
13
+ "editorPlaceholder",
14
+ "autocompleteSelectedSurface",
15
+ "autocompleteSelectedText",
18
16
  "statusWarn",
19
17
  "statusError",
20
- "modeBash",
21
18
  "actionRunning",
22
19
  "actionSuccess",
23
20
  "actionError",
@@ -28,6 +25,7 @@ export const PALETTE_TOKEN_NAMES = [
28
25
  "toastWarn",
29
26
  "toastError",
30
27
  "userSurface",
28
+ "userText",
31
29
  "userReviewSurface",
32
30
  "userReviewText",
33
31
  "userReviewTextMuted",
@@ -37,75 +35,71 @@ export const builtinThemes = [
37
35
  {
38
36
  id: "crimson",
39
37
  tokens: {
40
- brandAccent: "#d88aa2",
41
- textMuted: "#928a8c",
42
- textDim: "#666263",
43
- linkText: "#d88aa2",
44
- thinkingText: "#666263",
45
- codeInlineText: "#dc8b86",
46
- codeBlockText: "#dc8b86",
47
- editorBorderNone: "#a37885",
48
- editorBorderMinimal: "#a37885",
49
- editorBorderLow: "#a37885",
50
- editorBorderMedium: "#a37885",
51
- editorBorderHigh: "#a37885",
52
- editorBorderXhigh: "#a37885",
53
- editorBorderMax: "#a37885",
54
- editorSubagentBorder: "#fbc1f8",
55
- editorBorderRecording: "#cd9299",
56
- statusWarn: "#ca8470",
57
- statusError: "#ca8089",
58
- modeBash: "#e2c97d",
59
- actionRunning: "#eeab98",
60
- actionSuccess: "#c2c282",
61
- actionError: "#eea8af",
62
- actionOutput: "#666263",
63
- diffAdd: "#979751",
64
- diffRemove: "#c37a83",
65
- toastSuccess: "#bebd68",
66
- toastWarn: "#f49e87",
67
- toastError: "#f49aa5",
68
- userSurface: "#191818",
69
- userReviewSurface: "#181c15",
70
- userReviewText: "#bad0aa",
71
- userReviewTextMuted: "#9da498",
72
- userReviewTextDim: "#7b7e79",
38
+ brandAccent: "#d9a8b6",
39
+ textMuted: "#a29d9e",
40
+ textDim: "#767474",
41
+ linkText: "#d9a8b6",
42
+ thinkingText: "#767474",
43
+ codeInlineText: "#d9a8b6",
44
+ codeBlockText: "#d9a8b6",
45
+ editorBorder: "#ab9399",
46
+ editorSubagentBorder: "#ab9399",
47
+ editorBorderBash: "#c4b790",
48
+ editorBorderRecording: "#d8aaae",
49
+ editorPlaceholder: "#767474",
50
+ autocompleteSelectedSurface: "#292526",
51
+ autocompleteSelectedText: "#e7e3e4",
52
+ statusWarn: "#b78d81",
53
+ statusError: "#b88b8f",
54
+ actionRunning: "#f0c6bb",
55
+ actionSuccess: "#d4d4ae",
56
+ actionError: "#f0c4c8",
57
+ actionOutput: "#767474",
58
+ diffAdd: "#a7a880",
59
+ diffRemove: "#c5979b",
60
+ toastSuccess: "#cece9d",
61
+ toastWarn: "#f1bcae",
62
+ toastError: "#f2babf",
63
+ userSurface: "#292526",
64
+ userText: "#e7e3e4",
65
+ userReviewSurface: "#191c17",
66
+ userReviewText: "#bfccb6",
67
+ userReviewTextMuted: "#9fa39b",
68
+ userReviewTextDim: "#7c7e7b",
73
69
  },
74
70
  variants: {
75
71
  light: {
76
- brandAccent: "#ad0059",
77
- textMuted: "#7f7074",
78
- textDim: "#a49c9e",
79
- linkText: "#ad0059",
80
- thinkingText: "#a49c9e",
81
- codeInlineText: "#b3001c",
82
- codeBlockText: "#b3001c",
83
- editorBorderNone: "#af5c78",
84
- editorBorderMinimal: "#af5c78",
85
- editorBorderLow: "#af5c78",
86
- editorBorderMedium: "#af5c78",
87
- editorBorderHigh: "#af5c78",
88
- editorBorderXhigh: "#af5c78",
89
- editorBorderMax: "#af5c78",
90
- editorSubagentBorder: "#b345b2",
91
- editorBorderRecording: "#7c0a2d",
92
- statusWarn: "#962100",
93
- statusError: "#9e0036",
94
- modeBash: "#544100",
95
- actionRunning: "#a72900",
96
- actionSuccess: "#646100",
97
- actionError: "#a62144",
98
- actionOutput: "#a49c9e",
99
- diffAdd: "#706d00",
100
- diffRemove: "#c01249",
101
- toastSuccess: "#646100",
102
- toastWarn: "#a82600",
103
- toastError: "#b3003d",
104
- userSurface: "#f5f5f5",
105
- userReviewSurface: "#edefeb",
106
- userReviewText: "#183400",
107
- userReviewTextMuted: "#424f38",
108
- userReviewTextDim: "#686e64",
72
+ brandAccent: "#a54d6c",
73
+ textMuted: "#8d8386",
74
+ textDim: "#b5afb1",
75
+ linkText: "#a54d6c",
76
+ thinkingText: "#b5afb1",
77
+ codeInlineText: "#a54d6c",
78
+ codeBlockText: "#a54d6c",
79
+ editorBorder: "#784e5b",
80
+ editorSubagentBorder: "#784e5b",
81
+ editorBorderBash: "#413100",
82
+ editorBorderRecording: "#5d1124",
83
+ editorPlaceholder: "#b5afb1",
84
+ autocompleteSelectedSurface: "#faf8f8",
85
+ autocompleteSelectedText: "#100c0d",
86
+ statusWarn: "#843823",
87
+ statusError: "#843442",
88
+ actionRunning: "#a05844",
89
+ actionSuccess: "#757322",
90
+ actionError: "#a0545f",
91
+ actionOutput: "#b5afb1",
92
+ diffAdd: "#827f11",
93
+ diffRemove: "#b55967",
94
+ toastSuccess: "#767300",
95
+ toastWarn: "#ac4e35",
96
+ toastError: "#ac4a5a",
97
+ userSurface: "#faf8f8",
98
+ userText: "#100c0d",
99
+ userReviewSurface: "#edefec",
100
+ userReviewText: "#1e320a",
101
+ userReviewTextMuted: "#464d40",
102
+ userReviewTextDim: "#696d67",
109
103
  },
110
104
  },
111
105
  sourcePath: "builtin:themes/crimson.json",
@@ -114,75 +108,71 @@ export const builtinThemes = [
114
108
  {
115
109
  id: "ember",
116
110
  tokens: {
117
- brandAccent: "#dc8b86",
118
- textMuted: "#928a89",
119
- textDim: "#666262",
120
- linkText: "#dc8b86",
121
- thinkingText: "#666262",
122
- codeInlineText: "#d8916c",
123
- codeBlockText: "#d8916c",
124
- editorBorderNone: "#a67976",
125
- editorBorderMinimal: "#a67976",
126
- editorBorderLow: "#a67976",
127
- editorBorderMedium: "#a67976",
128
- editorBorderHigh: "#a67976",
129
- editorBorderXhigh: "#a67976",
130
- editorBorderMax: "#a67976",
131
- editorSubagentBorder: "#ffbfde",
132
- editorBorderRecording: "#cd9299",
133
- statusWarn: "#ca8470",
134
- statusError: "#ca8089",
135
- modeBash: "#e2c97d",
136
- actionRunning: "#eeab98",
137
- actionSuccess: "#c2c282",
138
- actionError: "#eea8af",
139
- actionOutput: "#666262",
140
- diffAdd: "#979751",
141
- diffRemove: "#c37a83",
142
- toastSuccess: "#bebd68",
143
- toastWarn: "#f49e87",
144
- toastError: "#f49aa5",
145
- userSurface: "#191818",
146
- userReviewSurface: "#181c15",
147
- userReviewText: "#bad0aa",
148
- userReviewTextMuted: "#9da498",
149
- userReviewTextDim: "#7b7e79",
111
+ brandAccent: "#dba9a5",
112
+ textMuted: "#a29d9c",
113
+ textDim: "#767473",
114
+ linkText: "#dba9a5",
115
+ thinkingText: "#767473",
116
+ codeInlineText: "#dba9a5",
117
+ codeBlockText: "#dba9a5",
118
+ editorBorder: "#ac9391",
119
+ editorSubagentBorder: "#ac9391",
120
+ editorBorderBash: "#c4b790",
121
+ editorBorderRecording: "#d8aaae",
122
+ editorPlaceholder: "#767473",
123
+ autocompleteSelectedSurface: "#292525",
124
+ autocompleteSelectedText: "#e7e4e3",
125
+ statusWarn: "#b78d81",
126
+ statusError: "#b88b8f",
127
+ actionRunning: "#f0c6bb",
128
+ actionSuccess: "#d4d4ae",
129
+ actionError: "#f0c4c8",
130
+ actionOutput: "#767473",
131
+ diffAdd: "#a7a880",
132
+ diffRemove: "#c5979b",
133
+ toastSuccess: "#cece9d",
134
+ toastWarn: "#f1bcae",
135
+ toastError: "#f2babf",
136
+ userSurface: "#292525",
137
+ userText: "#e7e4e3",
138
+ userReviewSurface: "#191c17",
139
+ userReviewText: "#bfccb6",
140
+ userReviewTextMuted: "#9fa39b",
141
+ userReviewTextDim: "#7c7e7b",
150
142
  },
151
143
  variants: {
152
144
  light: {
153
- brandAccent: "#b3001c",
154
- textMuted: "#80706f",
155
- textDim: "#a59c9b",
156
- linkText: "#b3001c",
157
- thinkingText: "#a59c9b",
158
- codeInlineText: "#974000",
159
- codeBlockText: "#974000",
160
- editorBorderNone: "#b35d59",
161
- editorBorderMinimal: "#b35d59",
162
- editorBorderLow: "#b35d59",
163
- editorBorderMedium: "#b35d59",
164
- editorBorderHigh: "#b35d59",
165
- editorBorderXhigh: "#b35d59",
166
- editorBorderMax: "#b35d59",
167
- editorSubagentBorder: "#c83a86",
168
- editorBorderRecording: "#7c0a2d",
169
- statusWarn: "#962100",
170
- statusError: "#9e0036",
171
- modeBash: "#544100",
172
- actionRunning: "#a72900",
173
- actionSuccess: "#646100",
174
- actionError: "#a62144",
175
- actionOutput: "#a59c9b",
176
- diffAdd: "#706d00",
177
- diffRemove: "#c01249",
178
- toastSuccess: "#646100",
179
- toastWarn: "#a82600",
180
- toastError: "#b3003d",
181
- userSurface: "#f5f5f5",
182
- userReviewSurface: "#edefeb",
183
- userReviewText: "#183400",
184
- userReviewTextMuted: "#424f38",
185
- userReviewTextDim: "#686e64",
145
+ brandAccent: "#a94f4b",
146
+ textMuted: "#8d8383",
147
+ textDim: "#b5b0af",
148
+ linkText: "#a94f4b",
149
+ thinkingText: "#b5b0af",
150
+ codeInlineText: "#a94f4b",
151
+ codeBlockText: "#a94f4b",
152
+ editorBorder: "#7b4f4c",
153
+ editorSubagentBorder: "#7b4f4c",
154
+ editorBorderBash: "#413100",
155
+ editorBorderRecording: "#5d1124",
156
+ editorPlaceholder: "#b5b0af",
157
+ autocompleteSelectedSurface: "#faf8f7",
158
+ autocompleteSelectedText: "#100c0c",
159
+ statusWarn: "#843823",
160
+ statusError: "#843442",
161
+ actionRunning: "#a05844",
162
+ actionSuccess: "#757322",
163
+ actionError: "#a0545f",
164
+ actionOutput: "#b5b0af",
165
+ diffAdd: "#827f11",
166
+ diffRemove: "#b55967",
167
+ toastSuccess: "#767300",
168
+ toastWarn: "#ac4e35",
169
+ toastError: "#ac4a5a",
170
+ userSurface: "#faf8f7",
171
+ userText: "#100c0c",
172
+ userReviewSurface: "#edefec",
173
+ userReviewText: "#1e320a",
174
+ userReviewTextMuted: "#464d40",
175
+ userReviewTextDim: "#696d67",
186
176
  },
187
177
  },
188
178
  sourcePath: "builtin:themes/ember.json",
@@ -191,75 +181,71 @@ export const builtinThemes = [
191
181
  {
192
182
  id: "gold",
193
183
  tokens: {
194
- brandAccent: "#d8916c",
195
- textMuted: "#928a87",
196
- textDim: "#666261",
197
- linkText: "#d8916c",
198
- thinkingText: "#666261",
199
- codeInlineText: "#cb9a5b",
200
- codeBlockText: "#cb9a5b",
201
- editorBorderNone: "#a37c69",
202
- editorBorderMinimal: "#a37c69",
203
- editorBorderLow: "#a37c69",
204
- editorBorderMedium: "#a37c69",
205
- editorBorderHigh: "#a37c69",
206
- editorBorderXhigh: "#a37c69",
207
- editorBorderMax: "#a37c69",
208
- editorSubagentBorder: "#ffc2c5",
209
- editorBorderRecording: "#cd9299",
210
- statusWarn: "#ca8470",
211
- statusError: "#ca8089",
212
- modeBash: "#e2c97d",
213
- actionRunning: "#eeab98",
214
- actionSuccess: "#c2c282",
215
- actionError: "#eea8af",
216
- actionOutput: "#666261",
217
- diffAdd: "#979751",
218
- diffRemove: "#c37a83",
219
- toastSuccess: "#bebd68",
220
- toastWarn: "#f49e87",
221
- toastError: "#f49aa5",
222
- userSurface: "#191818",
223
- userReviewSurface: "#181c15",
224
- userReviewText: "#bad0aa",
225
- userReviewTextMuted: "#9da498",
226
- userReviewTextDim: "#7b7e79",
184
+ brandAccent: "#d8ad97",
185
+ textMuted: "#a29d9b",
186
+ textDim: "#767473",
187
+ linkText: "#d8ad97",
188
+ thinkingText: "#767473",
189
+ codeInlineText: "#d8ad97",
190
+ codeBlockText: "#d8ad97",
191
+ editorBorder: "#ab958b",
192
+ editorSubagentBorder: "#ab958b",
193
+ editorBorderBash: "#c4b790",
194
+ editorBorderRecording: "#d8aaae",
195
+ editorPlaceholder: "#767473",
196
+ autocompleteSelectedSurface: "#292624",
197
+ autocompleteSelectedText: "#e7e4e2",
198
+ statusWarn: "#b78d81",
199
+ statusError: "#b88b8f",
200
+ actionRunning: "#f0c6bb",
201
+ actionSuccess: "#d4d4ae",
202
+ actionError: "#f0c4c8",
203
+ actionOutput: "#767473",
204
+ diffAdd: "#a7a880",
205
+ diffRemove: "#c5979b",
206
+ toastSuccess: "#cece9d",
207
+ toastWarn: "#f1bcae",
208
+ toastError: "#f2babf",
209
+ userSurface: "#292624",
210
+ userText: "#e7e4e2",
211
+ userReviewSurface: "#191c17",
212
+ userReviewText: "#bfccb6",
213
+ userReviewTextMuted: "#9fa39b",
214
+ userReviewTextDim: "#7c7e7b",
227
215
  },
228
216
  variants: {
229
217
  light: {
230
- brandAccent: "#974000",
231
- textMuted: "#7f716a",
232
- textDim: "#a49d99",
233
- linkText: "#974000",
234
- thinkingText: "#a49d99",
235
- codeInlineText: "#835100",
236
- codeBlockText: "#835100",
237
- editorBorderNone: "#af643b",
238
- editorBorderMinimal: "#af643b",
239
- editorBorderLow: "#af643b",
240
- editorBorderMedium: "#af643b",
241
- editorBorderHigh: "#af643b",
242
- editorBorderXhigh: "#af643b",
243
- editorBorderMax: "#af643b",
244
- editorSubagentBorder: "#d33752",
245
- editorBorderRecording: "#7c0a2d",
246
- statusWarn: "#962100",
247
- statusError: "#9e0036",
248
- modeBash: "#534000",
249
- actionRunning: "#a72900",
250
- actionSuccess: "#646100",
251
- actionError: "#a62144",
252
- actionOutput: "#a49d99",
253
- diffAdd: "#706d00",
254
- diffRemove: "#c01249",
255
- toastSuccess: "#646100",
256
- toastWarn: "#a82600",
257
- toastError: "#b3003d",
258
- userSurface: "#f5f5f5",
259
- userReviewSurface: "#edefeb",
260
- userReviewText: "#183400",
261
- userReviewTextMuted: "#424f38",
262
- userReviewTextDim: "#686e64",
218
+ brandAccent: "#a55628",
219
+ textMuted: "#8d8480",
220
+ textDim: "#b4b0ae",
221
+ linkText: "#a55628",
222
+ thinkingText: "#b4b0ae",
223
+ codeInlineText: "#a55628",
224
+ codeBlockText: "#a55628",
225
+ editorBorder: "#78523e",
226
+ editorSubagentBorder: "#78523e",
227
+ editorBorderBash: "#413100",
228
+ editorBorderRecording: "#5d1124",
229
+ editorPlaceholder: "#b4b0ae",
230
+ autocompleteSelectedSurface: "#faf8f7",
231
+ autocompleteSelectedText: "#100c0b",
232
+ statusWarn: "#843823",
233
+ statusError: "#843442",
234
+ actionRunning: "#a05844",
235
+ actionSuccess: "#757322",
236
+ actionError: "#a0545f",
237
+ actionOutput: "#b4b0ae",
238
+ diffAdd: "#827f11",
239
+ diffRemove: "#b55967",
240
+ toastSuccess: "#767300",
241
+ toastWarn: "#ac4e35",
242
+ toastError: "#ac4a5a",
243
+ userSurface: "#faf8f7",
244
+ userText: "#100c0b",
245
+ userReviewSurface: "#edefec",
246
+ userReviewText: "#1e320a",
247
+ userReviewTextMuted: "#464d40",
248
+ userReviewTextDim: "#696d67",
263
249
  },
264
250
  },
265
251
  sourcePath: "builtin:themes/gold.json",
@@ -268,75 +254,71 @@ export const builtinThemes = [
268
254
  {
269
255
  id: "lime",
270
256
  tokens: {
271
- brandAccent: "#cb9a5b",
272
- textMuted: "#908b86",
273
- textDim: "#656360",
274
- linkText: "#cb9a5b",
275
- thinkingText: "#656360",
276
- codeInlineText: "#b7a458",
277
- codeBlockText: "#b7a458",
278
- editorBorderNone: "#9c8161",
279
- editorBorderMinimal: "#9c8161",
280
- editorBorderLow: "#9c8161",
281
- editorBorderMedium: "#9c8161",
282
- editorBorderHigh: "#9c8161",
283
- editorBorderXhigh: "#9c8161",
284
- editorBorderMax: "#9c8161",
285
- editorSubagentBorder: "#ffc6b0",
286
- editorBorderRecording: "#cd9299",
287
- statusWarn: "#ca8470",
288
- statusError: "#ca8089",
289
- modeBash: "#e2c97d",
290
- actionRunning: "#eeab98",
291
- actionSuccess: "#c2c282",
292
- actionError: "#eea8af",
293
- actionOutput: "#656360",
294
- diffAdd: "#979751",
295
- diffRemove: "#c37a83",
296
- toastSuccess: "#bebd68",
297
- toastWarn: "#f49e87",
298
- toastError: "#f49aa5",
299
- userSurface: "#191818",
300
- userReviewSurface: "#181c15",
301
- userReviewText: "#bad0aa",
302
- userReviewTextMuted: "#9da498",
303
- userReviewTextDim: "#7b7e79",
257
+ brandAccent: "#d0b28e",
258
+ textMuted: "#a19e9a",
259
+ textDim: "#757472",
260
+ linkText: "#d0b28e",
261
+ thinkingText: "#757472",
262
+ codeInlineText: "#d0b28e",
263
+ codeBlockText: "#d0b28e",
264
+ editorBorder: "#a69886",
265
+ editorSubagentBorder: "#a69886",
266
+ editorBorderBash: "#c4b790",
267
+ editorBorderRecording: "#d8aaae",
268
+ editorPlaceholder: "#757472",
269
+ autocompleteSelectedSurface: "#282623",
270
+ autocompleteSelectedText: "#e6e4e2",
271
+ statusWarn: "#b78d81",
272
+ statusError: "#b88b8f",
273
+ actionRunning: "#f0c6bb",
274
+ actionSuccess: "#d4d4ae",
275
+ actionError: "#f0c4c8",
276
+ actionOutput: "#757472",
277
+ diffAdd: "#a7a880",
278
+ diffRemove: "#c5979b",
279
+ toastSuccess: "#cece9d",
280
+ toastWarn: "#f1bcae",
281
+ toastError: "#f2babf",
282
+ userSurface: "#282623",
283
+ userText: "#e6e4e2",
284
+ userReviewSurface: "#191c17",
285
+ userReviewText: "#bfccb6",
286
+ userReviewTextMuted: "#9fa39b",
287
+ userReviewTextDim: "#7c7e7b",
304
288
  },
305
289
  variants: {
306
290
  light: {
307
- brandAccent: "#835100",
308
- textMuted: "#7c7368",
309
- textDim: "#a29d98",
310
- linkText: "#835100",
311
- thinkingText: "#a29d98",
312
- codeInlineText: "#705c00",
313
- codeBlockText: "#705c00",
314
- editorBorderNone: "#a36e1f",
315
- editorBorderMinimal: "#a36e1f",
316
- editorBorderLow: "#a36e1f",
317
- editorBorderMedium: "#a36e1f",
318
- editorBorderHigh: "#a36e1f",
319
- editorBorderXhigh: "#a36e1f",
320
- editorBorderMax: "#a36e1f",
321
- editorSubagentBorder: "#d14300",
322
- editorBorderRecording: "#7c0a2d",
323
- statusWarn: "#962100",
324
- statusError: "#9e0036",
325
- modeBash: "#534000",
326
- actionRunning: "#a72900",
327
- actionSuccess: "#646100",
328
- actionError: "#a62144",
329
- actionOutput: "#a29d98",
330
- diffAdd: "#706d00",
331
- diffRemove: "#c01249",
332
- toastSuccess: "#646100",
333
- toastWarn: "#a82600",
334
- toastError: "#b3003d",
335
- userSurface: "#f5f5f5",
336
- userReviewSurface: "#edefeb",
337
- userReviewText: "#183400",
338
- userReviewTextMuted: "#424f38",
339
- userReviewTextDim: "#686e64",
291
+ brandAccent: "#996100",
292
+ textMuted: "#8b857e",
293
+ textDim: "#b3b0ad",
294
+ linkText: "#996100",
295
+ thinkingText: "#b3b0ad",
296
+ codeInlineText: "#996100",
297
+ codeBlockText: "#996100",
298
+ editorBorder: "#715735",
299
+ editorSubagentBorder: "#715735",
300
+ editorBorderBash: "#413100",
301
+ editorBorderRecording: "#5d1124",
302
+ editorPlaceholder: "#b3b0ad",
303
+ autocompleteSelectedSurface: "#faf8f6",
304
+ autocompleteSelectedText: "#0f0d0a",
305
+ statusWarn: "#843823",
306
+ statusError: "#843442",
307
+ actionRunning: "#a05844",
308
+ actionSuccess: "#757322",
309
+ actionError: "#a0545f",
310
+ actionOutput: "#b3b0ad",
311
+ diffAdd: "#827f11",
312
+ diffRemove: "#b55967",
313
+ toastSuccess: "#767300",
314
+ toastWarn: "#ac4e35",
315
+ toastError: "#ac4a5a",
316
+ userSurface: "#faf8f6",
317
+ userText: "#0f0d0a",
318
+ userReviewSurface: "#edefec",
319
+ userReviewText: "#1e320a",
320
+ userReviewTextMuted: "#464d40",
321
+ userReviewTextDim: "#696d67",
340
322
  },
341
323
  },
342
324
  sourcePath: "builtin:themes/lime.json",
@@ -345,75 +327,71 @@ export const builtinThemes = [
345
327
  {
346
328
  id: "grass",
347
329
  tokens: {
348
- brandAccent: "#b7a458",
349
- textMuted: "#8e8c85",
350
- textDim: "#646360",
351
- linkText: "#b7a458",
352
- thinkingText: "#646360",
353
- codeInlineText: "#9cae65",
354
- codeBlockText: "#9cae65",
355
- editorBorderNone: "#90865f",
356
- editorBorderMinimal: "#90865f",
357
- editorBorderLow: "#90865f",
358
- editorBorderMedium: "#90865f",
359
- editorBorderHigh: "#90865f",
360
- editorBorderXhigh: "#90865f",
361
- editorBorderMax: "#90865f",
362
- editorSubagentBorder: "#ffca94",
363
- editorBorderRecording: "#cd9299",
364
- statusWarn: "#ca8470",
365
- statusError: "#ca8089",
366
- modeBash: "#e2c97d",
367
- actionRunning: "#eeab98",
368
- actionSuccess: "#c2c282",
369
- actionError: "#eea8af",
370
- actionOutput: "#646360",
371
- diffAdd: "#979751",
372
- diffRemove: "#c37a83",
373
- toastSuccess: "#bebd68",
374
- toastWarn: "#f49e87",
375
- toastError: "#f49aa5",
376
- userSurface: "#181818",
377
- userReviewSurface: "#181c15",
378
- userReviewText: "#bad0aa",
379
- userReviewTextMuted: "#9da498",
380
- userReviewTextDim: "#7b7e79",
330
+ brandAccent: "#c3b88c",
331
+ textMuted: "#9f9e9a",
332
+ textDim: "#757472",
333
+ linkText: "#c3b88c",
334
+ thinkingText: "#757472",
335
+ codeInlineText: "#c3b88c",
336
+ codeBlockText: "#c3b88c",
337
+ editorBorder: "#9f9b86",
338
+ editorSubagentBorder: "#9f9b86",
339
+ editorBorderBash: "#c4b790",
340
+ editorBorderRecording: "#d8aaae",
341
+ editorPlaceholder: "#757472",
342
+ autocompleteSelectedSurface: "#272623",
343
+ autocompleteSelectedText: "#e5e4e2",
344
+ statusWarn: "#b78d81",
345
+ statusError: "#b88b8f",
346
+ actionRunning: "#f0c6bb",
347
+ actionSuccess: "#d4d4ae",
348
+ actionError: "#f0c4c8",
349
+ actionOutput: "#757472",
350
+ diffAdd: "#a7a880",
351
+ diffRemove: "#c5979b",
352
+ toastSuccess: "#cece9d",
353
+ toastWarn: "#f1bcae",
354
+ toastError: "#f2babf",
355
+ userSurface: "#272623",
356
+ userText: "#e5e4e2",
357
+ userReviewSurface: "#191c17",
358
+ userReviewText: "#bfccb6",
359
+ userReviewTextMuted: "#9fa39b",
360
+ userReviewTextDim: "#7c7e7b",
381
361
  },
382
362
  variants: {
383
363
  light: {
384
- brandAccent: "#705c00",
385
- textMuted: "#787568",
386
- textDim: "#a09e98",
387
- linkText: "#705c00",
388
- thinkingText: "#a09e98",
389
- codeInlineText: "#556700",
390
- codeBlockText: "#556700",
391
- editorBorderNone: "#8e7917",
392
- editorBorderMinimal: "#8e7917",
393
- editorBorderLow: "#8e7917",
394
- editorBorderMedium: "#8e7917",
395
- editorBorderHigh: "#8e7917",
396
- editorBorderXhigh: "#8e7917",
397
- editorBorderMax: "#8e7917",
398
- editorSubagentBorder: "#b26400",
399
- editorBorderRecording: "#7c0a2d",
400
- statusWarn: "#962100",
401
- statusError: "#9e0036",
402
- modeBash: "#544000",
403
- actionRunning: "#a72900",
404
- actionSuccess: "#646100",
405
- actionError: "#a62144",
406
- actionOutput: "#a09e98",
407
- diffAdd: "#706d00",
408
- diffRemove: "#c01249",
409
- toastSuccess: "#646100",
410
- toastWarn: "#a82600",
411
- toastError: "#b3003d",
412
- userSurface: "#f5f5f5",
413
- userReviewSurface: "#edefeb",
414
- userReviewText: "#183400",
415
- userReviewTextMuted: "#424f38",
416
- userReviewTextDim: "#686e64",
364
+ brandAccent: "#836d00",
365
+ textMuted: "#88867e",
366
+ textDim: "#b2b1ad",
367
+ linkText: "#836d00",
368
+ thinkingText: "#b2b1ad",
369
+ codeInlineText: "#836d00",
370
+ codeBlockText: "#836d00",
371
+ editorBorder: "#665c34",
372
+ editorSubagentBorder: "#665c34",
373
+ editorBorderBash: "#413100",
374
+ editorBorderRecording: "#5d1124",
375
+ editorPlaceholder: "#b2b1ad",
376
+ autocompleteSelectedSurface: "#f9f8f6",
377
+ autocompleteSelectedText: "#0e0d0a",
378
+ statusWarn: "#843823",
379
+ statusError: "#843442",
380
+ actionRunning: "#a05844",
381
+ actionSuccess: "#757322",
382
+ actionError: "#a0545f",
383
+ actionOutput: "#b2b1ad",
384
+ diffAdd: "#827f11",
385
+ diffRemove: "#b55967",
386
+ toastSuccess: "#767300",
387
+ toastWarn: "#ac4e35",
388
+ toastError: "#ac4a5a",
389
+ userSurface: "#f9f8f6",
390
+ userText: "#0e0d0a",
391
+ userReviewSurface: "#edefec",
392
+ userReviewText: "#1e320a",
393
+ userReviewTextMuted: "#464d40",
394
+ userReviewTextDim: "#696d67",
417
395
  },
418
396
  },
419
397
  sourcePath: "builtin:themes/grass.json",
@@ -422,75 +400,71 @@ export const builtinThemes = [
422
400
  {
423
401
  id: "emerald",
424
402
  tokens: {
425
- brandAccent: "#9cae65",
426
- textMuted: "#8b8d86",
427
- textDim: "#636460",
428
- linkText: "#9cae65",
429
- thinkingText: "#636460",
430
- codeInlineText: "#7db57c",
431
- codeBlockText: "#7db57c",
432
- editorBorderNone: "#828c65",
433
- editorBorderMinimal: "#828c65",
434
- editorBorderLow: "#828c65",
435
- editorBorderMedium: "#828c65",
436
- editorBorderHigh: "#828c65",
437
- editorBorderXhigh: "#828c65",
438
- editorBorderMax: "#828c65",
439
- editorSubagentBorder: "#f2d48d",
440
- editorBorderRecording: "#cd9299",
441
- statusWarn: "#ca8470",
442
- statusError: "#ca8089",
443
- modeBash: "#e2c97d",
444
- actionRunning: "#eeab98",
445
- actionSuccess: "#c2c282",
446
- actionError: "#eea8af",
447
- actionOutput: "#636460",
448
- diffAdd: "#979751",
449
- diffRemove: "#c37a83",
450
- toastSuccess: "#bebd68",
451
- toastWarn: "#f49e87",
452
- toastError: "#f49aa5",
453
- userSurface: "#181818",
454
- userReviewSurface: "#181c15",
455
- userReviewText: "#bad0aa",
456
- userReviewTextMuted: "#9da498",
457
- userReviewTextDim: "#7b7e79",
403
+ brandAccent: "#b2be93",
404
+ textMuted: "#9e9f9b",
405
+ textDim: "#747573",
406
+ linkText: "#b2be93",
407
+ thinkingText: "#747573",
408
+ codeInlineText: "#b2be93",
409
+ codeBlockText: "#b2be93",
410
+ editorBorder: "#989d89",
411
+ editorSubagentBorder: "#989d89",
412
+ editorBorderBash: "#c4b790",
413
+ editorBorderRecording: "#d8aaae",
414
+ editorPlaceholder: "#747573",
415
+ autocompleteSelectedSurface: "#262724",
416
+ autocompleteSelectedText: "#e4e5e2",
417
+ statusWarn: "#b78d81",
418
+ statusError: "#b88b8f",
419
+ actionRunning: "#f0c6bb",
420
+ actionSuccess: "#d4d4ae",
421
+ actionError: "#f0c4c8",
422
+ actionOutput: "#747573",
423
+ diffAdd: "#a7a880",
424
+ diffRemove: "#c5979b",
425
+ toastSuccess: "#cece9d",
426
+ toastWarn: "#f1bcae",
427
+ toastError: "#f2babf",
428
+ userSurface: "#262724",
429
+ userText: "#e4e5e2",
430
+ userReviewSurface: "#191c17",
431
+ userReviewText: "#bfccb6",
432
+ userReviewTextMuted: "#9fa39b",
433
+ userReviewTextDim: "#7c7e7b",
458
434
  },
459
435
  variants: {
460
436
  light: {
461
- brandAccent: "#556700",
462
- textMuted: "#737669",
463
- textDim: "#9d9f99",
464
- linkText: "#556700",
465
- thinkingText: "#9d9f99",
466
- codeInlineText: "#007500",
467
- codeBlockText: "#007500",
468
- editorBorderNone: "#72842f",
469
- editorBorderMinimal: "#72842f",
470
- editorBorderLow: "#72842f",
471
- editorBorderMedium: "#72842f",
472
- editorBorderHigh: "#72842f",
473
- editorBorderXhigh: "#72842f",
474
- editorBorderMax: "#72842f",
475
- editorSubagentBorder: "#9a7400",
476
- editorBorderRecording: "#7c0a2d",
477
- statusWarn: "#962100",
478
- statusError: "#9e0036",
479
- modeBash: "#544000",
480
- actionRunning: "#a72900",
481
- actionSuccess: "#646100",
482
- actionError: "#a62144",
483
- actionOutput: "#9d9f99",
484
- diffAdd: "#706d00",
485
- diffRemove: "#c01249",
486
- toastSuccess: "#646100",
487
- toastWarn: "#a82600",
488
- toastError: "#b3003d",
489
- userSurface: "#f5f5f5",
490
- userReviewSurface: "#edefeb",
491
- userReviewText: "#183400",
492
- userReviewTextMuted: "#424f38",
493
- userReviewTextDim: "#686e64",
437
+ brandAccent: "#667815",
438
+ textMuted: "#85877f",
439
+ textDim: "#b0b2ad",
440
+ linkText: "#667815",
441
+ thinkingText: "#b0b2ad",
442
+ codeInlineText: "#667815",
443
+ codeBlockText: "#667815",
444
+ editorBorder: "#58613a",
445
+ editorSubagentBorder: "#58613a",
446
+ editorBorderBash: "#413100",
447
+ editorBorderRecording: "#5d1124",
448
+ editorPlaceholder: "#b0b2ad",
449
+ autocompleteSelectedSurface: "#f8f9f6",
450
+ autocompleteSelectedText: "#0d0e0a",
451
+ statusWarn: "#843823",
452
+ statusError: "#843442",
453
+ actionRunning: "#a05844",
454
+ actionSuccess: "#757322",
455
+ actionError: "#a0545f",
456
+ actionOutput: "#b0b2ad",
457
+ diffAdd: "#827f11",
458
+ diffRemove: "#b55967",
459
+ toastSuccess: "#767300",
460
+ toastWarn: "#ac4e35",
461
+ toastError: "#ac4a5a",
462
+ userSurface: "#f8f9f6",
463
+ userText: "#0d0e0a",
464
+ userReviewSurface: "#edefec",
465
+ userReviewText: "#1e320a",
466
+ userReviewTextMuted: "#464d40",
467
+ userReviewTextDim: "#696d67",
494
468
  },
495
469
  },
496
470
  sourcePath: "builtin:themes/emerald.json",
@@ -499,75 +473,71 @@ export const builtinThemes = [
499
473
  {
500
474
  id: "jade",
501
475
  tokens: {
502
- brandAccent: "#7db57c",
503
- textMuted: "#898e88",
504
- textDim: "#626461",
505
- linkText: "#7db57c",
506
- thinkingText: "#626461",
507
- codeInlineText: "#5eb999",
508
- codeBlockText: "#5eb999",
509
- editorBorderNone: "#728f71",
510
- editorBorderMinimal: "#728f71",
511
- editorBorderLow: "#728f71",
512
- editorBorderMedium: "#728f71",
513
- editorBorderHigh: "#728f71",
514
- editorBorderXhigh: "#728f71",
515
- editorBorderMax: "#728f71",
516
- editorSubagentBorder: "#d9de94",
517
- editorBorderRecording: "#cd9299",
518
- statusWarn: "#ca8470",
519
- statusError: "#ca8089",
520
- modeBash: "#e2c97d",
521
- actionRunning: "#eeab98",
522
- actionSuccess: "#c2c282",
523
- actionError: "#eea8af",
524
- actionOutput: "#626461",
525
- diffAdd: "#979751",
526
- diffRemove: "#c37a83",
527
- toastSuccess: "#bebd68",
528
- toastWarn: "#f49e87",
529
- toastError: "#f49aa5",
530
- userSurface: "#181818",
531
- userReviewSurface: "#181c15",
532
- userReviewText: "#bad0aa",
533
- userReviewTextMuted: "#9da498",
534
- userReviewTextDim: "#7b7e79",
476
+ brandAccent: "#a1c2a0",
477
+ textMuted: "#9c9f9c",
478
+ textDim: "#737573",
479
+ linkText: "#a1c2a0",
480
+ thinkingText: "#737573",
481
+ codeInlineText: "#a1c2a0",
482
+ codeBlockText: "#a1c2a0",
483
+ editorBorder: "#909f8f",
484
+ editorSubagentBorder: "#909f8f",
485
+ editorBorderBash: "#c4b790",
486
+ editorBorderRecording: "#d8aaae",
487
+ editorPlaceholder: "#737573",
488
+ autocompleteSelectedSurface: "#252725",
489
+ autocompleteSelectedText: "#e3e5e3",
490
+ statusWarn: "#b78d81",
491
+ statusError: "#b88b8f",
492
+ actionRunning: "#f0c6bb",
493
+ actionSuccess: "#d4d4ae",
494
+ actionError: "#f0c4c8",
495
+ actionOutput: "#737573",
496
+ diffAdd: "#a7a880",
497
+ diffRemove: "#c5979b",
498
+ toastSuccess: "#cece9d",
499
+ toastWarn: "#f1bcae",
500
+ toastError: "#f2babf",
501
+ userSurface: "#252725",
502
+ userText: "#e3e5e3",
503
+ userReviewSurface: "#191c17",
504
+ userReviewText: "#bfccb6",
505
+ userReviewTextMuted: "#9fa39b",
506
+ userReviewTextDim: "#7c7e7b",
535
507
  },
536
508
  variants: {
537
509
  light: {
538
- brandAccent: "#007500",
539
- textMuted: "#6e786d",
540
- textDim: "#9ba09a",
541
- linkText: "#007500",
542
- thinkingText: "#9ba09a",
543
- codeInlineText: "#007151",
544
- codeBlockText: "#007151",
545
- editorBorderNone: "#4e8b4e",
546
- editorBorderMinimal: "#4e8b4e",
547
- editorBorderLow: "#4e8b4e",
548
- editorBorderMedium: "#4e8b4e",
549
- editorBorderHigh: "#4e8b4e",
550
- editorBorderXhigh: "#4e8b4e",
551
- editorBorderMax: "#4e8b4e",
552
- editorSubagentBorder: "#7d8100",
553
- editorBorderRecording: "#7c0a2d",
554
- statusWarn: "#962100",
555
- statusError: "#9e0036",
556
- modeBash: "#554200",
557
- actionRunning: "#a72900",
558
- actionSuccess: "#646100",
559
- actionError: "#a62144",
560
- actionOutput: "#9ba09a",
561
- diffAdd: "#706d00",
562
- diffRemove: "#c01249",
563
- toastSuccess: "#646100",
564
- toastWarn: "#a82600",
565
- toastError: "#b3003d",
566
- userSurface: "#f5f5f5",
567
- userReviewSurface: "#edefeb",
568
- userReviewText: "#183400",
569
- userReviewTextMuted: "#424f38",
570
- userReviewTextDim: "#686e64",
510
+ brandAccent: "#3d803e",
511
+ textMuted: "#828882",
512
+ textDim: "#afb2af",
513
+ linkText: "#3d803e",
514
+ thinkingText: "#afb2af",
515
+ codeInlineText: "#3d803e",
516
+ codeBlockText: "#3d803e",
517
+ editorBorder: "#476547",
518
+ editorSubagentBorder: "#476547",
519
+ editorBorderBash: "#413100",
520
+ editorBorderRecording: "#5d1124",
521
+ editorPlaceholder: "#afb2af",
522
+ autocompleteSelectedSurface: "#f7f9f7",
523
+ autocompleteSelectedText: "#0b0e0b",
524
+ statusWarn: "#843823",
525
+ statusError: "#843442",
526
+ actionRunning: "#a05844",
527
+ actionSuccess: "#757322",
528
+ actionError: "#a0545f",
529
+ actionOutput: "#afb2af",
530
+ diffAdd: "#827f11",
531
+ diffRemove: "#b55967",
532
+ toastSuccess: "#767300",
533
+ toastWarn: "#ac4e35",
534
+ toastError: "#ac4a5a",
535
+ userSurface: "#f7f9f7",
536
+ userText: "#0b0e0b",
537
+ userReviewSurface: "#edefec",
538
+ userReviewText: "#1e320a",
539
+ userReviewTextMuted: "#464d40",
540
+ userReviewTextDim: "#696d67",
571
541
  },
572
542
  },
573
543
  sourcePath: "builtin:themes/jade.json",
@@ -576,75 +546,71 @@ export const builtinThemes = [
576
546
  {
577
547
  id: "teal",
578
548
  tokens: {
579
- brandAccent: "#5eb999",
580
- textMuted: "#878e8b",
581
- textDim: "#616463",
582
- linkText: "#5eb999",
583
- thinkingText: "#616463",
584
- codeInlineText: "#4ab8b5",
585
- codeBlockText: "#4ab8b5",
586
- editorBorderNone: "#659180",
587
- editorBorderMinimal: "#659180",
588
- editorBorderLow: "#659180",
589
- editorBorderMedium: "#659180",
590
- editorBorderHigh: "#659180",
591
- editorBorderXhigh: "#659180",
592
- editorBorderMax: "#659180",
593
- editorSubagentBorder: "#bbe7a7",
594
- editorBorderRecording: "#cd9299",
595
- statusWarn: "#ca8470",
596
- statusError: "#ca8089",
597
- modeBash: "#e2c97d",
598
- actionRunning: "#eeab98",
599
- actionSuccess: "#c2c282",
600
- actionError: "#eea8af",
601
- actionOutput: "#616463",
602
- diffAdd: "#979751",
603
- diffRemove: "#c37a83",
604
- toastSuccess: "#bebd68",
605
- toastWarn: "#f49e87",
606
- toastError: "#f49aa5",
607
- userSurface: "#181818",
608
- userReviewSurface: "#181c15",
609
- userReviewText: "#bad0aa",
610
- userReviewTextMuted: "#9da498",
611
- userReviewTextDim: "#7b7e79",
549
+ brandAccent: "#92c4b0",
550
+ textMuted: "#9ba09e",
551
+ textDim: "#737574",
552
+ linkText: "#92c4b0",
553
+ thinkingText: "#737574",
554
+ codeInlineText: "#92c4b0",
555
+ codeBlockText: "#92c4b0",
556
+ editorBorder: "#89a197",
557
+ editorSubagentBorder: "#89a197",
558
+ editorBorderBash: "#c4b790",
559
+ editorBorderRecording: "#d8aaae",
560
+ editorPlaceholder: "#737574",
561
+ autocompleteSelectedSurface: "#242726",
562
+ autocompleteSelectedText: "#e2e5e4",
563
+ statusWarn: "#b78d81",
564
+ statusError: "#b88b8f",
565
+ actionRunning: "#f0c6bb",
566
+ actionSuccess: "#d4d4ae",
567
+ actionError: "#f0c4c8",
568
+ actionOutput: "#737574",
569
+ diffAdd: "#a7a880",
570
+ diffRemove: "#c5979b",
571
+ toastSuccess: "#cece9d",
572
+ toastWarn: "#f1bcae",
573
+ toastError: "#f2babf",
574
+ userSurface: "#242726",
575
+ userText: "#e2e5e4",
576
+ userReviewSurface: "#191c17",
577
+ userReviewText: "#bfccb6",
578
+ userReviewTextMuted: "#9fa39b",
579
+ userReviewTextDim: "#7c7e7b",
612
580
  },
613
581
  variants: {
614
582
  light: {
615
- brandAccent: "#007151",
616
- textMuted: "#6a7872",
617
- textDim: "#99a09d",
618
- linkText: "#007151",
619
- thinkingText: "#99a09d",
620
- codeInlineText: "#006e6c",
621
- codeBlockText: "#006e6c",
622
- editorBorderNone: "#178f6d",
623
- editorBorderMinimal: "#178f6d",
624
- editorBorderLow: "#178f6d",
625
- editorBorderMedium: "#178f6d",
626
- editorBorderHigh: "#178f6d",
627
- editorBorderXhigh: "#178f6d",
628
- editorBorderMax: "#178f6d",
629
- editorSubagentBorder: "#3d9100",
630
- editorBorderRecording: "#7c0a2d",
631
- statusWarn: "#962100",
632
- statusError: "#9e0036",
633
- modeBash: "#554200",
634
- actionRunning: "#a72900",
635
- actionSuccess: "#646100",
636
- actionError: "#a62144",
637
- actionOutput: "#99a09d",
638
- diffAdd: "#706d00",
639
- diffRemove: "#c01249",
640
- toastSuccess: "#646100",
641
- toastWarn: "#a82600",
642
- toastError: "#b3003d",
643
- userSurface: "#f5f5f5",
644
- userReviewSurface: "#edefeb",
645
- userReviewText: "#183400",
646
- userReviewTextMuted: "#424f38",
647
- userReviewTextDim: "#686e64",
583
+ brandAccent: "#008461",
584
+ textMuted: "#808985",
585
+ textDim: "#aeb2b0",
586
+ linkText: "#008461",
587
+ thinkingText: "#aeb2b0",
588
+ codeInlineText: "#008461",
589
+ codeBlockText: "#008461",
590
+ editorBorder: "#386756",
591
+ editorSubagentBorder: "#386756",
592
+ editorBorderBash: "#413100",
593
+ editorBorderRecording: "#5d1124",
594
+ editorPlaceholder: "#aeb2b0",
595
+ autocompleteSelectedSurface: "#f7f9f8",
596
+ autocompleteSelectedText: "#0a0e0d",
597
+ statusWarn: "#843823",
598
+ statusError: "#843442",
599
+ actionRunning: "#a05844",
600
+ actionSuccess: "#757322",
601
+ actionError: "#a0545f",
602
+ actionOutput: "#aeb2b0",
603
+ diffAdd: "#827f11",
604
+ diffRemove: "#b55967",
605
+ toastSuccess: "#767300",
606
+ toastWarn: "#ac4e35",
607
+ toastError: "#ac4a5a",
608
+ userSurface: "#f7f9f8",
609
+ userText: "#0a0e0d",
610
+ userReviewSurface: "#edefec",
611
+ userReviewText: "#1e320a",
612
+ userReviewTextMuted: "#464d40",
613
+ userReviewTextDim: "#696d67",
648
614
  },
649
615
  },
650
616
  sourcePath: "builtin:themes/teal.json",
@@ -653,75 +619,71 @@ export const builtinThemes = [
653
619
  {
654
620
  id: "cyan",
655
621
  tokens: {
656
- brandAccent: "#4ab8b5",
657
- textMuted: "#868e8e",
658
- textDim: "#606464",
659
- linkText: "#4ab8b5",
660
- thinkingText: "#606464",
661
- codeInlineText: "#4eb4cc",
662
- codeBlockText: "#4eb4cc",
663
- editorBorderNone: "#5d918f",
664
- editorBorderMinimal: "#5d918f",
665
- editorBorderLow: "#5d918f",
666
- editorBorderMedium: "#5d918f",
667
- editorBorderHigh: "#5d918f",
668
- editorBorderXhigh: "#5d918f",
669
- editorBorderMax: "#5d918f",
670
- editorSubagentBorder: "#9eecc2",
671
- editorBorderRecording: "#cd9299",
672
- statusWarn: "#ca8470",
673
- statusError: "#ca8089",
674
- modeBash: "#e2c97d",
675
- actionRunning: "#eeab98",
676
- actionSuccess: "#c2c282",
677
- actionError: "#eea8af",
678
- actionOutput: "#606464",
679
- diffAdd: "#979751",
680
- diffRemove: "#c37a83",
681
- toastSuccess: "#bebd68",
682
- toastWarn: "#f49e87",
683
- toastError: "#f49aa5",
684
- userSurface: "#181818",
685
- userReviewSurface: "#181c15",
686
- userReviewText: "#bad0aa",
687
- userReviewTextMuted: "#9da498",
688
- userReviewTextDim: "#7b7e79",
622
+ brandAccent: "#8ac4c1",
623
+ textMuted: "#9aa09f",
624
+ textDim: "#727575",
625
+ linkText: "#8ac4c1",
626
+ thinkingText: "#727575",
627
+ codeInlineText: "#8ac4c1",
628
+ codeBlockText: "#8ac4c1",
629
+ editorBorder: "#86a09f",
630
+ editorSubagentBorder: "#86a09f",
631
+ editorBorderBash: "#c4b790",
632
+ editorBorderRecording: "#d8aaae",
633
+ editorPlaceholder: "#727575",
634
+ autocompleteSelectedSurface: "#232727",
635
+ autocompleteSelectedText: "#e2e5e5",
636
+ statusWarn: "#b78d81",
637
+ statusError: "#b88b8f",
638
+ actionRunning: "#f0c6bb",
639
+ actionSuccess: "#d4d4ae",
640
+ actionError: "#f0c4c8",
641
+ actionOutput: "#727575",
642
+ diffAdd: "#a7a880",
643
+ diffRemove: "#c5979b",
644
+ toastSuccess: "#cece9d",
645
+ toastWarn: "#f1bcae",
646
+ toastError: "#f2babf",
647
+ userSurface: "#232727",
648
+ userText: "#e2e5e5",
649
+ userReviewSurface: "#191c17",
650
+ userReviewText: "#bfccb6",
651
+ userReviewTextMuted: "#9fa39b",
652
+ userReviewTextDim: "#7c7e7b",
689
653
  },
690
654
  variants: {
691
655
  light: {
692
- brandAccent: "#006e6c",
693
- textMuted: "#687877",
694
- textDim: "#98a0a0",
695
- linkText: "#006e6c",
696
- thinkingText: "#98a0a0",
697
- codeInlineText: "#006a80",
698
- codeBlockText: "#006a80",
699
- editorBorderNone: "#008e8b",
700
- editorBorderMinimal: "#008e8b",
701
- editorBorderLow: "#008e8b",
702
- editorBorderMedium: "#008e8b",
703
- editorBorderHigh: "#008e8b",
704
- editorBorderXhigh: "#008e8b",
705
- editorBorderMax: "#008e8b",
706
- editorSubagentBorder: "#00945b",
707
- editorBorderRecording: "#7c0a2d",
708
- statusWarn: "#962100",
709
- statusError: "#9e0036",
710
- modeBash: "#544200",
711
- actionRunning: "#a72900",
712
- actionSuccess: "#646100",
713
- actionError: "#a62144",
714
- actionOutput: "#98a0a0",
715
- diffAdd: "#706d00",
716
- diffRemove: "#c01249",
717
- toastSuccess: "#646100",
718
- toastWarn: "#a82600",
719
- toastError: "#b3003d",
720
- userSurface: "#f5f5f5",
721
- userReviewSurface: "#edefeb",
722
- userReviewText: "#183400",
723
- userReviewTextMuted: "#424f38",
724
- userReviewTextDim: "#686e64",
656
+ brandAccent: "#00827f",
657
+ textMuted: "#7e8988",
658
+ textDim: "#adb2b2",
659
+ linkText: "#00827f",
660
+ thinkingText: "#adb2b2",
661
+ codeInlineText: "#00827f",
662
+ codeBlockText: "#00827f",
663
+ editorBorder: "#2e6765",
664
+ editorSubagentBorder: "#2e6765",
665
+ editorBorderBash: "#413100",
666
+ editorBorderRecording: "#5d1124",
667
+ editorPlaceholder: "#adb2b2",
668
+ autocompleteSelectedSurface: "#f6f9f9",
669
+ autocompleteSelectedText: "#0a0e0e",
670
+ statusWarn: "#843823",
671
+ statusError: "#843442",
672
+ actionRunning: "#a05844",
673
+ actionSuccess: "#757322",
674
+ actionError: "#a0545f",
675
+ actionOutput: "#adb2b2",
676
+ diffAdd: "#827f11",
677
+ diffRemove: "#b55967",
678
+ toastSuccess: "#767300",
679
+ toastWarn: "#ac4e35",
680
+ toastError: "#ac4a5a",
681
+ userSurface: "#f6f9f9",
682
+ userText: "#0a0e0e",
683
+ userReviewSurface: "#edefec",
684
+ userReviewText: "#1e320a",
685
+ userReviewTextMuted: "#464d40",
686
+ userReviewTextDim: "#696d67",
725
687
  },
726
688
  },
727
689
  sourcePath: "builtin:themes/cyan.json",
@@ -730,75 +692,71 @@ export const builtinThemes = [
730
692
  {
731
693
  id: "azure",
732
694
  tokens: {
733
- brandAccent: "#4eb4cc",
734
- textMuted: "#868e90",
735
- textDim: "#606465",
736
- linkText: "#4eb4cc",
737
- thinkingText: "#606465",
738
- codeInlineText: "#67addd",
739
- codeBlockText: "#67addd",
740
- editorBorderNone: "#5e8f9c",
741
- editorBorderMinimal: "#5e8f9c",
742
- editorBorderLow: "#5e8f9c",
743
- editorBorderMedium: "#5e8f9c",
744
- editorBorderHigh: "#5e8f9c",
745
- editorBorderXhigh: "#5e8f9c",
746
- editorBorderMax: "#5e8f9c",
747
- editorSubagentBorder: "#8aedde",
748
- editorBorderRecording: "#cd9299",
749
- statusWarn: "#ca8470",
750
- statusError: "#ca8089",
751
- modeBash: "#e2c97d",
752
- actionRunning: "#eeab98",
753
- actionSuccess: "#c2c282",
754
- actionError: "#eea8af",
755
- actionOutput: "#606465",
756
- diffAdd: "#979751",
757
- diffRemove: "#c37a83",
758
- toastSuccess: "#bebd68",
759
- toastWarn: "#f49e87",
760
- toastError: "#f49aa5",
761
- userSurface: "#181819",
762
- userReviewSurface: "#181c15",
763
- userReviewText: "#bad0aa",
764
- userReviewTextMuted: "#9da498",
765
- userReviewTextDim: "#7b7e79",
695
+ brandAccent: "#8bc2d0",
696
+ textMuted: "#9a9fa1",
697
+ textDim: "#737575",
698
+ linkText: "#8bc2d0",
699
+ thinkingText: "#737575",
700
+ codeInlineText: "#8bc2d0",
701
+ codeBlockText: "#8bc2d0",
702
+ editorBorder: "#869fa6",
703
+ editorSubagentBorder: "#869fa6",
704
+ editorBorderBash: "#c4b790",
705
+ editorBorderRecording: "#d8aaae",
706
+ editorPlaceholder: "#737575",
707
+ autocompleteSelectedSurface: "#232728",
708
+ autocompleteSelectedText: "#e2e5e6",
709
+ statusWarn: "#b78d81",
710
+ statusError: "#b88b8f",
711
+ actionRunning: "#f0c6bb",
712
+ actionSuccess: "#d4d4ae",
713
+ actionError: "#f0c4c8",
714
+ actionOutput: "#737575",
715
+ diffAdd: "#a7a880",
716
+ diffRemove: "#c5979b",
717
+ toastSuccess: "#cece9d",
718
+ toastWarn: "#f1bcae",
719
+ toastError: "#f2babf",
720
+ userSurface: "#232728",
721
+ userText: "#e2e5e6",
722
+ userReviewSurface: "#191c17",
723
+ userReviewText: "#bfccb6",
724
+ userReviewTextMuted: "#9fa39b",
725
+ userReviewTextDim: "#7c7e7b",
766
726
  },
767
727
  variants: {
768
728
  light: {
769
- brandAccent: "#006a80",
770
- textMuted: "#68787c",
771
- textDim: "#98a0a2",
772
- linkText: "#006a80",
773
- thinkingText: "#98a0a2",
774
- codeInlineText: "#00649e",
775
- codeBlockText: "#00649e",
776
- editorBorderNone: "#008aa4",
777
- editorBorderMinimal: "#008aa4",
778
- editorBorderLow: "#008aa4",
779
- editorBorderMedium: "#008aa4",
780
- editorBorderHigh: "#008aa4",
781
- editorBorderXhigh: "#008aa4",
782
- editorBorderMax: "#008aa4",
783
- editorSubagentBorder: "#009082",
784
- editorBorderRecording: "#7c0a2d",
785
- statusWarn: "#962100",
786
- statusError: "#9e0036",
787
- modeBash: "#544100",
788
- actionRunning: "#a72900",
789
- actionSuccess: "#646100",
790
- actionError: "#a62144",
791
- actionOutput: "#98a0a2",
792
- diffAdd: "#706d00",
793
- diffRemove: "#c01249",
794
- toastSuccess: "#646100",
795
- toastWarn: "#a82600",
796
- toastError: "#b3003d",
797
- userSurface: "#f5f5f5",
798
- userReviewSurface: "#edefeb",
799
- userReviewText: "#183400",
800
- userReviewTextMuted: "#424f38",
801
- userReviewTextDim: "#686e64",
729
+ brandAccent: "#007d97",
730
+ textMuted: "#7e888b",
731
+ textDim: "#adb2b3",
732
+ linkText: "#007d97",
733
+ thinkingText: "#adb2b3",
734
+ codeInlineText: "#007d97",
735
+ codeBlockText: "#007d97",
736
+ editorBorder: "#306572",
737
+ editorSubagentBorder: "#306572",
738
+ editorBorderBash: "#413100",
739
+ editorBorderRecording: "#5d1124",
740
+ editorPlaceholder: "#adb2b3",
741
+ autocompleteSelectedSurface: "#f6f9fa",
742
+ autocompleteSelectedText: "#0a0e0f",
743
+ statusWarn: "#843823",
744
+ statusError: "#843442",
745
+ actionRunning: "#a05844",
746
+ actionSuccess: "#757322",
747
+ actionError: "#a0545f",
748
+ actionOutput: "#adb2b3",
749
+ diffAdd: "#827f11",
750
+ diffRemove: "#b55967",
751
+ toastSuccess: "#767300",
752
+ toastWarn: "#ac4e35",
753
+ toastError: "#ac4a5a",
754
+ userSurface: "#f6f9fa",
755
+ userText: "#0a0e0f",
756
+ userReviewSurface: "#edefec",
757
+ userReviewText: "#1e320a",
758
+ userReviewTextMuted: "#464d40",
759
+ userReviewTextDim: "#696d67",
802
760
  },
803
761
  },
804
762
  sourcePath: "builtin:themes/azure.json",
@@ -807,75 +765,71 @@ export const builtinThemes = [
807
765
  {
808
766
  id: "cobalt",
809
767
  tokens: {
810
- brandAccent: "#67addd",
811
- textMuted: "#878d92",
812
- textDim: "#616466",
813
- linkText: "#67addd",
814
- thinkingText: "#616466",
815
- codeInlineText: "#85a4e4",
816
- codeBlockText: "#85a4e4",
817
- editorBorderNone: "#678ba5",
818
- editorBorderMinimal: "#678ba5",
819
- editorBorderLow: "#678ba5",
820
- editorBorderMedium: "#678ba5",
821
- editorBorderHigh: "#678ba5",
822
- editorBorderXhigh: "#678ba5",
823
- editorBorderMax: "#678ba5",
824
- editorSubagentBorder: "#86eaf9",
825
- editorBorderRecording: "#cd9299",
826
- statusWarn: "#ca8470",
827
- statusError: "#ca8089",
828
- modeBash: "#e2c97d",
829
- actionRunning: "#eeab98",
830
- actionSuccess: "#c2c282",
831
- actionError: "#eea8af",
832
- actionOutput: "#616466",
833
- diffAdd: "#979751",
834
- diffRemove: "#c37a83",
835
- toastSuccess: "#bebd68",
836
- toastWarn: "#f49e87",
837
- toastError: "#f49aa5",
838
- userSurface: "#181819",
839
- userReviewSurface: "#181c15",
840
- userReviewText: "#bad0aa",
841
- userReviewTextMuted: "#9da498",
842
- userReviewTextDim: "#7b7e79",
768
+ brandAccent: "#95bdda",
769
+ textMuted: "#9b9fa2",
770
+ textDim: "#737576",
771
+ linkText: "#95bdda",
772
+ thinkingText: "#737576",
773
+ codeInlineText: "#95bdda",
774
+ codeBlockText: "#95bdda",
775
+ editorBorder: "#8a9dab",
776
+ editorSubagentBorder: "#8a9dab",
777
+ editorBorderBash: "#c4b790",
778
+ editorBorderRecording: "#d8aaae",
779
+ editorPlaceholder: "#737576",
780
+ autocompleteSelectedSurface: "#242729",
781
+ autocompleteSelectedText: "#e2e5e7",
782
+ statusWarn: "#b78d81",
783
+ statusError: "#b88b8f",
784
+ actionRunning: "#f0c6bb",
785
+ actionSuccess: "#d4d4ae",
786
+ actionError: "#f0c4c8",
787
+ actionOutput: "#737576",
788
+ diffAdd: "#a7a880",
789
+ diffRemove: "#c5979b",
790
+ toastSuccess: "#cece9d",
791
+ toastWarn: "#f1bcae",
792
+ toastError: "#f2babf",
793
+ userSurface: "#242729",
794
+ userText: "#e2e5e7",
795
+ userReviewSurface: "#191c17",
796
+ userReviewText: "#bfccb6",
797
+ userReviewTextMuted: "#9fa39b",
798
+ userReviewTextDim: "#7c7e7b",
843
799
  },
844
800
  variants: {
845
801
  light: {
846
- brandAccent: "#00649e",
847
- textMuted: "#6a767f",
848
- textDim: "#999fa4",
849
- linkText: "#00649e",
850
- thinkingText: "#999fa4",
851
- codeInlineText: "#1f4fcc",
852
- codeBlockText: "#1f4fcc",
853
- editorBorderNone: "#2e82b6",
854
- editorBorderMinimal: "#2e82b6",
855
- editorBorderLow: "#2e82b6",
856
- editorBorderMedium: "#2e82b6",
857
- editorBorderHigh: "#2e82b6",
858
- editorBorderXhigh: "#2e82b6",
859
- editorBorderMax: "#2e82b6",
860
- editorSubagentBorder: "#008c9e",
861
- editorBorderRecording: "#7c0a2d",
862
- statusWarn: "#962100",
863
- statusError: "#9e0036",
864
- modeBash: "#544100",
865
- actionRunning: "#a72900",
866
- actionSuccess: "#646100",
867
- actionError: "#a62144",
868
- actionOutput: "#999fa4",
869
- diffAdd: "#706d00",
870
- diffRemove: "#c01249",
871
- toastSuccess: "#646100",
872
- toastWarn: "#a82600",
873
- toastError: "#b3003d",
874
- userSurface: "#f5f5f5",
875
- userReviewSurface: "#edefeb",
876
- userReviewText: "#183400",
877
- userReviewTextMuted: "#424f38",
878
- userReviewTextDim: "#686e64",
802
+ brandAccent: "#0d76ad",
803
+ textMuted: "#80878d",
804
+ textDim: "#aeb2b4",
805
+ linkText: "#0d76ad",
806
+ thinkingText: "#aeb2b4",
807
+ codeInlineText: "#0d76ad",
808
+ codeBlockText: "#0d76ad",
809
+ editorBorder: "#3b617b",
810
+ editorSubagentBorder: "#3b617b",
811
+ editorBorderBash: "#413100",
812
+ editorBorderRecording: "#5d1124",
813
+ editorPlaceholder: "#aeb2b4",
814
+ autocompleteSelectedSurface: "#f7f9fa",
815
+ autocompleteSelectedText: "#0b0e10",
816
+ statusWarn: "#843823",
817
+ statusError: "#843442",
818
+ actionRunning: "#a05844",
819
+ actionSuccess: "#757322",
820
+ actionError: "#a0545f",
821
+ actionOutput: "#aeb2b4",
822
+ diffAdd: "#827f11",
823
+ diffRemove: "#b55967",
824
+ toastSuccess: "#767300",
825
+ toastWarn: "#ac4e35",
826
+ toastError: "#ac4a5a",
827
+ userSurface: "#f7f9fa",
828
+ userText: "#0b0e10",
829
+ userReviewSurface: "#edefec",
830
+ userReviewText: "#1e320a",
831
+ userReviewTextMuted: "#464d40",
832
+ userReviewTextDim: "#696d67",
879
833
  },
880
834
  },
881
835
  sourcePath: "builtin:themes/cobalt.json",
@@ -884,75 +838,71 @@ export const builtinThemes = [
884
838
  {
885
839
  id: "violet",
886
840
  tokens: {
887
- brandAccent: "#85a4e4",
888
- textMuted: "#898c92",
889
- textDim: "#626366",
890
- linkText: "#85a4e4",
891
- thinkingText: "#626366",
892
- codeInlineText: "#a19be0",
893
- codeBlockText: "#a19be0",
894
- editorBorderNone: "#7586a9",
895
- editorBorderMinimal: "#7586a9",
896
- editorBorderLow: "#7586a9",
897
- editorBorderMedium: "#7586a9",
898
- editorBorderHigh: "#7586a9",
899
- editorBorderXhigh: "#7586a9",
900
- editorBorderMax: "#7586a9",
901
- editorSubagentBorder: "#9ce2ff",
902
- editorBorderRecording: "#cd9299",
903
- statusWarn: "#ca8470",
904
- statusError: "#ca8089",
905
- modeBash: "#e2c97d",
906
- actionRunning: "#eeab98",
907
- actionSuccess: "#c2c282",
908
- actionError: "#eea8af",
909
- actionOutput: "#626366",
910
- diffAdd: "#979751",
911
- diffRemove: "#c37a83",
912
- toastSuccess: "#bebd68",
913
- toastWarn: "#f49e87",
914
- toastError: "#f49aa5",
915
- userSurface: "#181819",
916
- userReviewSurface: "#181c15",
917
- userReviewText: "#bad0aa",
918
- userReviewTextMuted: "#9da498",
919
- userReviewTextDim: "#7b7e79",
841
+ brandAccent: "#a4b8df",
842
+ textMuted: "#9c9ea2",
843
+ textDim: "#737476",
844
+ linkText: "#a4b8df",
845
+ thinkingText: "#737476",
846
+ codeInlineText: "#a4b8df",
847
+ codeBlockText: "#a4b8df",
848
+ editorBorder: "#919bad",
849
+ editorSubagentBorder: "#919bad",
850
+ editorBorderBash: "#c4b790",
851
+ editorBorderRecording: "#d8aaae",
852
+ editorPlaceholder: "#737476",
853
+ autocompleteSelectedSurface: "#252629",
854
+ autocompleteSelectedText: "#e3e4e7",
855
+ statusWarn: "#b78d81",
856
+ statusError: "#b88b8f",
857
+ actionRunning: "#f0c6bb",
858
+ actionSuccess: "#d4d4ae",
859
+ actionError: "#f0c4c8",
860
+ actionOutput: "#737476",
861
+ diffAdd: "#a7a880",
862
+ diffRemove: "#c5979b",
863
+ toastSuccess: "#cece9d",
864
+ toastWarn: "#f1bcae",
865
+ toastError: "#f2babf",
866
+ userSurface: "#252629",
867
+ userText: "#e3e4e7",
868
+ userReviewSurface: "#191c17",
869
+ userReviewText: "#bfccb6",
870
+ userReviewTextMuted: "#9fa39b",
871
+ userReviewTextDim: "#7c7e7b",
920
872
  },
921
873
  variants: {
922
874
  light: {
923
- brandAccent: "#1f4fcc",
924
- textMuted: "#6e7581",
925
- textDim: "#9b9ea5",
926
- linkText: "#1f4fcc",
927
- thinkingText: "#9b9ea5",
928
- codeInlineText: "#5f3cc5",
929
- codeBlockText: "#5f3cc5",
930
- editorBorderNone: "#5878bd",
931
- editorBorderMinimal: "#5878bd",
932
- editorBorderLow: "#5878bd",
933
- editorBorderMedium: "#5878bd",
934
- editorBorderHigh: "#5878bd",
935
- editorBorderXhigh: "#5878bd",
936
- editorBorderMax: "#5878bd",
937
- editorSubagentBorder: "#0086bc",
938
- editorBorderRecording: "#7c0a2d",
939
- statusWarn: "#962100",
940
- statusError: "#9e0036",
941
- modeBash: "#524000",
942
- actionRunning: "#a72900",
943
- actionSuccess: "#646100",
944
- actionError: "#a62144",
945
- actionOutput: "#9b9ea5",
946
- diffAdd: "#706d00",
947
- diffRemove: "#c01249",
948
- toastSuccess: "#646100",
949
- toastWarn: "#a82600",
950
- toastError: "#b3003d",
951
- userSurface: "#f5f5f5",
952
- userReviewSurface: "#edefeb",
953
- userReviewText: "#183400",
954
- userReviewTextMuted: "#424f38",
955
- userReviewTextDim: "#686e64",
875
+ brandAccent: "#4a6cb4",
876
+ textMuted: "#82868e",
877
+ textDim: "#afb1b5",
878
+ linkText: "#4a6cb4",
879
+ thinkingText: "#afb1b5",
880
+ codeInlineText: "#4a6cb4",
881
+ codeBlockText: "#4a6cb4",
882
+ editorBorder: "#4b5c7f",
883
+ editorSubagentBorder: "#4b5c7f",
884
+ editorBorderBash: "#413100",
885
+ editorBorderRecording: "#5d1124",
886
+ editorPlaceholder: "#afb1b5",
887
+ autocompleteSelectedSurface: "#f7f8fa",
888
+ autocompleteSelectedText: "#0c0d10",
889
+ statusWarn: "#843823",
890
+ statusError: "#843442",
891
+ actionRunning: "#a05844",
892
+ actionSuccess: "#757322",
893
+ actionError: "#a0545f",
894
+ actionOutput: "#afb1b5",
895
+ diffAdd: "#827f11",
896
+ diffRemove: "#b55967",
897
+ toastSuccess: "#767300",
898
+ toastWarn: "#ac4e35",
899
+ toastError: "#ac4a5a",
900
+ userSurface: "#f7f8fa",
901
+ userText: "#0c0d10",
902
+ userReviewSurface: "#edefec",
903
+ userReviewText: "#1e320a",
904
+ userReviewTextMuted: "#464d40",
905
+ userReviewTextDim: "#696d67",
956
906
  },
957
907
  },
958
908
  sourcePath: "builtin:themes/violet.json",
@@ -961,75 +911,71 @@ export const builtinThemes = [
961
911
  {
962
912
  id: "purple",
963
913
  tokens: {
964
- brandAccent: "#a19be0",
965
- textMuted: "#8c8b92",
966
- textDim: "#636366",
967
- linkText: "#a19be0",
968
- thinkingText: "#636366",
969
- codeInlineText: "#ba92d2",
970
- codeBlockText: "#ba92d2",
971
- editorBorderNone: "#8481a7",
972
- editorBorderMinimal: "#8481a7",
973
- editorBorderLow: "#8481a7",
974
- editorBorderMedium: "#8481a7",
975
- editorBorderHigh: "#8481a7",
976
- editorBorderXhigh: "#8481a7",
977
- editorBorderMax: "#8481a7",
978
- editorSubagentBorder: "#b8daff",
979
- editorBorderRecording: "#cd9299",
980
- statusWarn: "#ca8470",
981
- statusError: "#ca8089",
982
- modeBash: "#e2c97d",
983
- actionRunning: "#eeab98",
984
- actionSuccess: "#c2c282",
985
- actionError: "#eea8af",
986
- actionOutput: "#636366",
987
- diffAdd: "#979751",
988
- diffRemove: "#c37a83",
989
- toastSuccess: "#bebd68",
990
- toastWarn: "#f49e87",
991
- toastError: "#f49aa5",
992
- userSurface: "#181819",
993
- userReviewSurface: "#181c15",
994
- userReviewText: "#bad0aa",
995
- userReviewTextMuted: "#9da498",
996
- userReviewTextDim: "#7b7e79",
914
+ brandAccent: "#b5b2dc",
915
+ textMuted: "#9e9ea2",
916
+ textDim: "#747476",
917
+ linkText: "#b5b2dc",
918
+ thinkingText: "#747476",
919
+ codeInlineText: "#b5b2dc",
920
+ codeBlockText: "#b5b2dc",
921
+ editorBorder: "#9998ac",
922
+ editorSubagentBorder: "#9998ac",
923
+ editorBorderBash: "#c4b790",
924
+ editorBorderRecording: "#d8aaae",
925
+ editorPlaceholder: "#747476",
926
+ autocompleteSelectedSurface: "#262629",
927
+ autocompleteSelectedText: "#e4e4e7",
928
+ statusWarn: "#b78d81",
929
+ statusError: "#b88b8f",
930
+ actionRunning: "#f0c6bb",
931
+ actionSuccess: "#d4d4ae",
932
+ actionError: "#f0c4c8",
933
+ actionOutput: "#747476",
934
+ diffAdd: "#a7a880",
935
+ diffRemove: "#c5979b",
936
+ toastSuccess: "#cece9d",
937
+ toastWarn: "#f1bcae",
938
+ toastError: "#f2babf",
939
+ userSurface: "#262629",
940
+ userText: "#e4e4e7",
941
+ userReviewSurface: "#191c17",
942
+ userReviewText: "#bfccb6",
943
+ userReviewTextMuted: "#9fa39b",
944
+ userReviewTextDim: "#7c7e7b",
997
945
  },
998
946
  variants: {
999
947
  light: {
1000
- brandAccent: "#5f3cc5",
1001
- textMuted: "#737380",
1002
- textDim: "#9e9da4",
1003
- linkText: "#5f3cc5",
1004
- thinkingText: "#9e9da4",
1005
- codeInlineText: "#822aac",
1006
- codeBlockText: "#822aac",
1007
- editorBorderNone: "#786eb9",
1008
- editorBorderMinimal: "#786eb9",
1009
- editorBorderLow: "#786eb9",
1010
- editorBorderMedium: "#786eb9",
1011
- editorBorderHigh: "#786eb9",
1012
- editorBorderXhigh: "#786eb9",
1013
- editorBorderMax: "#786eb9",
1014
- editorSubagentBorder: "#0e77e8",
1015
- editorBorderRecording: "#7c0a2d",
1016
- statusWarn: "#962100",
1017
- statusError: "#9e0036",
1018
- modeBash: "#524000",
1019
- actionRunning: "#a72900",
1020
- actionSuccess: "#646100",
1021
- actionError: "#a62144",
1022
- actionOutput: "#9e9da4",
1023
- diffAdd: "#706d00",
1024
- diffRemove: "#c01249",
1025
- toastSuccess: "#646100",
1026
- toastWarn: "#a82600",
1027
- toastError: "#b3003d",
1028
- userSurface: "#f5f5f5",
1029
- userReviewSurface: "#edefeb",
1030
- userReviewText: "#183400",
1031
- userReviewTextMuted: "#424f38",
1032
- userReviewTextDim: "#686e64",
948
+ brandAccent: "#6c61b0",
949
+ textMuted: "#85858d",
950
+ textDim: "#b1b0b5",
951
+ linkText: "#6c61b0",
952
+ thinkingText: "#b1b0b5",
953
+ codeInlineText: "#6c61b0",
954
+ codeBlockText: "#6c61b0",
955
+ editorBorder: "#5a577c",
956
+ editorSubagentBorder: "#5a577c",
957
+ editorBorderBash: "#413100",
958
+ editorBorderRecording: "#5d1124",
959
+ editorPlaceholder: "#b1b0b5",
960
+ autocompleteSelectedSurface: "#f8f8fa",
961
+ autocompleteSelectedText: "#0d0d10",
962
+ statusWarn: "#843823",
963
+ statusError: "#843442",
964
+ actionRunning: "#a05844",
965
+ actionSuccess: "#757322",
966
+ actionError: "#a0545f",
967
+ actionOutput: "#b1b0b5",
968
+ diffAdd: "#827f11",
969
+ diffRemove: "#b55967",
970
+ toastSuccess: "#767300",
971
+ toastWarn: "#ac4e35",
972
+ toastError: "#ac4a5a",
973
+ userSurface: "#f8f8fa",
974
+ userText: "#0d0d10",
975
+ userReviewSurface: "#edefec",
976
+ userReviewText: "#1e320a",
977
+ userReviewTextMuted: "#464d40",
978
+ userReviewTextDim: "#696d67",
1033
979
  },
1034
980
  },
1035
981
  sourcePath: "builtin:themes/purple.json",
@@ -1038,75 +984,71 @@ export const builtinThemes = [
1038
984
  {
1039
985
  id: "magenta",
1040
986
  tokens: {
1041
- brandAccent: "#ba92d2",
1042
- textMuted: "#8e8a91",
1043
- textDim: "#646265",
1044
- linkText: "#ba92d2",
1045
- thinkingText: "#646265",
1046
- codeInlineText: "#cc8cbd",
1047
- codeBlockText: "#cc8cbd",
1048
- editorBorderNone: "#927d9f",
1049
- editorBorderMinimal: "#927d9f",
1050
- editorBorderLow: "#927d9f",
1051
- editorBorderMedium: "#927d9f",
1052
- editorBorderHigh: "#927d9f",
1053
- editorBorderXhigh: "#927d9f",
1054
- editorBorderMax: "#927d9f",
1055
- editorSubagentBorder: "#cdd3ff",
1056
- editorBorderRecording: "#cd9299",
1057
- statusWarn: "#ca8470",
1058
- statusError: "#ca8089",
1059
- modeBash: "#e2c97d",
1060
- actionRunning: "#eeab98",
1061
- actionSuccess: "#c2c282",
1062
- actionError: "#eea8af",
1063
- actionOutput: "#646265",
1064
- diffAdd: "#979751",
1065
- diffRemove: "#c37a83",
1066
- toastSuccess: "#bebd68",
1067
- toastWarn: "#f49e87",
1068
- toastError: "#f49aa5",
1069
- userSurface: "#181819",
1070
- userReviewSurface: "#181c15",
1071
- userReviewText: "#bad0aa",
1072
- userReviewTextMuted: "#9da498",
1073
- userReviewTextDim: "#7b7e79",
987
+ brandAccent: "#c4add4",
988
+ textMuted: "#a09da1",
989
+ textDim: "#757476",
990
+ linkText: "#c4add4",
991
+ thinkingText: "#757476",
992
+ codeInlineText: "#c4add4",
993
+ codeBlockText: "#c4add4",
994
+ editorBorder: "#a195a8",
995
+ editorSubagentBorder: "#a195a8",
996
+ editorBorderBash: "#c4b790",
997
+ editorBorderRecording: "#d8aaae",
998
+ editorPlaceholder: "#757476",
999
+ autocompleteSelectedSurface: "#272629",
1000
+ autocompleteSelectedText: "#e5e4e6",
1001
+ statusWarn: "#b78d81",
1002
+ statusError: "#b88b8f",
1003
+ actionRunning: "#f0c6bb",
1004
+ actionSuccess: "#d4d4ae",
1005
+ actionError: "#f0c4c8",
1006
+ actionOutput: "#757476",
1007
+ diffAdd: "#a7a880",
1008
+ diffRemove: "#c5979b",
1009
+ toastSuccess: "#cece9d",
1010
+ toastWarn: "#f1bcae",
1011
+ toastError: "#f2babf",
1012
+ userSurface: "#272629",
1013
+ userText: "#e5e4e6",
1014
+ userReviewSurface: "#191c17",
1015
+ userReviewText: "#bfccb6",
1016
+ userReviewTextMuted: "#9fa39b",
1017
+ userReviewTextDim: "#7c7e7b",
1074
1018
  },
1075
1019
  variants: {
1076
1020
  light: {
1077
- brandAccent: "#822aac",
1078
- textMuted: "#78717d",
1079
- textDim: "#a09da3",
1080
- linkText: "#822aac",
1081
- thinkingText: "#a09da3",
1082
- codeInlineText: "#9c1487",
1083
- codeBlockText: "#9c1487",
1084
- editorBorderNone: "#9066aa",
1085
- editorBorderMinimal: "#9066aa",
1086
- editorBorderLow: "#9066aa",
1087
- editorBorderMedium: "#9066aa",
1088
- editorBorderHigh: "#9066aa",
1089
- editorBorderXhigh: "#9066aa",
1090
- editorBorderMax: "#9066aa",
1091
- editorSubagentBorder: "#6965e7",
1092
- editorBorderRecording: "#7c0a2d",
1093
- statusWarn: "#962100",
1094
- statusError: "#9e0036",
1095
- modeBash: "#524000",
1096
- actionRunning: "#a72900",
1097
- actionSuccess: "#646100",
1098
- actionError: "#a62144",
1099
- actionOutput: "#a09da3",
1100
- diffAdd: "#706d00",
1101
- diffRemove: "#c01249",
1102
- toastSuccess: "#646100",
1103
- toastWarn: "#a82600",
1104
- toastError: "#b3003d",
1105
- userSurface: "#f5f5f5",
1106
- userReviewSurface: "#edefeb",
1107
- userReviewText: "#183400",
1108
- userReviewTextMuted: "#424f38",
1109
- userReviewTextDim: "#686e64",
1021
+ brandAccent: "#8658a1",
1022
+ textMuted: "#89848b",
1023
+ textDim: "#b2b0b4",
1024
+ linkText: "#8658a1",
1025
+ thinkingText: "#b2b0b4",
1026
+ codeInlineText: "#8658a1",
1027
+ codeBlockText: "#8658a1",
1028
+ editorBorder: "#685275",
1029
+ editorSubagentBorder: "#685275",
1030
+ editorBorderBash: "#413100",
1031
+ editorBorderRecording: "#5d1124",
1032
+ editorPlaceholder: "#b2b0b4",
1033
+ autocompleteSelectedSurface: "#f9f8fa",
1034
+ autocompleteSelectedText: "#0e0c10",
1035
+ statusWarn: "#843823",
1036
+ statusError: "#843442",
1037
+ actionRunning: "#a05844",
1038
+ actionSuccess: "#757322",
1039
+ actionError: "#a0545f",
1040
+ actionOutput: "#b2b0b4",
1041
+ diffAdd: "#827f11",
1042
+ diffRemove: "#b55967",
1043
+ toastSuccess: "#767300",
1044
+ toastWarn: "#ac4e35",
1045
+ toastError: "#ac4a5a",
1046
+ userSurface: "#f9f8fa",
1047
+ userText: "#0e0c10",
1048
+ userReviewSurface: "#edefec",
1049
+ userReviewText: "#1e320a",
1050
+ userReviewTextMuted: "#464d40",
1051
+ userReviewTextDim: "#696d67",
1110
1052
  },
1111
1053
  },
1112
1054
  sourcePath: "builtin:themes/magenta.json",
@@ -1115,75 +1057,71 @@ export const builtinThemes = [
1115
1057
  {
1116
1058
  id: "rose",
1117
1059
  tokens: {
1118
- brandAccent: "#cc8cbd",
1119
- textMuted: "#908a8e",
1120
- textDim: "#656264",
1121
- linkText: "#cc8cbd",
1122
- thinkingText: "#656264",
1123
- codeInlineText: "#d88aa2",
1124
- codeBlockText: "#d88aa2",
1125
- editorBorderNone: "#9c7a93",
1126
- editorBorderMinimal: "#9c7a93",
1127
- editorBorderLow: "#9c7a93",
1128
- editorBorderMedium: "#9c7a93",
1129
- editorBorderHigh: "#9c7a93",
1130
- editorBorderXhigh: "#9c7a93",
1131
- editorBorderMax: "#9c7a93",
1132
- editorSubagentBorder: "#e4caff",
1133
- editorBorderRecording: "#cd9299",
1134
- statusWarn: "#ca8470",
1135
- statusError: "#ca8089",
1136
- modeBash: "#e2c97d",
1137
- actionRunning: "#eeab98",
1138
- actionSuccess: "#c2c282",
1139
- actionError: "#eea8af",
1140
- actionOutput: "#656264",
1141
- diffAdd: "#979751",
1142
- diffRemove: "#c37a83",
1143
- toastSuccess: "#bebd68",
1144
- toastWarn: "#f49e87",
1145
- toastError: "#f49aa5",
1146
- userSurface: "#191818",
1147
- userReviewSurface: "#181c15",
1148
- userReviewText: "#bad0aa",
1149
- userReviewTextMuted: "#9da498",
1150
- userReviewTextDim: "#7b7e79",
1060
+ brandAccent: "#d1a9c6",
1061
+ textMuted: "#a19da0",
1062
+ textDim: "#767475",
1063
+ linkText: "#d1a9c6",
1064
+ thinkingText: "#767475",
1065
+ codeInlineText: "#d1a9c6",
1066
+ codeBlockText: "#d1a9c6",
1067
+ editorBorder: "#a794a1",
1068
+ editorSubagentBorder: "#a794a1",
1069
+ editorBorderBash: "#c4b790",
1070
+ editorBorderRecording: "#d8aaae",
1071
+ editorPlaceholder: "#767475",
1072
+ autocompleteSelectedSurface: "#282527",
1073
+ autocompleteSelectedText: "#e6e4e5",
1074
+ statusWarn: "#b78d81",
1075
+ statusError: "#b88b8f",
1076
+ actionRunning: "#f0c6bb",
1077
+ actionSuccess: "#d4d4ae",
1078
+ actionError: "#f0c4c8",
1079
+ actionOutput: "#767475",
1080
+ diffAdd: "#a7a880",
1081
+ diffRemove: "#c5979b",
1082
+ toastSuccess: "#cece9d",
1083
+ toastWarn: "#f1bcae",
1084
+ toastError: "#f2babf",
1085
+ userSurface: "#282527",
1086
+ userText: "#e6e4e5",
1087
+ userReviewSurface: "#191c17",
1088
+ userReviewText: "#bfccb6",
1089
+ userReviewTextMuted: "#9fa39b",
1090
+ userReviewTextDim: "#7c7e7b",
1151
1091
  },
1152
1092
  variants: {
1153
1093
  light: {
1154
- brandAccent: "#9c1487",
1155
- textMuted: "#7c7079",
1156
- textDim: "#a39ca1",
1157
- linkText: "#9c1487",
1158
- thinkingText: "#a39ca1",
1159
- codeInlineText: "#ad0059",
1160
- codeBlockText: "#ad0059",
1161
- editorBorderNone: "#a35f93",
1162
- editorBorderMinimal: "#a35f93",
1163
- editorBorderLow: "#a35f93",
1164
- editorBorderMedium: "#a35f93",
1165
- editorBorderHigh: "#a35f93",
1166
- editorBorderXhigh: "#a35f93",
1167
- editorBorderMax: "#a35f93",
1168
- editorSubagentBorder: "#9454d4",
1169
- editorBorderRecording: "#7c0a2d",
1170
- statusWarn: "#962100",
1171
- statusError: "#9e0036",
1172
- modeBash: "#524000",
1173
- actionRunning: "#a72900",
1174
- actionSuccess: "#646100",
1175
- actionError: "#a62144",
1176
- actionOutput: "#a39ca1",
1177
- diffAdd: "#706d00",
1178
- diffRemove: "#c01249",
1179
- toastSuccess: "#646100",
1180
- toastWarn: "#a82600",
1181
- toastError: "#b3003d",
1182
- userSurface: "#f5f5f5",
1183
- userReviewSurface: "#edefeb",
1184
- userReviewText: "#183400",
1185
- userReviewTextMuted: "#424f38",
1186
- userReviewTextDim: "#686e64",
1094
+ brandAccent: "#995189",
1095
+ textMuted: "#8b8389",
1096
+ textDim: "#b4b0b2",
1097
+ linkText: "#995189",
1098
+ thinkingText: "#b4b0b2",
1099
+ codeInlineText: "#995189",
1100
+ codeBlockText: "#995189",
1101
+ editorBorder: "#724f69",
1102
+ editorSubagentBorder: "#724f69",
1103
+ editorBorderBash: "#413100",
1104
+ editorBorderRecording: "#5d1124",
1105
+ editorPlaceholder: "#b4b0b2",
1106
+ autocompleteSelectedSurface: "#faf8f9",
1107
+ autocompleteSelectedText: "#0f0c0e",
1108
+ statusWarn: "#843823",
1109
+ statusError: "#843442",
1110
+ actionRunning: "#a05844",
1111
+ actionSuccess: "#757322",
1112
+ actionError: "#a0545f",
1113
+ actionOutput: "#b4b0b2",
1114
+ diffAdd: "#827f11",
1115
+ diffRemove: "#b55967",
1116
+ toastSuccess: "#767300",
1117
+ toastWarn: "#ac4e35",
1118
+ toastError: "#ac4a5a",
1119
+ userSurface: "#faf8f9",
1120
+ userText: "#0f0c0e",
1121
+ userReviewSurface: "#edefec",
1122
+ userReviewText: "#1e320a",
1123
+ userReviewTextMuted: "#464d40",
1124
+ userReviewTextDim: "#696d67",
1187
1125
  },
1188
1126
  },
1189
1127
  sourcePath: "builtin:themes/rose.json",