Closed KamiYamabushi closed 3 years ago
Just a suggestion, but just add the alpha value you want to the existing variable, like so:
colorGraphBg=#colorSubBg#,255
colorGraphBorder=#colorBorder#,255
The alpha value is a number from 1 (totally transparent) to 255 (totally opaque). Not using an alpha value means it will default to 255 (opaque).
Thank you very much! Using your method made it way easier and managed to get it to work the way I was hoping to.
For reference, I ended up using:
colorBg=15,15,15,199
colorGraphBg=#colorSubBg#,0
colorGraphBorder=#colorBorder#,100
So this is my current configuration to get transparency for the gadgets. The issue is, I haven't been able to figure out how to get the grid graphs to also be transparent.
I've tried setting
colorSubBg=19191974
andcolorGraphBorder=32323274
which kinda works so the background becomes somewhat transparent but ends up having the grid lines showing up as super bright white instead of the faded grey. I've been playing around with various settings for nearly an hour and can't seem to get it quite right, any hints or is it just not doable currently?