sorry for doing this.
This commit is contained in:
parent
5fc82a8bc7
commit
b3db294485
106 changed files with 86 additions and 259 deletions
18
oldshit/resources/themes/oled.css
Normal file
18
oldshit/resources/themes/oled.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* @name Oled Black
|
||||
* @author cryptofyre
|
||||
* @description Sexy oled black theme
|
||||
*/
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--transparency: #0f0f0f10 !important;
|
||||
--sidebar: #0c0c0c !important;
|
||||
--pageBG: rgb(0, 0, 0) !important;
|
||||
--playerBackground: #131313 !important;
|
||||
}
|
||||
|
||||
.dt-search-box__input {
|
||||
background-color: #00000013 !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue