Update conf.json
This commit is contained in:
28
conf.json
28
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": {
|
"title_bar": {
|
||||||
|
"show_onboarding_banner": false,
|
||||||
|
"show_user_picture": false,
|
||||||
"show_sign_in": false
|
"show_sign_in": false
|
||||||
},
|
},
|
||||||
|
"calls": {
|
||||||
|
"mute_on_join": true
|
||||||
|
},
|
||||||
"disable_ai": true,
|
"disable_ai": true,
|
||||||
"icon_theme": "Catppuccin Macchiato",
|
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"diagnostics": false,
|
"diagnostics": false,
|
||||||
"metrics": false
|
"metrics": false
|
||||||
},
|
},
|
||||||
"collaboration_panel": {
|
"ui_font_size": 16,
|
||||||
"button": false
|
"buffer_font_size": 15,
|
||||||
},
|
|
||||||
"notification_panel": {
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"ui_font_size": 14,
|
|
||||||
"buffer_font_size": 14,
|
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
|
|||||||
Reference in New Issue
Block a user