modkavartini/catppuccin

background color

agrestisdavid opened this issue · 1 comments

how to change background color to transparent? cant find it..

the transparency is controlled by the alpha (4th) in a rgb(r, g, b, a) value
since rainRGB doesn't let us edit this, we'll have to manually type it into the var.inc file, here

simply add a ,a to the line where a would be a value ranging from 0-255 depending on how opaque you want the bar to be... i recommend setting it to 100 to get an idea of the transparency. so that would be something like:

-bgColor=[#bg[#flavor]D]
+bgColor=[#bg[#flavor]D],100

then save the file, right-click the bar, and hit Refresh skin

p.s.: i feel like i've said this before but i will surely add the transparency variable in a future update :3
and sorry for the late reply :3