OldCord

By milbit Version 2.1 Updated 09/16/2025 21K downloads

Restores discord's 2020 UI

layout

Live preview

Full Discord interface with this theme applied — powered by ThemePreview.

Screenshot

OldCord screenshot
OldCord.theme.css
GitHub

Open source

https://raw.githubusercontent.com/milbits/oldcord/cb656082b31267f3e8adbdef5839b53d8075e55d/OldCord.theme.css
1/**
2 * @name OldCord
3 * @version 2.1
4 * @author milbit, kinggamingyt
5 * @source https://github.com/milbits/oldcord
6 * @website https://github.com/milbits/oldcord
7 * @description Restores discord's 2020 UI
8 */
9
10/* Everything in one */
11@import url("https://milbits.github.io/oldcord/src/main.css");
12
13/* If you want to enable/disable each part (like disable profile theming), remove the above line and a [slash]* below. */
14
15/*@import url("https://milbits.github.io/oldcord/src/components/vars.css");*/ /* I don't recommend disabling this */
16
17/*@import url("https://milbits.github.io/oldcord/src/components/color.css");*/ /* Restores old blurple n stuff*/
18/*@import url("https://milbits.github.io/oldcord/src/components/imgs.css");*/ /* 2020 default avatars and other icons */
19/*@import url("https://milbits.github.io/oldcord/src/components/other.css");*/ /* Random stuff that add to the theme */
20/*@import url("https://milbits.github.io/oldcord/src/components/profile.css");*/ /* Restores the original 2020 Profile UI. Disables cosmetics by default, look at "addons" below */
21/*@import url("https://milbits.github.io/oldcord/src/components/redesign.css");*/ /* The old Discord layout, pre-2025. */
22
23
24 /*
25 * Addons
26 * remove a "/*" below to enable one
27 */
28/* profile cosmetics! woah! funky banners and colors and nametags and stuff! so cool! */
29 /*@import url("https://milbits.github.io/oldcord/src/components/showEffects.css");*/
30/* Clan tags ( [🗡️CLAN] )*/
31 /*@import url("https://milbits.github.io/oldcord/src/components/showTags.css");*/
32
33
34/* The old 🥺🥹 */
35 /*@import url("https://milbits.github.io/oldcord/src/components/oldEmojis.css");*/
36/* Old color when you use right click menus*/
37 /*@import url("https://milbits.github.io/oldcord/src/components/oldContext.css");*/
38
39:root{
40 --oldcord-tint: 210; /*Light mode tint. Has to be hue in HSL*/
41 --oldcord-tint-intensity: 11.11; /*Tint intensity/Saturation. 0 for grayscale, 10000 for an awesome party*/
42
43 --reaction-animation: 0; /*animation when someone reacts. 0 off 1 on. buggy.*/
44}
45