feat(wezterm): decrease opacity

This commit is contained in:
Price Hiller 2022-07-22 17:07:53 -05:00
parent df4d71a17b
commit 3b261e438e

View File

@ -3,7 +3,7 @@ local colors = require("config.theme.colors")
return {
enable_scroll_bar = true,
window_decorations = "RESIZE",
window_background_opacity = 0.97,
window_background_opacity = 0.95,
text_background_opacity = 1.0,
inactive_pane_hsb = {
brightness = 0.75,