From cf170c5ee3cdbd0fc2dd010ef212e1e7be773bb9 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 17 Mar 2025 19:49:11 +0100 Subject: [PATCH] chore(ghostty): change opacity and blur --- config/ghostty/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index f5bd9aa..4ebe6d9 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -33,8 +33,8 @@ theme = tokyonight # Window settings window-decoration = false -background-opacity = 0.8 -background-blur-radius = 30 +background-opacity = 0.7 +background-blur-radius = 20 window-padding-x = 30 window-padding-y = 30 window-height = 65