From 0d2345a0f9d288b24bdf79e2b59e311f335bcd9c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 5 Sep 2022 10:13:47 -0500 Subject: [PATCH] Revert "refactor(wezterm): decrease opacity" This reverts commit ab682c6bf5161dadbaa192887a61dc6d74696a9f. --- 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 de4f2897..1b0cb194 100644 --- a/dots/.config/wezterm/config/theme/theme.lua +++ b/dots/.config/wezterm/config/theme/theme.lua @@ -3,7 +3,7 @@ local colors = require("config.theme.colors") return { enable_scroll_bar = true, window_decorations = "RESIZE", - window_background_opacity = 0.80, + window_background_opacity = 0.90, text_background_opacity = 1.0, inactive_pane_hsb = { brightness = 0.75,