diff --git a/.crush.json b/.crush.json index acb2b7ccb04ceb05130449ffccdcf2ee8567dd03..0edb084c3ee5f74c9b279b634b5838b3035cee95 100644 --- a/.crush.json +++ b/.crush.json @@ -1,11 +1,11 @@ { - "$schema": "./opencode-schema.json", + "$schema": "./crush-schema.json", "lsp": { "Go": { "command": "gopls" } }, "tui": { - "theme": "charm" + "theme": "crush" } }