From 920c57e994e6b3f70f7b6e6fcdf617f8889af782 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 25 Oct 2022 19:39:06 -0500 Subject: [PATCH] refactor(wezterm): increase opacity --- dots/.config/wezterm/config/theme/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/theme/theme.lua b/dots/.config/wezterm/config/theme/theme.lua index 533c2048..d9d11ed5 100644 --- a/dots/.config/wezterm/config/theme/theme.lua +++ b/dots/.config/wezterm/config/theme/theme.lua @@ -2,7 +2,7 @@ local colors = require("config.theme.colors") return { window_decorations = "RESIZE", - window_background_opacity = 0.90, + window_background_opacity = 0.95, text_background_opacity = 1.0, inactive_pane_hsb = { brightness = 0.75,