refactor(wezterm): increase window opacity

This commit is contained in:
Price Hiller 2024-01-16 16:42:52 -06:00
parent c1751fb962
commit dd4a31f222
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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,