/* Generated by hellwal - example how to use alpha*/ :root { --wallpaper: url("%%wallpaper%%"); --background: #%%background%%; --foreground: #%%foreground%%; --cursor: #%%cursor%%; --border: #%%border%%; --color0: #%%color0.hex%%; --color1: #%%color1.hex%%; --color2: #%%color2.hex%%; --color3: #%%color3.hex%%; --color4: #%%color4.hex%%; --color0a: #%%color0 alpha=0.8 %%; --color1a: #%%color1.hex alpha=0.8 %%; --color14a: #%%color14 alpha=0.3 %%; --color15a: #%%color15.hex alpha=0.3 %%; --color0rgb: rgb(%%color0.rgb%%); --color1rgb: rgb(%%color1.rgb%%); --color2rgb: rgb(%%color2.rgb%%); --color3rgb: rgb(%%color3.rgb%%); --color4rgb: rgb(%%color4.rgb%%); --color0rgba: rgba(%%color0.rgb alpha=.9%%); --color1rgba: rgba(%%color1.rgb alpha=.9%%); --color2rgba: rgba(%%color2.rgb alpha=.9%%); --color3rgba: rgba(%%color3.rgb alpha=.7%%); --color4rgba: rgba(%%color4.rgb alpha=.7%%); }