From 0b13a2efb1413bfb5ed7db5ec9e01bd9e284eb41 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 19 Sep 2022 12:41:11 -0500 Subject: [PATCH] make wezterm slightly more transparent --- dotfiles/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/wezterm/default.nix b/dotfiles/wezterm/default.nix index 940b463..eb1ecf8 100644 --- a/dotfiles/wezterm/default.nix +++ b/dotfiles/wezterm/default.nix @@ -6,7 +6,7 @@ -- anything in https://wezfurlong.org/wezterm/colorschemes/index.html -- another good one: MaterialDesignColors color_scheme = "neobones_dark", - window_background_opacity = 0.95, + window_background_opacity = 0.9, hide_tab_bar_if_only_one_tab = true,