From f1af964beb7fb069b8fc32abbca5b1f44d81d29b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 1 Dec 2025 22:01:46 +0000 Subject: [PATCH] Update conf.json --- conf.json | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/conf.json b/conf.json index 336dc7f..981f592 100644 --- a/conf.json +++ b/conf.json @@ -1,21 +1,31 @@ +// Zed settings +// +// For information on how to configure Zed, see the Zed +// documentation: https://zed.dev/docs/configuring-zed +// +// To see all of Zed's default settings without changing your +// custom settings, run `zed: open default settings` from the +// command palette (cmd-shift-p / ctrl-shift-p) { + "collaboration_panel": { + "button": false + }, + "icon_theme": "Catppuccin Macchiato", "title_bar": { + "show_onboarding_banner": false, + "show_user_picture": false, "show_sign_in": false }, + "calls": { + "mute_on_join": true + }, "disable_ai": true, - "icon_theme": "Catppuccin Macchiato", "telemetry": { "diagnostics": false, "metrics": false }, - "collaboration_panel": { - "button": false - }, - "notification_panel": { - "button": false - }, - "ui_font_size": 14, - "buffer_font_size": 14, + "ui_font_size": 16, + "buffer_font_size": 15, "theme": { "mode": "system", "light": "One Light",