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