From 4740c368fe6530473666a146b0f5b843c7200633 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 23 Aug 2025 16:32:02 +0200 Subject: [PATCH] chore(ghossty): change transparency and blur values --- config/ghostty/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index f658608..c884ff4 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -33,8 +33,8 @@ theme = tokyonight # Window settings window-decoration = false -background-opacity = 0.95 -background-blur-radius = 20 +background-opacity = 0.60 +background-blur-radius = 50 window-padding-x = 30 window-padding-y = 30 window-height = 65