Transparency Theme for Linux
This theme completely removes the background of cider so that you can perform other effects such as background blur
Source Code (CSS)
.new-shell-page-container {
background: color-mix(in srgb, rgba(10, 10, 10, 0), var(--keyColor) 2%);
}
body.body--dark {
background: rgba(0,0,0,0);
}
.color-bloom.loaded {
opacity: 0.1;
}