.crush.json 🔗
@@ -1,11 +1,11 @@
 {
-  "$schema": "./opencode-schema.json",
+  "$schema": "./crush-schema.json",
   "lsp": {
     "Go": {
       "command": "gopls"
     }
   },
   "tui": {
-    "theme": "charm"
+    "theme": "crush"
   }
 }
  Tai Groot created
.crush.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1,11 +1,11 @@
 {
-  "$schema": "./opencode-schema.json",
+  "$schema": "./crush-schema.json",
   "lsp": {
     "Go": {
       "command": "gopls"
     }
   },
   "tui": {
-    "theme": "charm"
+    "theme": "crush"
   }
 }