Add base files from AME
This commit is contained in:
parent
e8f3881513
commit
e3c3bded3a
129 changed files with 19056 additions and 0 deletions
23
resources/themes/acrylic.css
Normal file
23
resources/themes/acrylic.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/**
|
||||
* @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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue