Regenerated

This commit is contained in:
2026-04-29 11:12:15 +02:00
parent 6a0f7502aa
commit 78898f78dd
4 changed files with 597 additions and 417 deletions
+18 -11
View File
@@ -7,21 +7,28 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"icon_theme": "Catppuccin Mocha",
"agent": {
"default_model": {
"provider": "ollama",
"model": "codellama:34b",
"enable_thinking": false
},
"favorite_models": [],
"model_parameters": []
"theme": {
"mode": "system",
"light": "Catppuccin Frappé",
"dark": "Catppuccin Mocha",
},
"icon_theme": {
"mode": "system",
"light": "Catppuccin Frappé",
"dark": "Catppuccin Mocha"
},
"auto_install_extensions": {
"catppuccin": true,
"catppuccin-icons": true,
"org-mode": true,
"lua": true,
"sql": true
},
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "dark",
"light": "One Light",
"mode": "system",
"light": "Catppuccin Frappé",
"dark": "Catppuccin Mocha",
},
}