From 25b07797c46cacdce3bb414c3c7b00d42ec4ac42 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 8 Jul 2022 20:54:30 -0500 Subject: [PATCH] refactor(wezterm): increase opacity --- .config/wezterm/config/theme/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/config/theme/theme.lua b/.config/wezterm/config/theme/theme.lua index df7bf5a6..ad9da59e 100644 --- a/.config/wezterm/config/theme/theme.lua +++ b/.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.96, + window_background_opacity = 0.97, text_background_opacity = 1.0, colors = colors.theme, }