Files
zed-config/conf.json
2025-09-11 22:13:04 +00:00

27 lines
478 B
JSON

{
"icon_theme": "Catppuccin Macchiato",
"telemetry": {
"diagnostics": false,
"metrics": false
},
"disable_ai": true,
"chat_panel": {
"button": "never",
"dock": "right",
"default_width": 240
},
"collaboration_panel": {
"button": false
},
"notification_panel": {
"button": false
},
"ui_font_size": 16,
"buffer_font_size": 14,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Macchiato"
}
}