From dd4a31f222faea29ba5b66586be1c75964aade7c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 16 Jan 2024 16:42:52 -0600 Subject: [PATCH] refactor(wezterm): increase window 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 0dd1b36c..3f3d2896 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.25, + window_background_opacity = 0.65, text_background_opacity = 1.0, inactive_pane_hsb = { brightness = 0.75,