sorry for doing this.

This commit is contained in:
cryptofyre 2021-12-04 00:04:04 -06:00
parent 5fc82a8bc7
commit b3db294485
106 changed files with 86 additions and 259 deletions

View file

@ -1,23 +0,0 @@
/**
* @name Acrylic
* @author cryptofyre
* @description Transparent theme for use with Acrylic themesets.
*/
@media (prefers-color-scheme: dark) {
:root {
--transparency: #0f0f0f00 !important;
--sidebar: #0f0f0f00 !important;
--pageBG: #0f0f0f00 !important;
--playerBackground: #0f0f0f00 !important;
--systemHeaderMaterialSover-default_IC: #0f0f0f00 !important;
--systemHeaderMaterialSover: #0f0f0f00 !important;
--playerLCDBGFill: transparent!important;
--playerLCDBGOuterStroke: transparent!important;
}
.dt-search-box__input {
background-color: #0f0f0f00 !important;
}
}