diff --git a/gui/.wezterm.lua b/gui/.wezterm.lua index 03825dc..16df1cd 100644 --- a/gui/.wezterm.lua +++ b/gui/.wezterm.lua @@ -105,6 +105,9 @@ return { font_size = set_by_os(fontsizes), harfbuzz_features = harfbuzz_features, color_scheme = theme, + window_background_opacity = 0.95, + macos_window_background_blur = 20, + win32_system_backdrop = 'Acrylic', cursor_blink_rate = 0, check_for_updates = false, bold_brightens_ansi_colors = false,