diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index fb80c84..64c248b 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -25,6 +25,6 @@ hide-when-typing = no alternate-scroll-mode = yes [colors] -alpha = 0.9 +alpha = 0.5 # vim: ft=dosini diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 6076866..f87e9fc 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -20,7 +20,7 @@ } } -@define-color bg #2e3440; +@define-color bg rgba(46, 52, 64, 0.5); @define-color light #d8dee9; @define-color warning #ebcb8b; @define-color critical #bf616a; @@ -120,4 +120,3 @@ tooltip { color: @warning; opacity: 1; } -