switched to hellwal
This commit is contained in:
parent
ac383289c7
commit
fa169ab0b6
40 changed files with 633 additions and 1761 deletions
45
.config/hellwal/templates/alphacolors.css
Normal file
45
.config/hellwal/templates/alphacolors.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
/* 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%%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue