dotfiles/data/zed/settings.json

26 lines
560 B
JSON

{
"ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "bounded",
"preferred_line_length": 120,
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
},
"theme": {
"mode": "system",
"dark": "Catppuccin Mocha",
"light": "Catppuccin Latte"
},
"vim_mode": true,
"assistant": {
"enabled": false,
"version": "2"
},
"show_call_status_icon": false,
"projects_online_by_default": false,
"restore_on_startup": "none"
}