Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

reeseovine/discord-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stuff that I made for Discord

The plugins were made to be used with Powercord.

To use custom stylesheets, install Powercord, BandagedBD, or BeautifulDiscord.

Only tested on Linux with Powercord. Modifying Discord goes against their TOS so use at your own risk.

Plugins

Lightswitch

A tiny plugin that allows you to set light and dark appearance from chat and from the Javascript console.

Chat command Usage:

.lightswitch
.lightswitch light
.lightswitch dark

DevTools Usage: (open console with ctrl+shift+i)

Lightswitch.set('light') // AAAAAH MY EYES!!!
Lightswitch.set('dark') // much better 😎
Lightswitch.toggle() // shorthand

Themes

Bliss

Sleek, flat theme with support for both light and dark modes. Colors can be modified in the .theme-dark and .theme-light sections. It requires window transparency for optimal appearance.

If you would like to use colors generated by pywal there is an SCSS file provided which you will need to compile on each update of pywal.

Dark mode preview Light mode preview