/
psergee
/
dotfiles
Обзор
Документация
Войти
/
psergee
/
dotfiles
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
zed/settings.json
19 строк
513 B
psergee
add zed settings
29 янв 2025, 11:15
29 янв 2025, 11:15
8b87def
Код
Авторство
О чём код?
// 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) { "ui_font_size": 17, "buffer_font_size": 16, "buffer_font_family": "Hack", "buffer_line_height": "standard", "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" } }