2023-06-13 07:54:40 +00:00
|
|
|
// Zed settings
|
2022-07-12 21:19:32 +00:00
|
|
|
//
|
2023-06-13 07:54:40 +00:00
|
|
|
// For information on how to configure Zed, see the Zed
|
|
|
|
// documentation: https://zed.dev/docs/configuring-zed
|
2022-07-12 21:19:32 +00:00
|
|
|
//
|
|
|
|
// To see all of Zed's default settings without changing your
|
2024-08-03 13:35:09 +00:00
|
|
|
// custom settings, run `zed: open default settings` from the
|
|
|
|
// command palette
|
2022-07-14 00:05:36 +00:00
|
|
|
{
|
2023-11-21 15:43:18 +00:00
|
|
|
"ui_font_size": 16,
|
2024-06-28 04:06:22 +00:00
|
|
|
"buffer_font_size": 16,
|
|
|
|
"theme": {
|
|
|
|
"mode": "system",
|
|
|
|
"light": "One Light",
|
2024-07-03 16:25:25 +00:00
|
|
|
"dark": "One Dark"
|
|
|
|
}
|
2022-07-14 00:05:36 +00:00
|
|
|
}
|