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"] },