From b1040e43a6c651e667c0c198ad426e97c9664ec9 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Fri, 4 Apr 2025 10:00:00 -0400 Subject: [PATCH] 2025-04-04 --- misc_config/ghostty | 2 +- zed_config/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc_config/ghostty b/misc_config/ghostty index 628aa35..277ed97 100644 --- a/misc_config/ghostty +++ b/misc_config/ghostty @@ -1,4 +1,4 @@ -theme = Mariana +theme = light:Mariana,dark:Ayu cursor-style = underline shell-integration-features = no-cursor diff --git a/zed_config/settings.json b/zed_config/settings.json index b672092..8d1cf01 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -126,7 +126,7 @@ "git_status": true, "entry_spacing": "standard" }, - "autosave": "on_focus_change", + "autosave": "on_window_change", "file_types": { "HTML": ["hbs", "njk", "webc", "leaf"] },