wezterm: enable transparency
This commit is contained in:
parent
5caee681a9
commit
73776b101e
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ return {
|
||||||
font_size = set_by_os(fontsizes),
|
font_size = set_by_os(fontsizes),
|
||||||
harfbuzz_features = harfbuzz_features,
|
harfbuzz_features = harfbuzz_features,
|
||||||
color_scheme = theme,
|
color_scheme = theme,
|
||||||
|
window_background_opacity = 0.95,
|
||||||
|
macos_window_background_blur = 20,
|
||||||
|
win32_system_backdrop = 'Acrylic',
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
bold_brightens_ansi_colors = false,
|
bold_brightens_ansi_colors = false,
|
||||||
|
|
Loading…
Reference in a new issue