@opencode-ai/theme 0.0.0-dev-18433 → 0.0.0-dev-18434

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.
@@ -120,8 +120,8 @@ export const DEFAULT_THEME = {
120
120
  },
121
121
  status: {
122
122
  running: "$hue.interactive.800",
123
- question: "$text.feedback.info.default",
124
- permission: "$text.feedback.warning.default",
123
+ question: "$text.status.unread",
124
+ permission: "$text.status.unread",
125
125
  unread: "$hue.accent.800",
126
126
  },
127
127
  feedback: {
@@ -341,8 +341,8 @@ export const DEFAULT_THEME = {
341
341
  },
342
342
  status: {
343
343
  running: "$hue.interactive.200",
344
- question: "$text.feedback.info.default",
345
- permission: "$text.feedback.warning.default",
344
+ question: "$text.status.unread",
345
+ permission: "$text.status.unread",
346
346
  unread: "$hue.accent.200",
347
347
  },
348
348
  feedback: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/theme",
4
- "version": "0.0.0-dev-18433",
4
+ "version": "0.0.0-dev-18434",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {