Initial commit
This commit is contained in:
22
.config/zed/settings.json
Normal file
22
.config/zed/settings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
// 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)
|
||||
{
|
||||
"icon_theme": "Material Icon Theme",
|
||||
"telemetry": {
|
||||
"metrics": false,
|
||||
"diagnostics": false
|
||||
},
|
||||
"ui_font_size": 12,
|
||||
"buffer_font_size": 12,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Dark",
|
||||
"dark": "One Dark"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user