fix: schema, change theme (#73)

Tai Groot created

Change summary

.crush.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.crush.json 🔗

@@ -1,11 +1,11 @@
 {
-  "$schema": "./opencode-schema.json",
+  "$schema": "./crush-schema.json",
   "lsp": {
     "Go": {
       "command": "gopls"
     }
   },
   "tui": {
-    "theme": "charm"
+    "theme": "crush"
   }
 }