Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
160 lines (99 loc) · 5.22 KB

README.md

File metadata and controls

160 lines (99 loc) · 5.22 KB

Archived used smth else

image

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

Win Buttons

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

Transparency

https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/Trans.css

trans colorscheme preview

Pink Gold

https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/pinkgold.css

pink gold colorscheme preview

AMOLED

https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/AMOLED.css

amoled colorscheme preview

CyberPunk

https://slippinggittys-discord-themes.github.io/Diskette/User/Vozy/Documents/goodies/Color Schemes/cyberpunk.css

cyberpunk colorscheme preview

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 how to theme
  • 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