dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

Don't add background color to terminal #642

Open TeaWhyDee opened 2 years ago

TeaWhyDee commented 2 years ago

In alacritty, if bg color is added, it breaks the ability of alacritty to be transparent. I fixed it by removing the line that adds the bg color to "sequences" (sequences.py). If it is not possible with current flags, I think there should be such a flag.