Regenerated
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user