From cd5280f817071afe1779482708bfdeff4a32f7b5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 14 May 2025 17:17:57 +0200 Subject: [PATCH] chore(ghossty): update font size and transparency --- config/ghostty/config | 4 ++-- config/zed/settings.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index 8d16acb..f658608 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -9,7 +9,7 @@ font-family-italic = Monaspace Radon font-family-bold = Monaspace Krypton font-family-bold-italic = Monaspace Radon -font-size = 18 +font-size = 16 adjust-cell-height = 20% # Font features for Monaspace @@ -33,7 +33,7 @@ theme = tokyonight # Window settings window-decoration = false -background-opacity = 0.8 +background-opacity = 0.95 background-blur-radius = 20 window-padding-x = 30 window-padding-y = 30 diff --git a/config/zed/settings.json b/config/zed/settings.json index c428d12..5fa3c10 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -15,6 +15,7 @@ "edit_prediction_provider": "zed" }, "assistant": { + "default_profile": "ask", "default_model": { "provider": "copilot_chat", "model": "claude-3-7-sonnet"