diff --git a/zed_settings.jsonc b/zed_settings.jsonc index 6f4a1a4..37d9905 100644 --- a/zed_settings.jsonc +++ b/zed_settings.jsonc @@ -22,6 +22,11 @@ // "ui_font_size": 19, // "buffer_font_size": 17, + // 2560x1600 (16:10) scaled to 1440x900 MacOS Monterey + // this is so stupid on a 13.3" display... + // "ui_font_size": 14, + // "buffer_font_size": 13, + "telemetry": { "diagnostics": true, "metrics": false, @@ -110,9 +115,6 @@ }, "experimental.theme_overrides": { - "background": "#282a36ff", - "title_bar.background": "#141119ff", - "title_bar.inactive_background": "#1c1d26ff", - "status_bar.background": "#141119ff", + "background.appearance": "blurred", }, }