- ThemeLibrary
- ReactionLogger
- WakaTime [forked from: wakatime/vencord-wakatime]
https://github.com/Faf4a/ThemeLibrary
This is in-development by discord! Therefore no longer maintained.
- I do not own any of the listed themes, rights go to their respective owners.
- If you want to remove your theme, please open an issue in this repository.
- I do not manage the API nor have access to the api in any way.
- The original author "Neon" created this plugin, I simply improved it.
To install this plugin you need to clone Vencord (or whatever you use).
git clone https://github.com/Vendicated/Vencord
Warning
Ensure you have git
installed.
Switch to the cloned folder with
cd Vencord
Clone this repository with
git clone https://github.com/Faf4a/plugins
- Move the wanted plugin from the created
plugins/userplugins
folder into thevencord/src
folder. - Ensure it's structured as
[vencord]/src/userplugins/[PLUGIN NAME]/[...files]
- (optional) Delete all other files.
Run install
to install all dependencies
pnpm install
Note
If this command fails try using the --force
flag, ensure pnpm
is installed with npm install -g pnpm
!
Build Vencord with the build
command:
pnpm run build
Inject Vencord into your Discord client with inject
(if not done yet / make sure Discord is fully closed!)
pnpm run inject
Note
If you don't see the plugin, make sure it's enabled in your Settings (Settings > Vencord (Tab) > Plugins > [Plugin Name]
)!