WezTerm includes transparency by default:
config.window_background_opacity = 0.9Edit ~/.wezterm.lua to customize (1.0 = opaque, 0.5 = very transparent, etc).
Recommended transparent theme:
# ~/.config/yazelix/user_configs/helix/config.toml
theme = "term16_dark"Alternative: base16_transparent
Popular non-transparent themes: ao, dark_plus, onedark, gruvbox, catppuccin_mocha
Default: Abernathy
Change in ~/.wezterm.lua:
-- example:
config.color_scheme = 'Tokyo Night' -- or Nord, Dracula, etc.- Disable transparency if performance issues arise:
window_background_opacity = 1.0