···66padding = { x = 10, y = 8 }
7788[font]
99-size = 15
1010-normal = { family = "Iosevka NFP", style = "Regular" }
99+size = 16
1010+normal = { family = "ZedMono Nerd Font Mono", style = "Regular" }
11111212[bell]
1313duration = 0
+24
zed/settings.json
···11+// Zed settings
22+//
33+// For information on how to configure Zed, see the Zed
44+// documentation: https://zed.dev/docs/configuring-zed
55+//
66+// To see all of Zed's default settings without changing your
77+// custom settings, run the `open default settings` command
88+// from the command palette or from `Zed` application menu.
99+{
1010+ "base_keymap": "VSCode",
1111+ "vim_mode": true,
1212+ "ui_font_size": 16,
1313+ "buffer_font_family": "Menlo",
1414+ "buffer_font_size": 15,
1515+ "theme": {
1616+ "mode": "system",
1717+ "light": "Solarized Light",
1818+ "dark": "Solarized Dark"
1919+ },
2020+ "terminal": {
2121+ "font_family": "Menlo",
2222+ "font_size": 15
2323+ }
2424+}