A theme for Discord that brings the 2020 UI back without removing features
By default, it completely removes profile effects (like banners) and clan tags. See addons
below to get them back!
Important
- Enable "Sync Profile Themes" in
Settings > Accessibility
to fix broken profile colors - UI Density should be on default, i wont support the other 2 options (they still kinda work though)
- To have the old gray colors, use the "Ash" theme in appearance settings
Light mode (shit)
Light mode is currently not properly supported, please give me a trillion euros so i work on it :3

These are usually included in oldcord.theme.css, so all you need to do is remove /*
in the file for each addon you want to use
Name | Preview | CSS |
---|---|---|
Show Profile Effects (the one you prob want) | ![]() |
@import url("https://milbits.github.io/oldcord/src/components/showEffects.css"); |
Old Plead Emoji | ![]() |
@import url("https://milbits.github.io/oldcord/src/components/oldEmojis.css"); |
Context Menu hover bg. | ![]() |
@import url("https://milbits.github.io/oldcord/src/components/oldContext.css"); |
HeaderPresence | ![]() |
https://betterdiscord.app/plugin/HeaderPresence |
Tanza3D & KingGamingYT's NoMosaic plugin (BetterDiscord) | Restores the old image layout |
If you use custom/quickcss, paste the CSS at the very top!
Name | Description |
---|---|
Vencord's NoMosaic plugin | Restores the old image layout |
NoSuperReactions | Removes super reactions |
OldFileUpload | Open the file picker with just one click |
hide-nitro-upselling | Hides nitro ads, could cause lag |
Icon Revert | Reverts all icons to pre-2023. Can cause huge lag (see #37) |
- Download OldCord.theme.css (right-click > "Save As")
- Save the file to the BetterDiscord theme folder:
- Windows:
%appdata%/BetterDiscord/themes
- Linux:
~/.config/BetterDiscord/themes
- Download OldCord.theme.css (right-click > "Save As")
- Move the file to the Vencord theme folder:
Settings > Themes > Open theme folder
Paste the following in Settings > Themes
:
https://milbits.github.io/oldcord/src/main.css
- Paste the following at the top of the CSS file/window:
@import url("https://milbits.github.io/oldcord/src/main.css");