From 2cc16923ccbf87a4d40eea9b6f43d26723d8240c Mon Sep 17 00:00:00 2001 From: Olivia Bridie Alexandria Millicent Ivette Brooks Date: Mon, 9 Jun 2025 14:23:47 -0400 Subject: [PATCH] Add rediculous scaling. Shift to blur override. --- zed_settings.jsonc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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", }, }