Diskette Magazine Ad
HOW DO YOU INSTALL THIS????!!11!!
It’s simple! If you’re on the desktop app, use something like Vencord and go through these steps:
- open user settings
- go to (vencord) themes > online themes
- paste this link into the text box (one link per line)
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/source files/diskette.css
If you’re on the web, an extension like stylus will work:
Click here to install with Stylus
what about BetterDiscord, Buttplugged, Jizzcord, etc. etc.?
the answer is no (for now)
How to customize your diskette?
either paste these links (after diskette’s theme link) in vencord themes, or import them in your stylus userstyle
Monospace fonts
pick from one of these
DM Mono:
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Fonts/DM Mono.css
Victor Mono:
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Fonts/Victor Mono.css
Custom icons
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Icons/Clarity.css
https://slippinggittys-discord-themes.github.io//Diskette/User/Vozy/Documents/source files/everything else/winbuttons.css
Tap to view Diskette's other colorschemes! (and how to install them)
---
## How to install a color scheme?
the same way as the addons (fonts, icons) above. just import a color scheme's link after diskette's theme link!
## Floral
```
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/floral.css
```
![floral colorscheme preview](https://github.com/SlippingGittys-Discord-Themes/Diskette/assets/76500838/9ba707a9-0aa1-40e4-8003-ea5b5c16f29b)
## Transparency
```
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/Trans.css
```
![trans colorscheme preview](https://github.com/SlippingGittys-Discord-Themes/Diskette/assets/76500838/4970e50d-6087-4c7b-b4c1-d733d88d71c3)
## Pink Gold
```
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/pinkgold.css
```
![pink gold colorscheme preview](https://github.com/SlippingGittys-Discord-Themes/Diskette/assets/76500838/199217c0-93b9-47ca-ba57-0c57acf14e58)
## AMOLED
```
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/AMOLED.css
```
![amoled colorscheme preview](https://github.com/SlippingGittys-Discord-Themes/Diskette/assets/76500838/adbfb14f-6745-4063-abfa-0fcd7c11bc85)
## CyberPunk
```
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/cyberpunk.css
```
![cyberpunk colorscheme preview](https://github.com/SlippingGittys-Discord-Themes/Diskette/assets/76500838/2b2cee35-dd9c-4f07-8b71-41031f160faa)
Click here for info on how to make your own color schemes.
Click here for info on how to enable transparency.
Contributing
want to add or fix something in diskette? we appreciate that a lot! but before you make a PR make sure:
- you don’t select classes based on their absolute names, always make use of proper css selectors. e.g.
[attr*=val]
, [foo^=bar]
read up on: https://www.w3schools.com/cssref/css_selectors.php
- you don’t use
!important
unless required, and explain if you do. most specificity problems can be fixed with adding more specificity
- you heavy duty test your changes and cover edge cases (can be done during review process)
Latest News!
The SuperDisk Upgrade — 2024-07-15
hey there, css witch nvkomata here to announce a rewrite of the diskette theme.
along with the rewrite comes a transition from versions to… no versions? yeah, we don’t need them.
major changes that come with this update:
- partial light theme compatibility
- no longer depends on notheme
- no custom icons or fonts by default
- less bugs, more fixes, more bugs?
- better (and less needed) maintenance
- fewer !importants since they’re not all that important
Q: wtf does this mean?
A: now your diskette is modular and won’t break with discord updates!
all’s explained in this readme :p