refactor(wezterm): increase opacity

This commit is contained in:
Price Hiller 2022-07-08 20:54:30 -05:00
parent db5ea60f58
commit 25b07797c4

View File

@ -3,7 +3,7 @@ local colors = require('config.theme.colors')
return { return {
enable_scroll_bar = true, enable_scroll_bar = true,
window_decorations = 'RESIZE', window_decorations = 'RESIZE',
window_background_opacity = 0.96, window_background_opacity = 0.97,
text_background_opacity = 1.0, text_background_opacity = 1.0,
colors = colors.theme, colors = colors.theme,
} }