Skip to content
forked from milbits/oldcord

Discord theme that restores the 2020 UI

Notifications You must be signed in to change notification settings

krocord/oldcord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

OldCord

A theme for Discord that brings back the 2020 UI (mostly) without removing features.

Completely removes profile effects, profile colors, avatar decos, and banners

Preview

Light mode

Enable "Sync Profile Themes" in Settings > Accessibility to fix broken profiles

Additional stuff
Name Description
Vencord's NoMosaic plugin Restores the old image layout
Tanza3D's NoMosaic plugin (BetterDiscord) Restores the old image layout
NoSuperReactions Removes super reactions
OldFileUpload Open the file picker with just one click
hide-nitro-upselling Hides nitro ads

Old Plead Emoji

In the custom css tab/Quick css file (Settings > Vencord > Open quickcss file), copy paste the following:

@import url("https://milbits.github.io/oldcord/src/components/oldEmojis.css");

Old Context menu background

@import url("https://milbits.github.io/oldcord/src/components/oldContext.css");

Show Profile Cosmetics

Unhides things like profile banners

@import url("https://milbits.github.io/oldcord/src/components/showEffects.css");

Make sure that they're at the top of the file!

Installation

  1. Download OldCord.theme.css (right-click > "Save As")
  2. Save the file to the BetterDiscord theme folder:
  • Windows: %appdata%/BetterDiscord/themes
  • Linux: ~/.config/BetterDiscord/themes

Local method

  1. Download OldCord.theme.css (right-click > "Save As")
  2. Move the file to the Vencord theme folder:
  • Settings > Themes > Open theme folder

Online method

Paste the following in Settings > Themes:

  • https://milbits.github.io/oldcord/src/main.css

Paste the following in Discord's Settings > OpenAsar > Theming:

@import url("https://milbits.github.io/oldcord/src/main.css");

For best experience, Enable the Splash Theming option in OpenAsar's settings tab.

Custom CSS

  1. Paste the following at the top of the file:
@import url("https://milbits.github.io/oldcord/src/main.css");

Credits

About

Discord theme that restores the 2020 UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%