feat(wezterm): decrease background opacity to 0.25

This commit is contained in:
Price Hiller 2023-09-02 15:29:42 -05:00
parent 9529df6753
commit 0d3e56eb3c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
return {
window_decorations = "TITLE | RESIZE",
win32_system_backdrop = "Acrylic"
}

View File

@ -2,7 +2,7 @@ local colors = require("config.theme.colors")
return {
window_decorations = "RESIZE",
window_background_opacity = 0.85,
window_background_opacity = 0.25,
text_background_opacity = 1.0,
inactive_pane_hsb = {
brightness = 0.75,