-
Notifications
You must be signed in to change notification settings - Fork 222
/
Copy pathchillax.theme.css
212 lines (186 loc) · 8.89 KB
/
chillax.theme.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
/**
* @name Chillax
* @author Chillax Squad
* @authorLink https://github.com/warrayquipsome/Chillax#Authors
* @version 1.5.3
* @invite DrfX6286kF
* @description The theme where calm meets customization.
* @source https://github.com/warrayquipsome/Chillax
*/
/*
⸙ ──── ──── ───── ❝ 𝐚𝐥𝐥 𝐫𝐢𝐠𝐡𝐭 𝐡𝐞𝐫𝐞 ❞ ───── ──── ──── ⸙
╭─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻🂡༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╮
█████╗ ██╗ ██╗ ██╗ ██╗ ██╗ █████╗ ██╗ ██╗
██╔══██╗ ██║ ██║ ██║ ██║ ██║ ██╔══██╗ ╚██╗██╔╝
|| ██║ ╚═╝ ███████║ ██║ ██║ ██║ ███████║ ╚███╔╝ ||
██║ ██╗ ██╔══██║ ██║ ██║ ██║ ██╔══██║ ██╔██╗
╚█████╔╝ ██║ ██║ ██║ ███████╗ ███████╗ ██║ ██║ ██╔╝╚██╗
╚════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯
*/
/* CHILLAX theme entry point */
@import url("https://warrayquipsome.github.io/Chillax/chillax.css");
/* removable addons */
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Microsoft.css");
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css");
@import url("https://nyri4.github.io/Discolored/main.css");
@import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css");
@import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css");
@import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css");
@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css");
@import url("https://warrayquipsome.github.io/Chillax/Addons/FriendGrid.css");
/*additional addons*/ /*(remove the both * to use)*/
/*@import url("https://warrayquipsome.github.io/Chillax/Addons/SimpleLessLag.css");*/
/*Chillax Roots*/
:root {
/*background image*/ /*(replace the link to use)*/
--background-image: var(--wallpaper);
--bg-opacity: 100%;
/*bg dev suggestions*/
--wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg");
/*modern background selection*/
--modern-dark-bg: url("https://warrayquipsome.github.io/Chillax/Wallpapers/modern-dark-bg.png");
--modern-light-bg: url("https://warrayquipsome.github.io/Chillax/Wallpapers/modern-light-bg.png");
}
/*window*/ /*dark mode*/
:root.theme-dark {
--window-margin: 20px; /*must be above 20px*/
--window-colour: #0009;
--window-blur: 5px;
--window-border-radius: 10px;
--sidebar-colour: rgb(36, 36, 36);
}
/*window*/ /*light mode*/
:root.theme-light {
--window-margin: 20px; /*must be above 20px*/
--window-colour: rgba(255, 255, 255, 0.6);
--window-blur: 5px;
--window-border-radius: 10px;
--sidebar-colour: rgb(209, 209, 209);
}
/*roots*/ /*both dark and light*/
:root {
--user-name: "King";
--edited-message: " EDITED ✎ ";
--font-name: Poppins;
--font-size: 13px;
--group-chat-font: "Monoton"; /* change this to change the group chat's default font */
/*glow radial status*/ /*must end in px*/
--rs-small-spacing: 0px;
--rs-large-spacing: 0px;
--rs-medium-spacing: 0px;
--rs-small-width: 2.5px;
--rs-medium-width: 3.5px;
--rs-large-width: 4.5px;
--rs-avatar-shape: 50%;
--rs-online-color: #1df594;
--rs-idle-color: #faa61a;
--rs-dnd-color: #f04747;
--rs-offline-color: #636b75;
--rs-streaming-color: #643da7;
--rs-invisible-color: #636b75;
--rs-phone-visible: block; /* change it to `none` to disable mobile icon */
--rs-phone-color: var(--rs-online-color);
/* For accent color to take full effect must need to change both */
/* chillax colours rgb */
--accentcolor: 251, 84, 84;
/* chillax colours hex */
--accentcolorV2: #fb5454;
/* settings modal root */
--themelightsettingsmodalbackground: rgb(223, 223, 223);
--themedarksettingsmodalbackground: rgb(51, 49, 53);
--settingsmodalwidth: 960px;
--settingsmodalheight: 80vh;
/* avatar only member list */
--memberlist-border-radius: 25px; /* can be in `px`, `rem`, `em` */
/* placeholder texts/values */
/* input fields */
--chillax-input-field: "Life is so much easier when you just take a moment to chill";
/* input fields when the channel is locked*/
--chillax-input-field-locked: "Life is so much easier when you just take a moment to chill";
/* typing indicator: when a single person is typing */
--chillax-input-typing-indicator-one-person: "is smashing some buttons";
/* typing indicator: when more than one person is typing */
--chillax-input-typing-indicator-many-person: "are smashing some buttons";
/* scroller (by default transparent) */
--chillax-scroller-color: transparent; /* change `transparent` to some other hex color to make it visible */
}
/*discord transparency*//*roots*/ /*theme dark*/
.theme-dark {
--background-message-hover: rgba(255, 255, 255, 0.055);
--header-primary: #fff;
--header-secondary: #b9bbbe;
--text-normal: #dcddde;
--text-muted: #9d9d9d;
--channels-default: #8e9297;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: #4f545c;
--background-primary: transparent;
--background-secondary: transparent;
--background-tertiary: transparent;
--background-accent: rgb(36, 36, 36);
--activity-card-background: transparent;
--deprecated-panel-background: transparent;
}
/*discord transparency*//*roots*/ /*theme light*/
.theme-light {
--background-message-hover: rgba(255, 255, 255, 0.055);
--header-primary: rgb(0, 0, 0);
--header-secondary: #3f3f3f;
--text-normal: #303030;
--text-muted: #333333;
--channels-default: #585b5e;
--interactive-normal: #3a3a3a;
--interactive-hover: #333333;
--interactive-active: rgb(0, 0, 0);
--interactive-muted: #4f545c;
--background-primary: transparent;
--background-secondary: transparent;
--background-tertiary: transparent;
--background-accent: rgb(27, 27, 27);
--activity-card-background: transparent;
--deprecated-panel-background: transparent;
}
/*!*friends grid banner colour*!*/
/*.theme-dark {*/
/* --FG-cards-banner-background: transparent !important;*/
/*}*/
/*.theme-light {*/
/* --FG-cards-banner-background: transparent !important;*/
/*}*/
/*Permissions*/
/*
- You do not have the rights to use our theme name Chillax™ on other projects
- You do not have the rights to remove our theme watermark in the theme
- You do not have the rights to change this theme author/dev/maintainer name to anyone
*/
/*credits*/
/*
========================= Chillax Squad =========================
Wq Owner & Dev
LofiTurtle Dev & Maintainer
Inmoresentum Dev & Maintainer
Demented_Elmo Dev
=================================================================
Embeds by Alexis WyvernZu
Active Now CSS by Cedrick
Memberlist until hover by Cedrick
Hide User Buttons until Hover by Commie Axolotl
Center profile badge, avatar and name by Commie Axolotl
Account Details Grid by Dablulite
Blurple recolour by DevilBro
Emoji Replace by DevilBro
Settings Icons by DevilBro
Connection Issue Let Me Be by Disease
Radial Status by Gibbu
About Me Clamp by ItMeSarah
Better Jump to Present Button by Lonk
Better Mark As Read Button by Lonk
IconPack by Lavender
Discolored by Nyri4
Better Spotify Control by Uri
=================================================================
*/
/*I really want to give a special shoutout to all of you for supporting me in this theme, thank you all.*/