- Supports themes from other mods (BetterDiscord, Vencord, etc.)
- Easily installed and uninstalled
- Extremely low ban chance (practically none)
- Plugin support
- Auto disabling of nitro themes when themes require it.
- Parse info comments at top of theme files.
Currently there is no installer, so you will have to manually install ReCord.
-
First of all, you must clone this repository into a place that will not be deleted.
-
Close the Discord client you are installing ReCord to.
-
Find your discord installation folder. Replace $CHANNEL with the channel you are using (
discord
(stable),discordcanary
(canary),discordptb
(ptb)).- On Linux,
~/.config/$CHANNEL/
. - On Windows, this is usally
%localappdata%/$CHANNEL
. However, it may be%programdata%/<username>/$CHANNEL
). - On Mac,
~/Library/Application Support/$CHANNEL/
.
- On Linux,
-
Once in this folder, navigate to the highest version folder (e.g.
1.0.9013
). Then, navigate tomodules/discord_desktop_core
(ordiscord_desktop_core-1
ordiscord_desktop_core-2
). If there is a subfolder ofdiscord_desktop_core
, enter it. -
Open the index.js file in a text editor.
-
Add the path to where you cloned this to in a require function. It should look something like this:
require("C:\\Coding\\js\\ReCord")
module.exports = require('./core.asar');
- Save the file and open Discord. ReCord should now be installed.
- You can place themes in:
- On Linux,
~/.config/ReCord/themes
. - On Mac,
~/Library/Application Support/ReCord/themes
. - On Windows,
%appdata%/ReCord/themes
.
- On Linux,
- After installing themes, you must restart Discord for them to take effect. This can be done via ending the processes via task manager/terminal, or by pressing ALT+F4 on Windows or CMD+Q on Mac.