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
the answer is no (for now)
either paste these links (after diskette's theme link) in vencord themes, or import them in your stylus userstyle
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
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)
the same way as the addons (fonts, icons) above. just import a color scheme's link after diskette's theme link!
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/floral.css
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/Trans.css
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/pinkgold.css
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/AMOLED.css
https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/cyberpunk.css
Click here for info on how to make your own color schemes.
Click here for info on how to enable transparency.
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)
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