OldCord
Restores discord's 2020 UI
7
Live preview
Full Discord interface with this theme applied — powered by ThemePreview.
Screenshot
1
/**2
* @name OldCord3
* @version 2.14
* @author milbit, kinggamingyt5
* @source https://github.com/milbits/oldcord6
* @website https://github.com/milbits/oldcord7
* @description Restores discord's 2020 UI8
*/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
* Addons26
* remove a "/*" below to enable one27
*/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