petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Transparent background terminals #9

Closed coderkalyan closed 5 years ago

coderkalyan commented 5 years ago

I am using bash on a terminal with a semi transparent black background using compton. Unfortunately trueline still uses the $default background to the last character in the prompt, causing it to render opaque. As $default only accepts RGB and no alpha, I am not sure how to solve this. 2019-07-03-040223_233x113_scrot

petobens commented 5 years ago

Thanks for the report. I'll take a look during the weekend (I don't know if there is straightforward way of achieving this though)

petobens commented 5 years ago

Please try my latest commit. Let me know if it fixes your issue.

coderkalyan commented 5 years ago

It appears that it does indeed. Thanks a lot!